diff options
author | Prabhu Sundararaj <b36876@freescale.com> | 2012-05-03 17:07:36 -0500 |
---|---|---|
committer | Prabhu Sundararaj <b36876@freescale.com> | 2012-05-03 17:07:36 -0500 |
commit | cc5984828f56a16dd602481224ad8863ceb738e7 (patch) | |
tree | 778264b8b8663fbfb44f2ff9cd933717c7b5b3f7 /include/configs/mx6solo_sabreauto.h | |
parent | 372ec1fe34e6d3a03c7cd05c4e9c3e2ad2b364d2 (diff) | |
download | u-boot-imx-cc5984828f56a16dd602481224ad8863ceb738e7.zip u-boot-imx-cc5984828f56a16dd602481224ad8863ceb738e7.tar.gz u-boot-imx-cc5984828f56a16dd602481224ad8863ceb738e7.tar.bz2 |
ENGR00181621 : MX6Solo SABREAI - Set default boot up to SD Card
Set default boot to SD Card
Signed-off-by: Prabhu Sundararaj <b36876@freescale.com>
Diffstat (limited to 'include/configs/mx6solo_sabreauto.h')
-rw-r--r-- | include/configs/mx6solo_sabreauto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6solo_sabreauto.h b/include/configs/mx6solo_sabreauto.h index eadb69e..db67768 100644 --- a/include/configs/mx6solo_sabreauto.h +++ b/include/configs/mx6solo_sabreauto.h @@ -92,7 +92,7 @@ #define CONFIG_CMD_SPI #define CONFIG_CMD_I2C #define CONFIG_CMD_IMXOTP -#define CONFIG_CMD_WEIMNOR /*To boot from WEIM NOR. This will disable SPI NOR BOOT */ +/*#define CONFIG_CMD_WEIMNOR*/ /*To boot from WEIM NOR. This will disable SPI NOR BOOT */ /* Enable below configure when supporting nand */ #define CONFIG_CMD_SF |