diff options
author | Lin Fuzhen <fuzhen.lin@freescale.com> | 2013-06-19 14:24:09 +0800 |
---|---|---|
committer | Lin Fuzhen <fuzhen.lin@freescale.com> | 2013-06-19 15:23:07 +0800 |
commit | 78f8d830f76a64c0b856d6da1a419a518bf034f3 (patch) | |
tree | 75eaa969b3e02b5123315afcb1b15fe7e109ad22 /include/configs | |
parent | e146335a86cb9fcc2c9bc3aa686754d7ad92c673 (diff) |
ENGR00266869-2 imx6x sabresd: correct the bootargs for android
The original design set the boot params default for eMMC on sabrsd
This patch corrects env setting according boot device which is selected.
Signed-off-by: Lin Fuzhen <fuzhen.lin@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx6dl_sabresd_android.h | 2 | ||||
-rw-r--r-- | include/configs/mx6q_sabresd_android.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/mx6dl_sabresd_android.h b/include/configs/mx6dl_sabresd_android.h index f903e99..de8e5f1 100644 --- a/include/configs/mx6dl_sabresd_android.h +++ b/include/configs/mx6dl_sabresd_android.h @@ -76,8 +76,6 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ "netdev=eth0\0" \ "ethprime=FEC0\0" \ - "fastboot_dev=mmc3\0" \ - "bootcmd=booti mmc3\0" \ "splashimage=0x30000000\0" \ "splashpos=m,m\0" \ "lvds_num=1\0" diff --git a/include/configs/mx6q_sabresd_android.h b/include/configs/mx6q_sabresd_android.h index 4094cbe..db92812 100644 --- a/include/configs/mx6q_sabresd_android.h +++ b/include/configs/mx6q_sabresd_android.h @@ -73,8 +73,6 @@ #define CONFIG_EXTRA_ENV_SETTINGS \ "netdev=eth0\0" \ "ethprime=FEC0\0" \ - "fastboot_dev=mmc3\0" \ - "bootcmd=booti mmc3\0" \ "splashimage=0x30000000\0" \ "splashpos=m,m\0" \ "lvds_num=1\0" |