mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
Blackfin: bf537-stamp: add board test defines
We tweak the configs a little when doing automated hardware tests. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
38b9b7446e
commit
216818c1a2
1 changed files with 9 additions and 0 deletions
|
@ -277,6 +277,15 @@
|
|||
#define FLASH_END_POST_BLOCK 71 /* Should < = 71 */
|
||||
#endif
|
||||
|
||||
/* These are for board tests */
|
||||
#if 0
|
||||
#define CONFIG_BOOTCOMMAND "bootldr 0x203f0100"
|
||||
#define CONFIG_AUTOBOOT_KEYED
|
||||
#define CONFIG_AUTOBOOT_PROMPT \
|
||||
"autoboot in %d seconds: press space to stop\n", bootdelay
|
||||
#define CONFIG_AUTOBOOT_STOP_STR " "
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Pull in common ADI header for remaining command/environment setup
|
||||
|
|
Loading…
Add table
Reference in a new issue