diff options
author | Troy Kisky <troy.kisky@boundarydevices.com> | 2012-08-15 10:31:21 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-09-01 14:58:26 +0200 |
commit | bb05b40b0610b4a18aa35313dc0857c9114b2353 (patch) | |
tree | 65037c5a1b4b9aff0edd319587eb0fce913ed038 /include/configs | |
parent | 124a06d7fbbf82f47304d499418460312a725ad6 (diff) | |
download | u-boot-imx-bb05b40b0610b4a18aa35313dc0857c9114b2353.zip u-boot-imx-bb05b40b0610b4a18aa35313dc0857c9114b2353.tar.gz u-boot-imx-bb05b40b0610b4a18aa35313dc0857c9114b2353.tar.bz2 |
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 <troy.kisky@boundarydevices.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx6qsabrelite.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mx6qsabrelite.h b/include/configs/mx6qsabrelite.h index 4a6aafa..8cd9a63 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 |