summaryrefslogtreecommitdiffstats
path: root/include/configs/bf537-stamp.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-01-21 23:29:18 -0500
committerMike Frysinger <vapier@gentoo.org>2010-04-07 01:10:30 -0400
commit216818c1a2d03b1c0994f00993c99af38c5b1e83 (patch)
tree9dfaad4586aea6d52b53f379aca87c0b9f44b46b /include/configs/bf537-stamp.h
parent38b9b7446ecd3a728bad3e1913a984628a7363fb (diff)
downloadblackbird-obmc-uboot-216818c1a2d03b1c0994f00993c99af38c5b1e83.tar.gz
blackbird-obmc-uboot-216818c1a2d03b1c0994f00993c99af38c5b1e83.zip
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>
Diffstat (limited to 'include/configs/bf537-stamp.h')
-rw-r--r--include/configs/bf537-stamp.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/configs/bf537-stamp.h b/include/configs/bf537-stamp.h
index de2add7595..d3159e59df 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
OpenPOWER on IntegriCloud