Skip to content
Snippets Groups Projects
Commit 216818c1 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: bf537-stamp: add board test defines


We tweak the configs a little when doing automated hardware tests.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 38b9b744
Branches
Tags
No related merge requests found
...@@ -277,6 +277,15 @@ ...@@ -277,6 +277,15 @@
#define FLASH_END_POST_BLOCK 71 /* Should < = 71 */ #define FLASH_END_POST_BLOCK 71 /* Should < = 71 */
#endif #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 * Pull in common ADI header for remaining command/environment setup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment