From: Mike Frysinger Date: Fri, 22 Jan 2010 04:29:18 +0000 (-0500) Subject: Blackfin: bf537-stamp: add board test defines X-Git-Tag: v2010.06-rc1~108^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=216818c1a2d03b1c0994f00993c99af38c5b1e83;p=platform%2Fkernel%2Fu-boot.git Blackfin: bf537-stamp: add board test defines We tweak the configs a little when doing automated hardware tests. Signed-off-by: Mike Frysinger --- diff --git a/include/configs/bf537-stamp.h b/include/configs/bf537-stamp.h index de2add7..d3159e5 100644 --- a/include/configs/bf537-stamp.h +++ b/include/configs/bf537-stamp.h @@ -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