diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-04-19 03:42:03 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2013-04-25 21:34:48 +0200 |
commit | eaffaa2d25ce6e94a965460467352bd12513bf09 (patch) | |
tree | a9b7e0c9e542099d20722aebd77c0e4cd0e76551 /include | |
parent | 5ed15738d915b75b6a2bd9c3095005481c4df3d1 (diff) | |
download | u-boot-imx-eaffaa2d25ce6e94a965460467352bd12513bf09.zip u-boot-imx-eaffaa2d25ce6e94a965460467352bd12513bf09.tar.gz u-boot-imx-eaffaa2d25ce6e94a965460467352bd12513bf09.tar.bz2 |
wandboard: Add boot selection support
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')
-rw-r--r-- | include/configs/wandboard.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/wandboard.h b/include/configs/wandboard.h index 9898f55..9d7ec3f 100644 --- a/include/configs/wandboard.h +++ b/include/configs/wandboard.h @@ -32,6 +32,7 @@ #define CONFIG_SYS_MALLOC_LEN (3 * SZ_1M) #define CONFIG_BOARD_EARLY_INIT_F +#define CONFIG_BOARD_LATE_INIT #define CONFIG_MXC_GPIO #define CONFIG_MXC_UART @@ -47,6 +48,7 @@ #undef CONFIG_CMD_IMLS +#define CONFIG_CMD_BMODE #define CONFIG_CMD_SETEXPR #define CONFIG_BOOTDELAY 5 |