Skip to content
Snippets Groups Projects
Commit 24007273 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

spi: Add SPI flash test


It is useful to have a basic SPI flash test, which tests that the SPI chip,
the SPI bus and the driver are behaving.

This test erases part of the flash, writes data and reads it back as a
sanity check that all is well.

Use CONFIG_SF_TEST to enable it.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent a683c288
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment