diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-03-16 08:05:07 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2013-04-03 10:41:51 +0200 |
commit | 85449dbd4ba55766862eeb93745c1b4b76c5cd86 (patch) | |
tree | 2614b683c42d3b4ab33fd0aa50e4064b3565026c /include/configs/mx6qsabre_common.h | |
parent | 60bb4621489d53aa255ccc35621a286a9a9b700d (diff) | |
download | u-boot-imx-85449dbd4ba55766862eeb93745c1b4b76c5cd86.zip u-boot-imx-85449dbd4ba55766862eeb93745c1b4b76c5cd86.tar.gz u-boot-imx-85449dbd4ba55766862eeb93745c1b4b76c5cd86.tar.bz2 |
mx6qsabre{sd,auto}: Add boot mode select
Adds support for 'bmode' command which let user to choose where to
boot from; this allows U-Boot to load system from another storage
without messing with jumpers.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'include/configs/mx6qsabre_common.h')
-rw-r--r-- | include/configs/mx6qsabre_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/mx6qsabre_common.h b/include/configs/mx6qsabre_common.h index 9eda9ed..0965b8f 100644 --- a/include/configs/mx6qsabre_common.h +++ b/include/configs/mx6qsabre_common.h @@ -36,6 +36,7 @@ #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2 * 1024 * 1024) #define CONFIG_BOARD_EARLY_INIT_F +#define CONFIG_BOARD_LATE_INIT #define CONFIG_MXC_GPIO #define CONFIG_MXC_UART @@ -75,6 +76,7 @@ /* Command definition */ #include <config_cmd_default.h> +#define CONFIG_CMD_BMODE #define CONFIG_CMD_BOOTZ #undef CONFIG_CMD_IMLS |