From bb05b40b0610b4a18aa35313dc0857c9114b2353 Mon Sep 17 00:00:00 2001 From: Troy Kisky Date: Wed, 15 Aug 2012 10:31:21 +0000 Subject: mx6qsabrelite: add boot_mode support This allows a watchdog reset to start the ROM's usb downloader, or boot from an sdcard. Signed-off-by: Troy Kisky --- include/configs/mx6qsabrelite.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/configs/mx6qsabrelite.h') diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h index 4a6aafa546..8cd9a631c1 100644 --- a/include/configs/mx6qsabrelite.h +++ b/include/configs/mx6qsabrelite.h @@ -117,6 +117,9 @@ #define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW) #define CONFIG_MXC_USB_FLAGS 0 +/* Miscellaneous commands */ +#define CONFIG_CMD_BMODE + /* allow to overwrite serial and ethaddr */ #define CONFIG_ENV_OVERWRITE #define CONFIG_CONS_INDEX 1 -- cgit v1.2.3