]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commitdiff
Blackfin: bf537-stamp: add board test defines
authorMike Frysinger <vapier@gentoo.org>
Fri, 22 Jan 2010 04:29:18 +0000 (23:29 -0500)
committerMike Frysinger <vapier@gentoo.org>
Wed, 7 Apr 2010 05:10:30 +0000 (01:10 -0400)
We tweak the configs a little when doing automated hardware tests.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
include/configs/bf537-stamp.h

index de2add7595c262cc5b3b3a7849d84d256574cc0b..d3159e59df6beae14c8a42ccb7515d4fb6b9cd60 100644 (file)
 #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