mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
post: new nor flash test
This adds a simple flash test to automatically verify erasing, writing, and reading of sectors. The code is based on existing Blackfin tests but generalized for everyone to use. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:

committed by
Wolfgang Denk

parent
d2397817f1
commit
f6f7395eb3
@ -186,6 +186,7 @@ extern int post_hotkeys_pressed(void);
|
||||
#define CONFIG_SYS_POST_BSPEC5 0x00100000
|
||||
#define CONFIG_SYS_POST_CODEC 0x00200000
|
||||
#define CONFIG_SYS_POST_COPROC 0x00400000
|
||||
#define CONFIG_SYS_POST_FLASH 0x00800000
|
||||
|
||||
#endif /* CONFIG_POST */
|
||||
|
||||
|
Reference in New Issue
Block a user