diff options
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" |