[U-Boot] [PATCH 3/3] mx53evk: select CONFIG_CMD_RSMODE

Troy Kisky troy.kisky at boundarydevices.com
Sat May 26 23:01:51 CEST 2012


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 at boundarydevices.com>

Compile tested only, I don't have a mx53evk.
---
 include/configs/mx53evk.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h
index a77e5b2..fab2f20 100644
--- a/include/configs/mx53evk.h
+++ b/include/configs/mx53evk.h
@@ -90,6 +90,9 @@
 #define CONFIG_CMD_NET
 #define CONFIG_CMD_DATE
 
+/* Miscellaneous commands */
+#define CONFIG_CMD_RSMODE
+
 /* allow to overwrite serial and ethaddr */
 #define CONFIG_ENV_OVERWRITE
 #define CONFIG_CONS_INDEX		1
-- 
1.7.5.4



More information about the U-Boot mailing list