summaryrefslogtreecommitdiffstats
path: root/include/configs/mx53evk.h
diff options
context:
space:
mode:
authorTroy Kisky <troy.kisky@boundarydevices.com>2012-08-15 10:31:22 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-09-01 14:58:26 +0200
commit0aff384b1480c4adf0ba4d3676b213b0ef57ba76 (patch)
tree14db252280245c66ba769a576e89484a2dc26c74 /include/configs/mx53evk.h
parentbb05b40b0610b4a18aa35313dc0857c9114b2353 (diff)
downloadblackbird-obmc-uboot-0aff384b1480c4adf0ba4d3676b213b0ef57ba76.tar.gz
blackbird-obmc-uboot-0aff384b1480c4adf0ba4d3676b213b0ef57ba76.zip
mx53evk: add boot_mode support
This allows a watchdog reset to start the ROM's usb/serial downloader, or boot from an sdcard. Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
Diffstat (limited to 'include/configs/mx53evk.h')
-rw-r--r--include/configs/mx53evk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h
index 0a7983306d..b46855f7e4 100644
--- a/include/configs/mx53evk.h
+++ b/include/configs/mx53evk.h
@@ -88,6 +88,9 @@
#define CONFIG_CMD_NET
#define CONFIG_CMD_DATE
+/* Miscellaneous commands */
+#define CONFIG_CMD_BMODE
+
/* allow to overwrite serial and ethaddr */
#define CONFIG_ENV_OVERWRITE
#define CONFIG_CONS_INDEX 1
OpenPOWER on IntegriCloud