diff options
author | Ye Li <ye.li@nxp.com> | 2016-03-15 11:05:06 +0800 |
---|---|---|
committer | Ye Li <ye.li@nxp.com> | 2017-04-05 14:04:41 +0800 |
commit | b3b794bf382101fd82cfa12a5e717bd2cc6ca10a (patch) | |
tree | 9b2d76acb3ee316381c29b0b3d39ce842554ee09 /configs/mx6dlsabresd_plugin_defconfig | |
parent | 2398e5ff576c6f0de86856f4b116315d0b34556b (diff) | |
download | u-boot-imx-b3b794bf382101fd82cfa12a5e717bd2cc6ca10a.zip u-boot-imx-b3b794bf382101fd82cfa12a5e717bd2cc6ca10a.tar.gz u-boot-imx-b3b794bf382101fd82cfa12a5e717bd2cc6ca10a.tar.bz2 |
MLK-12493-1 Add support for various boot device
Add support for various boot devices like NAND, QSPINOR, SPINOR,
eMMC, EIMNOR, SATA.
Modify board level files to support the feature and add corresponding defconfig files
Signed-off-by: Ye Li <ye.li@nxp.com>
(cherry picked from commit 72c35e80b86f7f75a52db45959793882bb730793)
Diffstat (limited to 'configs/mx6dlsabresd_plugin_defconfig')
-rw-r--r-- | configs/mx6dlsabresd_plugin_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/mx6dlsabresd_plugin_defconfig b/configs/mx6dlsabresd_plugin_defconfig index 0dd0c03..697adda 100644 --- a/configs/mx6dlsabresd_plugin_defconfig +++ b/configs/mx6dlsabresd_plugin_defconfig @@ -30,8 +30,6 @@ CONFIG_CMD_FAT=y CONFIG_CMD_FS_GENERIC=y CONFIG_DFU_MMC=y CONFIG_DFU_SF=y -CONFIG_SPI_FLASH=y -CONFIG_SPI_FLASH_STMICRO=y CONFIG_USB=y CONFIG_USB_STORAGE=y CONFIG_USB_GADGET=y |