From: Masahiro Yamada Date: Wed, 7 Dec 2016 13:10:26 +0000 (+0900) Subject: mmc: complete unfinished move of CONFIG_MMC X-Git-Tag: v2017.01-rc3~15 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fkernel%2Fu-boot.git;a=commitdiff_plain;h=c27269953b94d19b3fc7a21a1c3e19985507b94d mmc: complete unfinished move of CONFIG_MMC Commit 7a777f6d6f35 ("mmc: Add generic Kconfig option") created a Kconfig entry for this option without any actual moves, then commit 44c798799f66 ("sunxi: Use Kconfig CONFIG_MMC") moved instances only for SUNXI. We generally do not like such partial moves. This kind of work is automated by tools/moveconfig.py, so it is pretty easy to complete this move. I am adding "default ARM || PPC || SANDBOX" (suggested by Tom). This shortens the configs and will ease new board porting. This commit was created as follows: [1] Edit Kconfig (remove the "depends on", add the "default", copy the prompt and help message from Linux) [2] Run 'tools/moveconfig.py -y -s -r HEAD MMC' Signed-off-by: Masahiro Yamada Reviewed-by: Jaehoon Chung --- diff --git a/configs/B4420QDS_NAND_defconfig b/configs/B4420QDS_NAND_defconfig index dc5f5e3..5ee32b8 100644 --- a/configs/B4420QDS_NAND_defconfig +++ b/configs/B4420QDS_NAND_defconfig @@ -6,6 +6,7 @@ CONFIG_SPL_NAND_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_ENV_SUPPORT=y CONFIG_SPL_DRIVERS_MISC_SUPPORT=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_B4420QDS=y CONFIG_FIT=y diff --git a/configs/B4420QDS_SPIFLASH_defconfig b/configs/B4420QDS_SPIFLASH_defconfig index fcf683d..69e47a2 100644 --- a/configs/B4420QDS_SPIFLASH_defconfig +++ b/configs/B4420QDS_SPIFLASH_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_B4420QDS=y CONFIG_FIT=y diff --git a/configs/B4420QDS_defconfig b/configs/B4420QDS_defconfig index 6c3c5ab..abc6a7c 100644 --- a/configs/B4420QDS_defconfig +++ b/configs/B4420QDS_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_B4420QDS=y CONFIG_FIT=y diff --git a/configs/B4860QDS_NAND_defconfig b/configs/B4860QDS_NAND_defconfig index 28ffcb6..56e7318 100644 --- a/configs/B4860QDS_NAND_defconfig +++ b/configs/B4860QDS_NAND_defconfig @@ -6,6 +6,7 @@ CONFIG_SPL_NAND_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_ENV_SUPPORT=y CONFIG_SPL_DRIVERS_MISC_SUPPORT=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_B4860QDS=y CONFIG_FIT=y diff --git a/configs/B4860QDS_SECURE_BOOT_defconfig b/configs/B4860QDS_SECURE_BOOT_defconfig index 69edc00..3a77f0d 100644 --- a/configs/B4860QDS_SECURE_BOOT_defconfig +++ b/configs/B4860QDS_SECURE_BOOT_defconfig @@ -1,5 +1,6 @@ CONFIG_PPC=y CONFIG_SECURE_BOOT=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_B4860QDS=y # CONFIG_SYS_MALLOC_F is not set diff --git a/configs/B4860QDS_SPIFLASH_defconfig b/configs/B4860QDS_SPIFLASH_defconfig index 94a07fa..9bebdf7 100644 --- a/configs/B4860QDS_SPIFLASH_defconfig +++ b/configs/B4860QDS_SPIFLASH_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_B4860QDS=y CONFIG_FIT=y diff --git a/configs/B4860QDS_SRIO_PCIE_BOOT_defconfig b/configs/B4860QDS_SRIO_PCIE_BOOT_defconfig index cb3e134..d832455 100644 --- a/configs/B4860QDS_SRIO_PCIE_BOOT_defconfig +++ b/configs/B4860QDS_SRIO_PCIE_BOOT_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_B4860QDS=y CONFIG_FIT=y diff --git a/configs/B4860QDS_defconfig b/configs/B4860QDS_defconfig index 077ffd2..fd00b60 100644 --- a/configs/B4860QDS_defconfig +++ b/configs/B4860QDS_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_B4860QDS=y CONFIG_FIT=y diff --git a/configs/BSC9131RDB_NAND_SYSCLK100_defconfig b/configs/BSC9131RDB_NAND_SYSCLK100_defconfig index e88e234..8c1ab70 100644 --- a/configs/BSC9131RDB_NAND_SYSCLK100_defconfig +++ b/configs/BSC9131RDB_NAND_SYSCLK100_defconfig @@ -1,6 +1,7 @@ CONFIG_PPC=y CONFIG_SPL_NAND_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_BSC9131RDB=y CONFIG_FIT=y diff --git a/configs/BSC9131RDB_NAND_defconfig b/configs/BSC9131RDB_NAND_defconfig index 5c4d45d..f8de2e6 100644 --- a/configs/BSC9131RDB_NAND_defconfig +++ b/configs/BSC9131RDB_NAND_defconfig @@ -1,6 +1,7 @@ CONFIG_PPC=y CONFIG_SPL_NAND_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_BSC9131RDB=y CONFIG_FIT=y diff --git a/configs/BSC9131RDB_SPIFLASH_SYSCLK100_defconfig b/configs/BSC9131RDB_SPIFLASH_SYSCLK100_defconfig index 23a74c3..940b536 100644 --- a/configs/BSC9131RDB_SPIFLASH_SYSCLK100_defconfig +++ b/configs/BSC9131RDB_SPIFLASH_SYSCLK100_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_BSC9131RDB=y CONFIG_FIT=y diff --git a/configs/BSC9131RDB_SPIFLASH_defconfig b/configs/BSC9131RDB_SPIFLASH_defconfig index 2c5d637..481fd92 100644 --- a/configs/BSC9131RDB_SPIFLASH_defconfig +++ b/configs/BSC9131RDB_SPIFLASH_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_BSC9131RDB=y CONFIG_FIT=y diff --git a/configs/C29XPCIE_NAND_defconfig b/configs/C29XPCIE_NAND_defconfig index 9398844..e2490dc 100644 --- a/configs/C29XPCIE_NAND_defconfig +++ b/configs/C29XPCIE_NAND_defconfig @@ -2,6 +2,7 @@ CONFIG_PPC=y CONFIG_SPL_NAND_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_DRIVERS_MISC_SUPPORT=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_C29XPCIE=y CONFIG_FIT=y diff --git a/configs/C29XPCIE_NOR_SECBOOT_defconfig b/configs/C29XPCIE_NOR_SECBOOT_defconfig index 737467d..801c10e 100644 --- a/configs/C29XPCIE_NOR_SECBOOT_defconfig +++ b/configs/C29XPCIE_NOR_SECBOOT_defconfig @@ -1,5 +1,6 @@ CONFIG_PPC=y CONFIG_SECURE_BOOT=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_C29XPCIE=y # CONFIG_SYS_MALLOC_F is not set diff --git a/configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig b/configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig index 56e7066..0639457 100644 --- a/configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig +++ b/configs/C29XPCIE_SPIFLASH_SECBOOT_defconfig @@ -1,5 +1,6 @@ CONFIG_PPC=y CONFIG_SECURE_BOOT=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_C29XPCIE=y # CONFIG_SYS_MALLOC_F is not set diff --git a/configs/C29XPCIE_SPIFLASH_defconfig b/configs/C29XPCIE_SPIFLASH_defconfig index 43c88ee..dc536a7 100644 --- a/configs/C29XPCIE_SPIFLASH_defconfig +++ b/configs/C29XPCIE_SPIFLASH_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_C29XPCIE=y CONFIG_FIT=y diff --git a/configs/C29XPCIE_defconfig b/configs/C29XPCIE_defconfig index c2b58d1..5d7f03e 100644 --- a/configs/C29XPCIE_defconfig +++ b/configs/C29XPCIE_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_C29XPCIE=y CONFIG_FIT=y diff --git a/configs/CPCI2DP_defconfig b/configs/CPCI2DP_defconfig index 1df74dd..2dfd63c 100644 --- a/configs/CPCI2DP_defconfig +++ b/configs/CPCI2DP_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_CPCI2DP=y CONFIG_BOOTDELAY=3 diff --git a/configs/CPCI4052_defconfig b/configs/CPCI4052_defconfig index 605d85f..b5135f7 100644 --- a/configs/CPCI4052_defconfig +++ b/configs/CPCI4052_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_CPCI4052=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/MIP405T_defconfig b/configs/MIP405T_defconfig index 591fca5..76d0ef4 100644 --- a/configs/MIP405T_defconfig +++ b/configs/MIP405T_defconfig @@ -1,5 +1,6 @@ CONFIG_PPC=y CONFIG_IDENT_STRING="\n(c) 2003 by MPL AG Switzerland, MEV-10082-001 released" +# CONFIG_MMC is not set CONFIG_VIDEO=y CONFIG_4xx=y CONFIG_TARGET_MIP405T=y diff --git a/configs/MIP405_defconfig b/configs/MIP405_defconfig index eee1811..0c358f9 100644 --- a/configs/MIP405_defconfig +++ b/configs/MIP405_defconfig @@ -1,5 +1,6 @@ CONFIG_PPC=y CONFIG_IDENT_STRING="\n(c) 2003 by MPL AG Switzerland, MEV-10072-001 released" +# CONFIG_MMC is not set CONFIG_VIDEO=y CONFIG_4xx=y CONFIG_TARGET_MIP405=y diff --git a/configs/MPC8313ERDB_33_defconfig b/configs/MPC8313ERDB_33_defconfig index 2fdffa9..2513632 100644 --- a/configs/MPC8313ERDB_33_defconfig +++ b/configs/MPC8313ERDB_33_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_MPC8313ERDB=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/MPC8313ERDB_66_defconfig b/configs/MPC8313ERDB_66_defconfig index 56538cc..9d611fc 100644 --- a/configs/MPC8313ERDB_66_defconfig +++ b/configs/MPC8313ERDB_66_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_MPC8313ERDB=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/MPC8313ERDB_NAND_33_defconfig b/configs/MPC8313ERDB_NAND_33_defconfig index c64b4e8..79a9c27 100644 --- a/configs/MPC8313ERDB_NAND_33_defconfig +++ b/configs/MPC8313ERDB_NAND_33_defconfig @@ -1,6 +1,7 @@ CONFIG_PPC=y CONFIG_SPL_NAND_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_MPC8313ERDB=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/MPC8313ERDB_NAND_66_defconfig b/configs/MPC8313ERDB_NAND_66_defconfig index a97f634..aa4a1c4 100644 --- a/configs/MPC8313ERDB_NAND_66_defconfig +++ b/configs/MPC8313ERDB_NAND_66_defconfig @@ -1,6 +1,7 @@ CONFIG_PPC=y CONFIG_SPL_NAND_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_MPC8313ERDB=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/MPC8315ERDB_defconfig b/configs/MPC8315ERDB_defconfig index 50fa786..4e2b705 100644 --- a/configs/MPC8315ERDB_defconfig +++ b/configs/MPC8315ERDB_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_MPC8315ERDB=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/MPC8323ERDB_defconfig b/configs/MPC8323ERDB_defconfig index 5e5a2d0..043ab9b 100644 --- a/configs/MPC8323ERDB_defconfig +++ b/configs/MPC8323ERDB_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_MPC8323ERDB=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/MPC832XEMDS_ATM_defconfig b/configs/MPC832XEMDS_ATM_defconfig index 690357e..7d59149 100644 --- a/configs/MPC832XEMDS_ATM_defconfig +++ b/configs/MPC832XEMDS_ATM_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_MPC832XEMDS=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/MPC832XEMDS_HOST_33_defconfig b/configs/MPC832XEMDS_HOST_33_defconfig index 1fbd0fb..5a53b1d2 100644 --- a/configs/MPC832XEMDS_HOST_33_defconfig +++ b/configs/MPC832XEMDS_HOST_33_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_MPC832XEMDS=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/MPC832XEMDS_HOST_66_defconfig b/configs/MPC832XEMDS_HOST_66_defconfig index 0adc383..9a47c62 100644 --- a/configs/MPC832XEMDS_HOST_66_defconfig +++ b/configs/MPC832XEMDS_HOST_66_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_MPC832XEMDS=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/MPC832XEMDS_SLAVE_defconfig b/configs/MPC832XEMDS_SLAVE_defconfig index 838e5e6..cdd3d77 100644 --- a/configs/MPC832XEMDS_SLAVE_defconfig +++ b/configs/MPC832XEMDS_SLAVE_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_MPC832XEMDS=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/MPC832XEMDS_defconfig b/configs/MPC832XEMDS_defconfig index e27314a..af617e6 100644 --- a/configs/MPC832XEMDS_defconfig +++ b/configs/MPC832XEMDS_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_MPC832XEMDS=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/MPC8349EMDS_defconfig b/configs/MPC8349EMDS_defconfig index 28945a6..3a8844e 100644 --- a/configs/MPC8349EMDS_defconfig +++ b/configs/MPC8349EMDS_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_MPC8349EMDS=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/MPC8349ITXGP_defconfig b/configs/MPC8349ITXGP_defconfig index f1afcf8..e85ec16 100644 --- a/configs/MPC8349ITXGP_defconfig +++ b/configs/MPC8349ITXGP_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_MPC8349ITX=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/MPC8349ITX_LOWBOOT_defconfig b/configs/MPC8349ITX_LOWBOOT_defconfig index 10299f5..56e9607 100644 --- a/configs/MPC8349ITX_LOWBOOT_defconfig +++ b/configs/MPC8349ITX_LOWBOOT_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_MPC8349ITX=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/MPC8349ITX_defconfig b/configs/MPC8349ITX_defconfig index 4a63f49..8cdcf2b 100644 --- a/configs/MPC8349ITX_defconfig +++ b/configs/MPC8349ITX_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_MPC8349ITX=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/MPC8540ADS_defconfig b/configs/MPC8540ADS_defconfig index e3cb0d5..6291111 100644 --- a/configs/MPC8540ADS_defconfig +++ b/configs/MPC8540ADS_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_MPC8540ADS=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/MPC8541CDS_defconfig b/configs/MPC8541CDS_defconfig index 1ea8800..fc0aa99 100644 --- a/configs/MPC8541CDS_defconfig +++ b/configs/MPC8541CDS_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_MPC8541CDS=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/MPC8541CDS_legacy_defconfig b/configs/MPC8541CDS_legacy_defconfig index ae529d1..61eed37 100644 --- a/configs/MPC8541CDS_legacy_defconfig +++ b/configs/MPC8541CDS_legacy_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_MPC8541CDS=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/MPC8544DS_defconfig b/configs/MPC8544DS_defconfig index 705cc70..d160f04 100644 --- a/configs/MPC8544DS_defconfig +++ b/configs/MPC8544DS_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_VIDEO=y CONFIG_MPC85xx=y CONFIG_TARGET_MPC8544DS=y diff --git a/configs/MPC8548CDS_36BIT_defconfig b/configs/MPC8548CDS_36BIT_defconfig index 5d834e6..65e937f 100644 --- a/configs/MPC8548CDS_36BIT_defconfig +++ b/configs/MPC8548CDS_36BIT_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_MPC8548CDS=y CONFIG_PHYS_64BIT=y diff --git a/configs/MPC8548CDS_defconfig b/configs/MPC8548CDS_defconfig index ee400a3..6842170 100644 --- a/configs/MPC8548CDS_defconfig +++ b/configs/MPC8548CDS_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_MPC8548CDS=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/MPC8548CDS_legacy_defconfig b/configs/MPC8548CDS_legacy_defconfig index b733461..defdfc0 100644 --- a/configs/MPC8548CDS_legacy_defconfig +++ b/configs/MPC8548CDS_legacy_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_MPC8548CDS=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/MPC8555CDS_defconfig b/configs/MPC8555CDS_defconfig index da42112..9f9168a 100644 --- a/configs/MPC8555CDS_defconfig +++ b/configs/MPC8555CDS_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_MPC8555CDS=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/MPC8555CDS_legacy_defconfig b/configs/MPC8555CDS_legacy_defconfig index fb14891..51d17ad 100644 --- a/configs/MPC8555CDS_legacy_defconfig +++ b/configs/MPC8555CDS_legacy_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_MPC8555CDS=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/MPC8560ADS_defconfig b/configs/MPC8560ADS_defconfig index 67063c8..5a8cc26 100644 --- a/configs/MPC8560ADS_defconfig +++ b/configs/MPC8560ADS_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_MPC8560ADS=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/MPC8568MDS_defconfig b/configs/MPC8568MDS_defconfig index 2e7dceb..c6bc814 100644 --- a/configs/MPC8568MDS_defconfig +++ b/configs/MPC8568MDS_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_MPC8568MDS=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/MPC8572DS_36BIT_defconfig b/configs/MPC8572DS_36BIT_defconfig index 1239d08..b05496a 100644 --- a/configs/MPC8572DS_36BIT_defconfig +++ b/configs/MPC8572DS_36BIT_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_VIDEO=y CONFIG_MPC85xx=y CONFIG_TARGET_MPC8572DS=y diff --git a/configs/MPC8572DS_defconfig b/configs/MPC8572DS_defconfig index 13df52e..19d3d33 100644 --- a/configs/MPC8572DS_defconfig +++ b/configs/MPC8572DS_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_VIDEO=y CONFIG_MPC85xx=y CONFIG_TARGET_MPC8572DS=y diff --git a/configs/MPC8610HPCD_defconfig b/configs/MPC8610HPCD_defconfig index 9327955..563896d 100644 --- a/configs/MPC8610HPCD_defconfig +++ b/configs/MPC8610HPCD_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_VIDEO=y CONFIG_MPC86xx=y CONFIG_TARGET_MPC8610HPCD=y diff --git a/configs/MPC8641HPCN_36BIT_defconfig b/configs/MPC8641HPCN_36BIT_defconfig index d1f9e10..9bd0e3d 100644 --- a/configs/MPC8641HPCN_36BIT_defconfig +++ b/configs/MPC8641HPCN_36BIT_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_VIDEO=y CONFIG_MPC86xx=y CONFIG_TARGET_MPC8641HPCN=y diff --git a/configs/MPC8641HPCN_defconfig b/configs/MPC8641HPCN_defconfig index 0672345..43a5290 100644 --- a/configs/MPC8641HPCN_defconfig +++ b/configs/MPC8641HPCN_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_VIDEO=y CONFIG_MPC86xx=y CONFIG_TARGET_MPC8641HPCN=y diff --git a/configs/MiniFAP_defconfig b/configs/MiniFAP_defconfig index f07aa3e..ff79c12 100644 --- a/configs/MiniFAP_defconfig +++ b/configs/MiniFAP_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_VIDEO=y CONFIG_MPC5xxx=y CONFIG_TARGET_TQM5200=y diff --git a/configs/O2D300_defconfig b/configs/O2D300_defconfig index 37fc2f6..36c55b6 100644 --- a/configs/O2D300_defconfig +++ b/configs/O2D300_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC5xxx=y CONFIG_TARGET_O2D300=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/O2DNT2_RAMBOOT_defconfig b/configs/O2DNT2_RAMBOOT_defconfig index 19bbc26..b374c28 100644 --- a/configs/O2DNT2_RAMBOOT_defconfig +++ b/configs/O2DNT2_RAMBOOT_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC5xxx=y CONFIG_TARGET_O2DNT2=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/O2DNT2_defconfig b/configs/O2DNT2_defconfig index 0cb9df5..00a713b 100644 --- a/configs/O2DNT2_defconfig +++ b/configs/O2DNT2_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC5xxx=y CONFIG_TARGET_O2DNT2=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/O2D_defconfig b/configs/O2D_defconfig index fcfedd5..9bc2342 100644 --- a/configs/O2D_defconfig +++ b/configs/O2D_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC5xxx=y CONFIG_TARGET_O2D=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/O2I_defconfig b/configs/O2I_defconfig index cf69bde..2f3276c 100644 --- a/configs/O2I_defconfig +++ b/configs/O2I_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC5xxx=y CONFIG_TARGET_O2I=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/O2MNT_O2M110_defconfig b/configs/O2MNT_O2M110_defconfig index 5025ef3..57c9f7b 100644 --- a/configs/O2MNT_O2M110_defconfig +++ b/configs/O2MNT_O2M110_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC5xxx=y CONFIG_TARGET_O2MNT=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/O2MNT_O2M112_defconfig b/configs/O2MNT_O2M112_defconfig index 5428166..3afa43b 100644 --- a/configs/O2MNT_O2M112_defconfig +++ b/configs/O2MNT_O2M112_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC5xxx=y CONFIG_TARGET_O2MNT=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/O2MNT_O2M113_defconfig b/configs/O2MNT_O2M113_defconfig index 19543c9..a543a3b 100644 --- a/configs/O2MNT_O2M113_defconfig +++ b/configs/O2MNT_O2M113_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC5xxx=y CONFIG_TARGET_O2MNT=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/O2MNT_defconfig b/configs/O2MNT_defconfig index 10e5c70..859ba73 100644 --- a/configs/O2MNT_defconfig +++ b/configs/O2MNT_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC5xxx=y CONFIG_TARGET_O2MNT=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/O3DNT_defconfig b/configs/O3DNT_defconfig index 6333d63..c4f2f69 100644 --- a/configs/O3DNT_defconfig +++ b/configs/O3DNT_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC5xxx=y CONFIG_TARGET_O3DNT=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/P1023RDB_defconfig b/configs/P1023RDB_defconfig index 80fcfe1..3001575 100644 --- a/configs/P1023RDB_defconfig +++ b/configs/P1023RDB_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_P1023RDB=y CONFIG_FIT=y diff --git a/configs/PATI_defconfig b/configs/PATI_defconfig index a24dcb2..ae1c1b6 100644 --- a/configs/PATI_defconfig +++ b/configs/PATI_defconfig @@ -1,5 +1,6 @@ CONFIG_PPC=y CONFIG_IDENT_STRING="\n(c) 2003 by MPL AG Switzerland, MEV-10084-001 released" +# CONFIG_MMC is not set CONFIG_5xx=y CONFIG_TARGET_PATI=y CONFIG_BOOTDELAY=5 diff --git a/configs/PIP405_defconfig b/configs/PIP405_defconfig index 707b6c0..229448f 100644 --- a/configs/PIP405_defconfig +++ b/configs/PIP405_defconfig @@ -1,5 +1,6 @@ CONFIG_PPC=y CONFIG_IDENT_STRING="\n(c) 2002 by MPL AG Switzerland, MEV-10066-001 released" +# CONFIG_MMC is not set CONFIG_VIDEO=y CONFIG_4xx=y CONFIG_TARGET_PIP405=y diff --git a/configs/PLU405_defconfig b/configs/PLU405_defconfig index 3ff7c85..fe26fed 100644 --- a/configs/PLU405_defconfig +++ b/configs/PLU405_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_PLU405=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/PMC405DE_defconfig b/configs/PMC405DE_defconfig index ed285d5..fe96b07 100644 --- a/configs/PMC405DE_defconfig +++ b/configs/PMC405DE_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_PMC405DE=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/PMC440_defconfig b/configs/PMC440_defconfig index cd2f0d2..8c4454e 100644 --- a/configs/PMC440_defconfig +++ b/configs/PMC440_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_PMC440=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/TQM5200S_HIGHBOOT_defconfig b/configs/TQM5200S_HIGHBOOT_defconfig index 8afa7ce..df873ee 100644 --- a/configs/TQM5200S_HIGHBOOT_defconfig +++ b/configs/TQM5200S_HIGHBOOT_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC5xxx=y CONFIG_TARGET_TQM5200=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/TQM5200S_defconfig b/configs/TQM5200S_defconfig index c30c717..2a59758 100644 --- a/configs/TQM5200S_defconfig +++ b/configs/TQM5200S_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC5xxx=y CONFIG_TARGET_TQM5200=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/TQM5200_B_HIGHBOOT_defconfig b/configs/TQM5200_B_HIGHBOOT_defconfig index 564fa18..73ff161 100644 --- a/configs/TQM5200_B_HIGHBOOT_defconfig +++ b/configs/TQM5200_B_HIGHBOOT_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_VIDEO=y CONFIG_MPC5xxx=y CONFIG_TARGET_TQM5200=y diff --git a/configs/TQM5200_B_defconfig b/configs/TQM5200_B_defconfig index ebad386..c0d5c4b 100644 --- a/configs/TQM5200_B_defconfig +++ b/configs/TQM5200_B_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_VIDEO=y CONFIG_MPC5xxx=y CONFIG_TARGET_TQM5200=y diff --git a/configs/TQM5200_STK100_defconfig b/configs/TQM5200_STK100_defconfig index ac8c9b7..5868912 100644 --- a/configs/TQM5200_STK100_defconfig +++ b/configs/TQM5200_STK100_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_VIDEO=y CONFIG_MPC5xxx=y CONFIG_TARGET_TQM5200=y diff --git a/configs/TQM5200_defconfig b/configs/TQM5200_defconfig index dfe47ed..9d0e915 100644 --- a/configs/TQM5200_defconfig +++ b/configs/TQM5200_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_VIDEO=y CONFIG_MPC5xxx=y CONFIG_TARGET_TQM5200=y diff --git a/configs/TQM823L_LCD_defconfig b/configs/TQM823L_LCD_defconfig index f78b7f7..0c6b2d9 100644 --- a/configs/TQM823L_LCD_defconfig +++ b/configs/TQM823L_LCD_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_8xx=y CONFIG_TARGET_TQM823L=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/TQM823L_defconfig b/configs/TQM823L_defconfig index 1524013..7081ed6 100644 --- a/configs/TQM823L_defconfig +++ b/configs/TQM823L_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_8xx=y CONFIG_TARGET_TQM823L=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/TQM823M_defconfig b/configs/TQM823M_defconfig index fed4d81..496dc06 100644 --- a/configs/TQM823M_defconfig +++ b/configs/TQM823M_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_8xx=y CONFIG_TARGET_TQM823M=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/TQM834x_defconfig b/configs/TQM834x_defconfig index b56d780..8b24dfb 100644 --- a/configs/TQM834x_defconfig +++ b/configs/TQM834x_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_TQM834X=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/TQM850L_defconfig b/configs/TQM850L_defconfig index 028a0b8..0f711d1 100644 --- a/configs/TQM850L_defconfig +++ b/configs/TQM850L_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_8xx=y CONFIG_TARGET_TQM850L=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/TQM850M_defconfig b/configs/TQM850M_defconfig index 983a37c..7a72ce9 100644 --- a/configs/TQM850M_defconfig +++ b/configs/TQM850M_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_8xx=y CONFIG_TARGET_TQM850M=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/TQM855L_defconfig b/configs/TQM855L_defconfig index 731d7e4..b034a04 100644 --- a/configs/TQM855L_defconfig +++ b/configs/TQM855L_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_8xx=y CONFIG_TARGET_TQM855L=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/TQM855M_defconfig b/configs/TQM855M_defconfig index 31ed1e0..05b4518 100644 --- a/configs/TQM855M_defconfig +++ b/configs/TQM855M_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_8xx=y CONFIG_TARGET_TQM855M=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/TQM860L_defconfig b/configs/TQM860L_defconfig index 045bf01..5d8a088 100644 --- a/configs/TQM860L_defconfig +++ b/configs/TQM860L_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_8xx=y CONFIG_TARGET_TQM860L=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/TQM860M_defconfig b/configs/TQM860M_defconfig index 4733f4a..023751d 100644 --- a/configs/TQM860M_defconfig +++ b/configs/TQM860M_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_8xx=y CONFIG_TARGET_TQM860M=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/TQM862L_defconfig b/configs/TQM862L_defconfig index 4fa6a69..628d687 100644 --- a/configs/TQM862L_defconfig +++ b/configs/TQM862L_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_8xx=y CONFIG_TARGET_TQM862L=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/TQM862M_defconfig b/configs/TQM862M_defconfig index 6cebdf4..d1cf91c 100644 --- a/configs/TQM862M_defconfig +++ b/configs/TQM862M_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_8xx=y CONFIG_TARGET_TQM862M=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/TQM866M_defconfig b/configs/TQM866M_defconfig index 256a7e2..e0cf770 100644 --- a/configs/TQM866M_defconfig +++ b/configs/TQM866M_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_8xx=y CONFIG_TARGET_TQM866M=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/TQM885D_defconfig b/configs/TQM885D_defconfig index 64e18f5..889de7b 100644 --- a/configs/TQM885D_defconfig +++ b/configs/TQM885D_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_8xx=y CONFIG_TARGET_TQM885D=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/TTTech_defconfig b/configs/TTTech_defconfig index 5d1a7c4..97e4330 100644 --- a/configs/TTTech_defconfig +++ b/configs/TTTech_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_8xx=y CONFIG_TARGET_TQM823L=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/VOM405_defconfig b/configs/VOM405_defconfig index 6944478..aaaf31a 100644 --- a/configs/VOM405_defconfig +++ b/configs/VOM405_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_VOM405=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/a3m071_defconfig b/configs/a3m071_defconfig index 250a90f..0cfdd98 100644 --- a/configs/a3m071_defconfig +++ b/configs/a3m071_defconfig @@ -3,6 +3,7 @@ CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_ENV_SUPPORT=y +# CONFIG_MMC is not set CONFIG_MPC5xxx=y CONFIG_TARGET_A3M071=y CONFIG_FIT=y diff --git a/configs/a4m072_defconfig b/configs/a4m072_defconfig index bf4ac25..f68b966 100644 --- a/configs/a4m072_defconfig +++ b/configs/a4m072_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC5xxx=y CONFIG_TARGET_A4M072=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/a4m2k_defconfig b/configs/a4m2k_defconfig index e9510ff..da7719c 100644 --- a/configs/a4m2k_defconfig +++ b/configs/a4m2k_defconfig @@ -3,6 +3,7 @@ CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_ENV_SUPPORT=y +# CONFIG_MMC is not set CONFIG_MPC5xxx=y CONFIG_TARGET_A3M071=y CONFIG_FIT=y diff --git a/configs/ac14xx_defconfig b/configs/ac14xx_defconfig index 834d2b2..6c84fc6 100644 --- a/configs/ac14xx_defconfig +++ b/configs/ac14xx_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC512X=y CONFIG_TARGET_AC14XX=y CONFIG_FIT=y diff --git a/configs/acadia_defconfig b/configs/acadia_defconfig index 69053d5..790d8a9 100644 --- a/configs/acadia_defconfig +++ b/configs/acadia_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_ACADIA=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/adp-ag101p_defconfig b/configs/adp-ag101p_defconfig index 0def407..23ca68b 100644 --- a/configs/adp-ag101p_defconfig +++ b/configs/adp-ag101p_defconfig @@ -1,4 +1,5 @@ CONFIG_NDS32=y +CONFIG_MMC=y CONFIG_TARGET_ADP_AG101P=y CONFIG_BOOTDELAY=3 CONFIG_SYS_PROMPT="NDS32 # " diff --git a/configs/arches_defconfig b/configs/arches_defconfig index a869d2f..88bf4df 100644 --- a/configs/arches_defconfig +++ b/configs/arches_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_CANYONLANDS=y CONFIG_ARCHES=y diff --git a/configs/aria_defconfig b/configs/aria_defconfig index 0f41645..d54708e 100644 --- a/configs/aria_defconfig +++ b/configs/aria_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC512X=y CONFIG_TARGET_ARIA=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/armadillo-800eva_defconfig b/configs/armadillo-800eva_defconfig index 7d0a592..9409b8a 100644 --- a/configs/armadillo-800eva_defconfig +++ b/configs/armadillo-800eva_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_RMOBILE=y CONFIG_TARGET_ARMADILLO_800EVA=y +# CONFIG_MMC is not set CONFIG_BOOTDELAY=3 CONFIG_VERSION_VARIABLE=y # CONFIG_CMD_BDI is not set diff --git a/configs/aspenite_defconfig b/configs/aspenite_defconfig index 0dbb245..b4260a1 100644 --- a/configs/aspenite_defconfig +++ b/configs/aspenite_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_TARGET_ASPENITE=y CONFIG_IDENT_STRING="\nMarvell-Aspenite DB" +# CONFIG_MMC is not set CONFIG_BOOTDELAY=3 # CONFIG_DISPLAY_BOARDINFO is not set # CONFIG_CMD_IMLS is not set diff --git a/configs/at91rm9200ek_defconfig b/configs/at91rm9200ek_defconfig index 291fb0d..9674a04 100644 --- a/configs/at91rm9200ek_defconfig +++ b/configs/at91rm9200ek_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_AT91=y CONFIG_TARGET_AT91RM9200EK=y +# CONFIG_MMC is not set CONFIG_BOOTDELAY=3 # CONFIG_SYS_STDIO_DEREGISTER is not set # CONFIG_DISPLAY_CPUINFO is not set diff --git a/configs/at91rm9200ek_ram_defconfig b/configs/at91rm9200ek_ram_defconfig index 7c00ede..39c1afe 100644 --- a/configs/at91rm9200ek_ram_defconfig +++ b/configs/at91rm9200ek_ram_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_AT91=y CONFIG_TARGET_AT91RM9200EK=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT" CONFIG_BOOTDELAY=3 # CONFIG_SYS_STDIO_DEREGISTER is not set diff --git a/configs/at91sam9260ek_dataflash_cs0_defconfig b/configs/at91sam9260ek_dataflash_cs0_defconfig index d11b9a6..36423b2 100644 --- a/configs/at91sam9260ek_dataflash_cs0_defconfig +++ b/configs/at91sam9260ek_dataflash_cs0_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_AT91=y CONFIG_TARGET_AT91SAM9260EK=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9260,SYS_USE_DATAFLASH_CS0" CONFIG_BOOTDELAY=3 # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/at91sam9260ek_dataflash_cs1_defconfig b/configs/at91sam9260ek_dataflash_cs1_defconfig index 4779d66..3b28172 100644 --- a/configs/at91sam9260ek_dataflash_cs1_defconfig +++ b/configs/at91sam9260ek_dataflash_cs1_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_AT91=y CONFIG_TARGET_AT91SAM9260EK=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9260,SYS_USE_DATAFLASH_CS1" CONFIG_BOOTDELAY=3 # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/at91sam9260ek_nandflash_defconfig b/configs/at91sam9260ek_nandflash_defconfig index 25f9258..4f88507 100644 --- a/configs/at91sam9260ek_nandflash_defconfig +++ b/configs/at91sam9260ek_nandflash_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_AT91=y CONFIG_TARGET_AT91SAM9260EK=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9260,SYS_USE_NANDFLASH" CONFIG_BOOTDELAY=3 # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/at91sam9261ek_dataflash_cs0_defconfig b/configs/at91sam9261ek_dataflash_cs0_defconfig index 502e1ea..6b26c78 100644 --- a/configs/at91sam9261ek_dataflash_cs0_defconfig +++ b/configs/at91sam9261ek_dataflash_cs0_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_AT91=y CONFIG_TARGET_AT91SAM9261EK=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9261,SYS_USE_DATAFLASH_CS0" CONFIG_BOOTDELAY=3 # CONFIG_CONSOLE_MUX is not set diff --git a/configs/at91sam9261ek_dataflash_cs3_defconfig b/configs/at91sam9261ek_dataflash_cs3_defconfig index f51a145..293009d 100644 --- a/configs/at91sam9261ek_dataflash_cs3_defconfig +++ b/configs/at91sam9261ek_dataflash_cs3_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_AT91=y CONFIG_TARGET_AT91SAM9261EK=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9261,SYS_USE_DATAFLASH_CS3" CONFIG_BOOTDELAY=3 # CONFIG_CONSOLE_MUX is not set diff --git a/configs/at91sam9261ek_nandflash_defconfig b/configs/at91sam9261ek_nandflash_defconfig index d44ef1b..4760c4e 100644 --- a/configs/at91sam9261ek_nandflash_defconfig +++ b/configs/at91sam9261ek_nandflash_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_AT91=y CONFIG_TARGET_AT91SAM9261EK=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9261,SYS_USE_NANDFLASH" CONFIG_BOOTDELAY=3 # CONFIG_CONSOLE_MUX is not set diff --git a/configs/at91sam9g10ek_dataflash_cs0_defconfig b/configs/at91sam9g10ek_dataflash_cs0_defconfig index 00cbeeb..02cd5fa 100644 --- a/configs/at91sam9g10ek_dataflash_cs0_defconfig +++ b/configs/at91sam9g10ek_dataflash_cs0_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_AT91=y CONFIG_TARGET_AT91SAM9261EK=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9G10,SYS_USE_DATAFLASH_CS0" CONFIG_BOOTDELAY=3 # CONFIG_CONSOLE_MUX is not set diff --git a/configs/at91sam9g10ek_dataflash_cs3_defconfig b/configs/at91sam9g10ek_dataflash_cs3_defconfig index 70ef4ba..453a75d 100644 --- a/configs/at91sam9g10ek_dataflash_cs3_defconfig +++ b/configs/at91sam9g10ek_dataflash_cs3_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_AT91=y CONFIG_TARGET_AT91SAM9261EK=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9G10,SYS_USE_DATAFLASH_CS3" CONFIG_BOOTDELAY=3 # CONFIG_CONSOLE_MUX is not set diff --git a/configs/at91sam9g10ek_nandflash_defconfig b/configs/at91sam9g10ek_nandflash_defconfig index 2ba3703..0c82978 100644 --- a/configs/at91sam9g10ek_nandflash_defconfig +++ b/configs/at91sam9g10ek_nandflash_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_AT91=y CONFIG_TARGET_AT91SAM9261EK=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9G10,SYS_USE_NANDFLASH" CONFIG_BOOTDELAY=3 # CONFIG_CONSOLE_MUX is not set diff --git a/configs/at91sam9g20ek_dataflash_cs0_defconfig b/configs/at91sam9g20ek_dataflash_cs0_defconfig index 6d93ff9..4d94b84 100644 --- a/configs/at91sam9g20ek_dataflash_cs0_defconfig +++ b/configs/at91sam9g20ek_dataflash_cs0_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_AT91=y CONFIG_TARGET_AT91SAM9260EK=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9G20,SYS_USE_DATAFLASH_CS0" CONFIG_BOOTDELAY=3 # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/at91sam9g20ek_dataflash_cs1_defconfig b/configs/at91sam9g20ek_dataflash_cs1_defconfig index 8f1a682..cbe0376 100644 --- a/configs/at91sam9g20ek_dataflash_cs1_defconfig +++ b/configs/at91sam9g20ek_dataflash_cs1_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_AT91=y CONFIG_TARGET_AT91SAM9260EK=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9G20,SYS_USE_DATAFLASH_CS1" CONFIG_BOOTDELAY=3 # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/at91sam9g20ek_nandflash_defconfig b/configs/at91sam9g20ek_nandflash_defconfig index 998f863..1b53332 100644 --- a/configs/at91sam9g20ek_nandflash_defconfig +++ b/configs/at91sam9g20ek_nandflash_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_AT91=y CONFIG_TARGET_AT91SAM9260EK=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9G20,SYS_USE_NANDFLASH" CONFIG_BOOTDELAY=3 # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/at91sam9xeek_dataflash_cs0_defconfig b/configs/at91sam9xeek_dataflash_cs0_defconfig index 4085300..4092bfa 100644 --- a/configs/at91sam9xeek_dataflash_cs0_defconfig +++ b/configs/at91sam9xeek_dataflash_cs0_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_AT91=y CONFIG_TARGET_AT91SAM9260EK=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9XE,SYS_USE_DATAFLASH_CS0" CONFIG_BOOTDELAY=3 # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/at91sam9xeek_dataflash_cs1_defconfig b/configs/at91sam9xeek_dataflash_cs1_defconfig index 1f5e34a..5ff6902 100644 --- a/configs/at91sam9xeek_dataflash_cs1_defconfig +++ b/configs/at91sam9xeek_dataflash_cs1_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_AT91=y CONFIG_TARGET_AT91SAM9260EK=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9XE,SYS_USE_DATAFLASH_CS1" CONFIG_BOOTDELAY=3 # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/at91sam9xeek_nandflash_defconfig b/configs/at91sam9xeek_nandflash_defconfig index d00843f..fea620c 100644 --- a/configs/at91sam9xeek_nandflash_defconfig +++ b/configs/at91sam9xeek_nandflash_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_AT91=y CONFIG_TARGET_AT91SAM9260EK=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9XE,SYS_USE_NANDFLASH" CONFIG_BOOTDELAY=3 # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/atngw100_defconfig b/configs/atngw100_defconfig index 52dbefd..be48af1 100644 --- a/configs/atngw100_defconfig +++ b/configs/atngw100_defconfig @@ -1,4 +1,5 @@ CONFIG_AVR32=y +CONFIG_MMC=y CONFIG_TARGET_ATNGW100=y CONFIG_BOOTDELAY=1 CONFIG_SYS_PROMPT="U-Boot> " diff --git a/configs/atngw100mkii_defconfig b/configs/atngw100mkii_defconfig index bfceedb..9c1ee73 100644 --- a/configs/atngw100mkii_defconfig +++ b/configs/atngw100mkii_defconfig @@ -1,4 +1,5 @@ CONFIG_AVR32=y +CONFIG_MMC=y CONFIG_TARGET_ATNGW100MKII=y CONFIG_BOOTDELAY=1 CONFIG_SYS_PROMPT="U-Boot> " diff --git a/configs/atstk1002_defconfig b/configs/atstk1002_defconfig index df57568..1a5c97d 100644 --- a/configs/atstk1002_defconfig +++ b/configs/atstk1002_defconfig @@ -1,4 +1,5 @@ CONFIG_AVR32=y +CONFIG_MMC=y CONFIG_TARGET_ATSTK1002=y CONFIG_BOOTDELAY=1 CONFIG_SYS_PROMPT="U-Boot> " diff --git a/configs/axm_defconfig b/configs/axm_defconfig index 3e7f77c..db988c8 100644 --- a/configs/axm_defconfig +++ b/configs/axm_defconfig @@ -8,6 +8,7 @@ CONFIG_SPL_NAND_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI_SUPPORT=y +# CONFIG_MMC is not set CONFIG_DEFAULT_DEVICE_TREE="at91sam9g20-taurus" CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9G20,MACH_TYPE=2068,BOARD_AXM" CONFIG_BOOTDELAY=3 diff --git a/configs/axs101_defconfig b/configs/axs101_defconfig index b8d8baf..04f5ffe 100644 --- a/configs/axs101_defconfig +++ b/configs/axs101_defconfig @@ -1,6 +1,7 @@ CONFIG_ARC=y CONFIG_SYS_DCACHE_OFF=y CONFIG_SYS_CLK_FREQ=750000000 +CONFIG_MMC=y CONFIG_SYS_TEXT_BASE=0x81000000 CONFIG_DEFAULT_DEVICE_TREE="axs10x" CONFIG_BOOTDELAY=3 diff --git a/configs/axs103_defconfig b/configs/axs103_defconfig index 5e44633..54fad6d 100644 --- a/configs/axs103_defconfig +++ b/configs/axs103_defconfig @@ -1,6 +1,7 @@ CONFIG_ARC=y CONFIG_ISA_ARCV2=y CONFIG_SYS_CLK_FREQ=100000000 +CONFIG_MMC=y CONFIG_SYS_TEXT_BASE=0x81000000 CONFIG_DEFAULT_DEVICE_TREE="axs10x" CONFIG_BOOTDELAY=3 diff --git a/configs/bamboo_defconfig b/configs/bamboo_defconfig index e47d4ec..54b8380 100644 --- a/configs/bamboo_defconfig +++ b/configs/bamboo_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_BAMBOO=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/bayleybay_defconfig b/configs/bayleybay_defconfig index 1eb6142..419a10d 100644 --- a/configs/bayleybay_defconfig +++ b/configs/bayleybay_defconfig @@ -1,4 +1,5 @@ CONFIG_X86=y +CONFIG_MMC=y CONFIG_VENDOR_INTEL=y CONFIG_DEFAULT_DEVICE_TREE="bayleybay" CONFIG_TARGET_BAYLEYBAY=y diff --git a/configs/bcm911360_entphn-ns_defconfig b/configs/bcm911360_entphn-ns_defconfig index c2d04a6..adcc152 100644 --- a/configs/bcm911360_entphn-ns_defconfig +++ b/configs/bcm911360_entphn-ns_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_TARGET_BCMCYGNUS=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="SYS_SDRAM_SIZE=0x20000000,ARMV7_NONSEC" CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_CPUINFO is not set diff --git a/configs/bcm911360_entphn_defconfig b/configs/bcm911360_entphn_defconfig index 2937801..e49071d 100644 --- a/configs/bcm911360_entphn_defconfig +++ b/configs/bcm911360_entphn_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_TARGET_BCMCYGNUS=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="SYS_SDRAM_SIZE=0x20000000" CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_CPUINFO is not set diff --git a/configs/bcm911360k_defconfig b/configs/bcm911360k_defconfig index 00f6f13..8077c4a 100644 --- a/configs/bcm911360k_defconfig +++ b/configs/bcm911360k_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_TARGET_BCMCYGNUS=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="SYS_SDRAM_SIZE=0x40000000" CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_CPUINFO is not set diff --git a/configs/bcm958300k-ns_defconfig b/configs/bcm958300k-ns_defconfig index dc26bf7..26d0b0b 100644 --- a/configs/bcm958300k-ns_defconfig +++ b/configs/bcm958300k-ns_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_TARGET_BCMCYGNUS=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="SYS_SDRAM_SIZE=0x40000000,ARMV7_NONSEC" CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_CPUINFO is not set diff --git a/configs/bcm958300k_defconfig b/configs/bcm958300k_defconfig index 00f6f13..8077c4a 100644 --- a/configs/bcm958300k_defconfig +++ b/configs/bcm958300k_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_TARGET_BCMCYGNUS=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="SYS_SDRAM_SIZE=0x40000000" CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_CPUINFO is not set diff --git a/configs/bcm958305k_defconfig b/configs/bcm958305k_defconfig index 00f6f13..8077c4a 100644 --- a/configs/bcm958305k_defconfig +++ b/configs/bcm958305k_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_TARGET_BCMCYGNUS=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="SYS_SDRAM_SIZE=0x40000000" CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_CPUINFO is not set diff --git a/configs/bcm958622hr_defconfig b/configs/bcm958622hr_defconfig index c7b6d5d..c8679ac 100644 --- a/configs/bcm958622hr_defconfig +++ b/configs/bcm958622hr_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_TARGET_BCMNSP=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="SYS_SDRAM_SIZE=0x01000000" CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_CPUINFO is not set diff --git a/configs/bf518f-ezbrd_defconfig b/configs/bf518f-ezbrd_defconfig index 7f30237..d5b6e6e 100644 --- a/configs/bf518f-ezbrd_defconfig +++ b/configs/bf518f-ezbrd_defconfig @@ -1,4 +1,5 @@ CONFIG_BLACKFIN=y +CONFIG_MMC=y CONFIG_TARGET_BF518F_EZBRD=y CONFIG_BOOTDELAY=5 CONFIG_SILENT_CONSOLE=y diff --git a/configs/bf527-ad7160-eval_defconfig b/configs/bf527-ad7160-eval_defconfig index ccbb148..d26bd27 100644 --- a/configs/bf527-ad7160-eval_defconfig +++ b/configs/bf527-ad7160-eval_defconfig @@ -1,4 +1,5 @@ CONFIG_BLACKFIN=y +CONFIG_MMC=y CONFIG_TARGET_BF527_AD7160_EVAL=y CONFIG_BOOTDELAY=5 CONFIG_SILENT_CONSOLE=y diff --git a/configs/bf537-stamp_defconfig b/configs/bf537-stamp_defconfig index b691702..d06ed7e 100644 --- a/configs/bf537-stamp_defconfig +++ b/configs/bf537-stamp_defconfig @@ -1,4 +1,5 @@ CONFIG_BLACKFIN=y +CONFIG_MMC=y CONFIG_TARGET_BF537_STAMP=y CONFIG_BOOTDELAY=5 CONFIG_SILENT_CONSOLE=y diff --git a/configs/bf548-ezkit_defconfig b/configs/bf548-ezkit_defconfig index 19ac4e9..166b21a 100644 --- a/configs/bf548-ezkit_defconfig +++ b/configs/bf548-ezkit_defconfig @@ -1,4 +1,5 @@ CONFIG_BLACKFIN=y +CONFIG_MMC=y CONFIG_TARGET_BF548_EZKIT=y CONFIG_BOOTDELAY=5 CONFIG_SILENT_CONSOLE=y diff --git a/configs/bf609-ezkit_defconfig b/configs/bf609-ezkit_defconfig index b333c02..8fc0bf9 100644 --- a/configs/bf609-ezkit_defconfig +++ b/configs/bf609-ezkit_defconfig @@ -1,4 +1,5 @@ CONFIG_BLACKFIN=y +CONFIG_MMC=y CONFIG_TARGET_BF609_EZKIT=y CONFIG_SILENT_CONSOLE=y CONFIG_CMD_MMC=y diff --git a/configs/bg0900_defconfig b/configs/bg0900_defconfig index 6c14965..319c3e2 100644 --- a/configs/bg0900_defconfig +++ b/configs/bg0900_defconfig @@ -4,6 +4,7 @@ CONFIG_SPL_GPIO_SUPPORT=y CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y +# CONFIG_MMC is not set CONFIG_BOOTDELAY=3 CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/blanche_defconfig b/configs/blanche_defconfig index fa6735d..8dcbdd2 100644 --- a/configs/blanche_defconfig +++ b/configs/blanche_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_ARCH_RMOBILE=y CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_TARGET_BLANCHE=y +# CONFIG_MMC is not set CONFIG_BOOTSTAGE_USER_COUNT=0x20 CONFIG_BOOTSTAGE_STASH_ADDR=0x0 CONFIG_BOOTSTAGE_STASH_SIZE=0x4096 diff --git a/configs/brppt1_nand_defconfig b/configs/brppt1_nand_defconfig index f8d5539..31cd180 100644 --- a/configs/brppt1_nand_defconfig +++ b/configs/brppt1_nand_defconfig @@ -8,6 +8,7 @@ CONFIG_SPL_NAND_SUPPORT=y CONFIG_SPL_POWER_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_WATCHDOG_SUPPORT=y +# CONFIG_MMC is not set CONFIG_SPL_YMODEM_SUPPORT=y CONFIG_OF_BOARD_SETUP=y CONFIG_SYS_EXTRA_OPTIONS="SERIAL1,CONS_INDEX=1,NAND" diff --git a/configs/bubinga_defconfig b/configs/bubinga_defconfig index ea629f6..8a72e44 100644 --- a/configs/bubinga_defconfig +++ b/configs/bubinga_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_BUBINGA=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/caddy2_defconfig b/configs/caddy2_defconfig index c2e454a..78dc4e1 100644 --- a/configs/caddy2_defconfig +++ b/configs/caddy2_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_VME8349=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/calimain_defconfig b/configs/calimain_defconfig index 7eee28a..33a221a 100644 --- a/configs/calimain_defconfig +++ b/configs/calimain_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_DAVINCI=y CONFIG_TARGET_CALIMAIN=y +# CONFIG_MMC is not set CONFIG_BOOTDELAY=0 CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_CPUINFO is not set diff --git a/configs/cam5200_defconfig b/configs/cam5200_defconfig index 960ab55..3bf1aa7 100644 --- a/configs/cam5200_defconfig +++ b/configs/cam5200_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC5xxx=y CONFIG_TARGET_TQM5200=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/cam5200_niosflash_defconfig b/configs/cam5200_niosflash_defconfig index 27f1032..602988e 100644 --- a/configs/cam5200_niosflash_defconfig +++ b/configs/cam5200_niosflash_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC5xxx=y CONFIG_TARGET_TQM5200=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/canmb_defconfig b/configs/canmb_defconfig index ae8e040..f4cf5c3 100644 --- a/configs/canmb_defconfig +++ b/configs/canmb_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC5xxx=y CONFIG_TARGET_CANMB=y CONFIG_BOOTDELAY=5 diff --git a/configs/canyonlands_defconfig b/configs/canyonlands_defconfig index 6f89b58..fb1f9ec 100644 --- a/configs/canyonlands_defconfig +++ b/configs/canyonlands_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_CANYONLANDS=y CONFIG_CANYONLANDS=y diff --git a/configs/charon_defconfig b/configs/charon_defconfig index 6b02a94..67d22b6 100644 --- a/configs/charon_defconfig +++ b/configs/charon_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_VIDEO=y CONFIG_MPC5xxx=y CONFIG_TARGET_CHARON=y diff --git a/configs/cm-bf537e_defconfig b/configs/cm-bf537e_defconfig index db636e1..d687c43 100644 --- a/configs/cm-bf537e_defconfig +++ b/configs/cm-bf537e_defconfig @@ -1,4 +1,5 @@ CONFIG_BLACKFIN=y +CONFIG_MMC=y CONFIG_TARGET_CM_BF537E=y CONFIG_BOOTDELAY=5 CONFIG_SILENT_CONSOLE=y diff --git a/configs/cm-bf537u_defconfig b/configs/cm-bf537u_defconfig index f4726b0..38c6d42 100644 --- a/configs/cm-bf537u_defconfig +++ b/configs/cm-bf537u_defconfig @@ -1,4 +1,5 @@ CONFIG_BLACKFIN=y +CONFIG_MMC=y CONFIG_TARGET_CM_BF537U=y CONFIG_BOOTDELAY=5 CONFIG_SILENT_CONSOLE=y diff --git a/configs/cm5200_defconfig b/configs/cm5200_defconfig index 675a143..b09f31f 100644 --- a/configs/cm5200_defconfig +++ b/configs/cm5200_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC5xxx=y CONFIG_TARGET_CM5200=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/conga-qeval20-qa3-e3845-internal-uart_defconfig b/configs/conga-qeval20-qa3-e3845-internal-uart_defconfig index 28f69e4..9144beb 100644 --- a/configs/conga-qeval20-qa3-e3845-internal-uart_defconfig +++ b/configs/conga-qeval20-qa3-e3845-internal-uart_defconfig @@ -1,4 +1,5 @@ CONFIG_X86=y +CONFIG_MMC=y CONFIG_VENDOR_CONGATEC=y CONFIG_TARGET_CONGA_QEVAL20_QA3_E3845=y CONFIG_DEFAULT_DEVICE_TREE="conga-qeval20-qa3-e3845" diff --git a/configs/conga-qeval20-qa3-e3845_defconfig b/configs/conga-qeval20-qa3-e3845_defconfig index 2528db9..8a2e311 100644 --- a/configs/conga-qeval20-qa3-e3845_defconfig +++ b/configs/conga-qeval20-qa3-e3845_defconfig @@ -1,4 +1,5 @@ CONFIG_X86=y +CONFIG_MMC=y CONFIG_VENDOR_CONGATEC=y CONFIG_TARGET_CONGA_QEVAL20_QA3_E3845=y CONFIG_DEFAULT_DEVICE_TREE="conga-qeval20-qa3-e3845" diff --git a/configs/corvus_defconfig b/configs/corvus_defconfig index c373096..e33d371 100644 --- a/configs/corvus_defconfig +++ b/configs/corvus_defconfig @@ -6,6 +6,7 @@ CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_SPL_NAND_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y +# CONFIG_MMC is not set CONFIG_DEFAULT_DEVICE_TREE="at91sam9g45-corvus" CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9M10G45,MACH_TYPE=2066,SYS_USE_NANDFLASH" CONFIG_BOOTDELAY=3 diff --git a/configs/crownbay_defconfig b/configs/crownbay_defconfig index 5aa7234..be4986b 100644 --- a/configs/crownbay_defconfig +++ b/configs/crownbay_defconfig @@ -1,5 +1,6 @@ CONFIG_X86=y CONFIG_MAX_CPUS=2 +CONFIG_MMC=y CONFIG_VENDOR_INTEL=y CONFIG_DEFAULT_DEVICE_TREE="crownbay" CONFIG_TARGET_CROWNBAY=y diff --git a/configs/d2net_v2_defconfig b/configs/d2net_v2_defconfig index eeea7e5..87686aa 100644 --- a/configs/d2net_v2_defconfig +++ b/configs/d2net_v2_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_KIRKWOOD=y CONFIG_TARGET_NET2BIG_V2=y CONFIG_IDENT_STRING=" D2 v2" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="D2NET_V2" CONFIG_BOOTDELAY=3 CONFIG_CONSOLE_MUX=y diff --git a/configs/da850evm_direct_nor_defconfig b/configs/da850evm_direct_nor_defconfig index ead9685..8120b9d 100644 --- a/configs/da850evm_direct_nor_defconfig +++ b/configs/da850evm_direct_nor_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_DAVINCI=y CONFIG_TARGET_DA850EVM=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="MAC_ADDR_IN_SPIFLASH,USE_NOR,DIRECT_NOR_BOOT" CONFIG_BOOTDELAY=3 CONFIG_VERSION_VARIABLE=y diff --git a/configs/db-88f6720_defconfig b/configs/db-88f6720_defconfig index 8ec8bdf..20539d1 100644 --- a/configs/db-88f6720_defconfig +++ b/configs/db-88f6720_defconfig @@ -8,6 +8,7 @@ CONFIG_SPL_I2C_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI_SUPPORT=y +# CONFIG_MMC is not set CONFIG_DEFAULT_DEVICE_TREE="armada-375-db" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_BOOTDELAY=3 diff --git a/configs/db-88f6820-amc_defconfig b/configs/db-88f6820-amc_defconfig index 27ec656..5543be8 100644 --- a/configs/db-88f6820-amc_defconfig +++ b/configs/db-88f6820-amc_defconfig @@ -7,6 +7,7 @@ CONFIG_SPL_I2C_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI_SUPPORT=y +# CONFIG_MMC is not set CONFIG_DEFAULT_DEVICE_TREE="armada-385-amc" CONFIG_FIT=y CONFIG_FIT_VERBOSE=y diff --git a/configs/db-mv784mp-gp_defconfig b/configs/db-mv784mp-gp_defconfig index b3e2e1d..ffd9c50 100644 --- a/configs/db-mv784mp-gp_defconfig +++ b/configs/db-mv784mp-gp_defconfig @@ -8,6 +8,7 @@ CONFIG_SPL_I2C_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI_SUPPORT=y +# CONFIG_MMC is not set CONFIG_DEFAULT_DEVICE_TREE="armada-xp-gp" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_BOOTDELAY=3 diff --git a/configs/devconcenter_defconfig b/configs/devconcenter_defconfig index 6c3d7b5..6ce8786 100644 --- a/configs/devconcenter_defconfig +++ b/configs/devconcenter_defconfig @@ -1,5 +1,6 @@ CONFIG_PPC=y CONFIG_IDENT_STRING=" devconcenter 0.06" +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_INTIP=y CONFIG_FIT=y diff --git a/configs/devkit3250_defconfig b/configs/devkit3250_defconfig index 4c4d031..2bbea13 100644 --- a/configs/devkit3250_defconfig +++ b/configs/devkit3250_defconfig @@ -4,6 +4,7 @@ CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_SPL_NAND_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y +# CONFIG_MMC is not set CONFIG_BOOTDELAY=1 CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/dfi-bt700-q7x-151_defconfig b/configs/dfi-bt700-q7x-151_defconfig index f657ef6..efe1fc7 100644 --- a/configs/dfi-bt700-q7x-151_defconfig +++ b/configs/dfi-bt700-q7x-151_defconfig @@ -1,4 +1,5 @@ CONFIG_X86=y +CONFIG_MMC=y CONFIG_VENDOR_DFI=y CONFIG_DEFAULT_DEVICE_TREE="dfi-bt700-q7x-151" CONFIG_TARGET_DFI_BT700=y diff --git a/configs/digsy_mtc_RAMBOOT_defconfig b/configs/digsy_mtc_RAMBOOT_defconfig index 66c3393..d4b9628 100644 --- a/configs/digsy_mtc_RAMBOOT_defconfig +++ b/configs/digsy_mtc_RAMBOOT_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_VIDEO=y CONFIG_MPC5xxx=y CONFIG_TARGET_DIGSY_MTC=y diff --git a/configs/digsy_mtc_defconfig b/configs/digsy_mtc_defconfig index daf08ce..f8be655 100644 --- a/configs/digsy_mtc_defconfig +++ b/configs/digsy_mtc_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_VIDEO=y CONFIG_MPC5xxx=y CONFIG_TARGET_DIGSY_MTC=y diff --git a/configs/digsy_mtc_rev5_RAMBOOT_defconfig b/configs/digsy_mtc_rev5_RAMBOOT_defconfig index e55653b..46a4d10 100644 --- a/configs/digsy_mtc_rev5_RAMBOOT_defconfig +++ b/configs/digsy_mtc_rev5_RAMBOOT_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_VIDEO=y CONFIG_MPC5xxx=y CONFIG_TARGET_DIGSY_MTC=y diff --git a/configs/digsy_mtc_rev5_defconfig b/configs/digsy_mtc_rev5_defconfig index f1f5f2e..6bb8e08 100644 --- a/configs/digsy_mtc_rev5_defconfig +++ b/configs/digsy_mtc_rev5_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_VIDEO=y CONFIG_MPC5xxx=y CONFIG_TARGET_DIGSY_MTC=y diff --git a/configs/dlvision-10g_defconfig b/configs/dlvision-10g_defconfig index 1731c5a..2a5af4b 100644 --- a/configs/dlvision-10g_defconfig +++ b/configs/dlvision-10g_defconfig @@ -1,5 +1,6 @@ CONFIG_PPC=y CONFIG_IDENT_STRING=" dlvision-10g 0.06" +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_DLVISION_10G=y CONFIG_FIT=y diff --git a/configs/dlvision_defconfig b/configs/dlvision_defconfig index 3376abe..f8e96ac 100644 --- a/configs/dlvision_defconfig +++ b/configs/dlvision_defconfig @@ -1,5 +1,6 @@ CONFIG_PPC=y CONFIG_IDENT_STRING=" dlvision 0.02" +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_DLVISION=y CONFIG_FIT=y diff --git a/configs/dns325_defconfig b/configs/dns325_defconfig index 2ab31fa..3a31a66 100644 --- a/configs/dns325_defconfig +++ b/configs/dns325_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_KIRKWOOD=y CONFIG_TARGET_DNS325=y CONFIG_IDENT_STRING="\nD-Link DNS-325" +# CONFIG_MMC is not set CONFIG_BOOTDELAY=3 CONFIG_CONSOLE_MUX=y # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/dockstar_defconfig b/configs/dockstar_defconfig index e263c5b..2b13f00 100644 --- a/configs/dockstar_defconfig +++ b/configs/dockstar_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_KIRKWOOD=y CONFIG_TARGET_DOCKSTAR=y CONFIG_IDENT_STRING="\nSeagate FreeAgent DockStar" +# CONFIG_MMC is not set CONFIG_BOOTDELAY=3 # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_SYS_PROMPT="DockStar> " diff --git a/configs/dreamplug_defconfig b/configs/dreamplug_defconfig index ec9ab9b..cb15755 100644 --- a/configs/dreamplug_defconfig +++ b/configs/dreamplug_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_KIRKWOOD=y CONFIG_TARGET_DREAMPLUG=y CONFIG_IDENT_STRING="\nMarvell-DreamPlug" +# CONFIG_MMC is not set CONFIG_BOOTDELAY=3 # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_HUSH_PARSER=y diff --git a/configs/ds109_defconfig b/configs/ds109_defconfig index 34a4673..94d3c74 100644 --- a/configs/ds109_defconfig +++ b/configs/ds109_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_KIRKWOOD=y CONFIG_TARGET_DS109=y +# CONFIG_MMC is not set CONFIG_HUSH_PARSER=y # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set diff --git a/configs/ds414_defconfig b/configs/ds414_defconfig index 3950782..502d6f8 100644 --- a/configs/ds414_defconfig +++ b/configs/ds414_defconfig @@ -8,6 +8,7 @@ CONFIG_SPL_I2C_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI_SUPPORT=y +# CONFIG_MMC is not set CONFIG_DEFAULT_DEVICE_TREE="armada-xp-synology-ds414" CONFIG_BOOTDELAY=3 # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/ea20_defconfig b/configs/ea20_defconfig index 7e1cefd..bb6d3f1 100644 --- a/configs/ea20_defconfig +++ b/configs/ea20_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_DAVINCI=y CONFIG_TARGET_EA20=y +# CONFIG_MMC is not set CONFIG_VIDEO=y CONFIG_BOOTDELAY=3 # CONFIG_CONSOLE_MUX is not set diff --git a/configs/edb9315a_defconfig b/configs/edb9315a_defconfig index 6e7c5d8..9e8c6bb 100644 --- a/configs/edb9315a_defconfig +++ b/configs/edb9315a_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_TARGET_EDB93XX=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="MK_edb9315a" # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/edminiv2_defconfig b/configs/edminiv2_defconfig index 036935e..df054d6 100644 --- a/configs/edminiv2_defconfig +++ b/configs/edminiv2_defconfig @@ -5,6 +5,7 @@ CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_TARGET_EDMINIV2=y CONFIG_IDENT_STRING=" EDMiniV2" +# CONFIG_MMC is not set CONFIG_BOOTDELAY=3 # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_SPL=y diff --git a/configs/espresso7420_defconfig b/configs/espresso7420_defconfig index 22267bb..39837e9 100644 --- a/configs/espresso7420_defconfig +++ b/configs/espresso7420_defconfig @@ -3,6 +3,7 @@ CONFIG_ARCH_EXYNOS=y CONFIG_ARCH_EXYNOS7=y CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_IDENT_STRING=" for ESPRESSO7420" +# CONFIG_MMC is not set CONFIG_DEFAULT_DEVICE_TREE="exynos7420-espresso7420" CONFIG_SILENT_CONSOLE=y CONFIG_CONSOLE_MUX=y diff --git a/configs/flea3_defconfig b/configs/flea3_defconfig index c5ccbd6..1dec625 100644 --- a/configs/flea3_defconfig +++ b/configs/flea3_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_TARGET_FLEA3=y +# CONFIG_MMC is not set CONFIG_FIT=y CONFIG_OF_BOARD_SETUP=y CONFIG_BOOTDELAY=3 diff --git a/configs/fo300_defconfig b/configs/fo300_defconfig index faeafc4..dd2f965 100644 --- a/configs/fo300_defconfig +++ b/configs/fo300_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_VIDEO=y CONFIG_MPC5xxx=y CONFIG_TARGET_TQM5200=y diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig index 0220357..32c3237 100644 --- a/configs/galileo_defconfig +++ b/configs/galileo_defconfig @@ -1,4 +1,5 @@ CONFIG_X86=y +CONFIG_MMC=y CONFIG_VENDOR_INTEL=y CONFIG_DEFAULT_DEVICE_TREE="galileo" CONFIG_TARGET_GALILEO=y diff --git a/configs/gdppc440etx_defconfig b/configs/gdppc440etx_defconfig index 3fc9261..2a5a484 100644 --- a/configs/gdppc440etx_defconfig +++ b/configs/gdppc440etx_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_GDPPC440ETX=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/glacier_defconfig b/configs/glacier_defconfig index eb57e28..0343128 100644 --- a/configs/glacier_defconfig +++ b/configs/glacier_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_CANYONLANDS=y CONFIG_GLACIER=y diff --git a/configs/glacier_ramboot_defconfig b/configs/glacier_ramboot_defconfig index 2d55ede..31c9d0b 100644 --- a/configs/glacier_ramboot_defconfig +++ b/configs/glacier_ramboot_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_CANYONLANDS=y CONFIG_GLACIER=y diff --git a/configs/goflexhome_defconfig b/configs/goflexhome_defconfig index 46527e5..57a4c78 100644 --- a/configs/goflexhome_defconfig +++ b/configs/goflexhome_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_KIRKWOOD=y CONFIG_TARGET_GOFLEXHOME=y CONFIG_IDENT_STRING="\nSeagate GoFlex Home" +# CONFIG_MMC is not set CONFIG_BOOTDELAY=3 CONFIG_CONSOLE_MUX=y # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/gplugd_defconfig b/configs/gplugd_defconfig index 3d98f8d..3b22e6c 100644 --- a/configs/gplugd_defconfig +++ b/configs/gplugd_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_TARGET_GPLUGD=y CONFIG_IDENT_STRING="\nMarvell-gplugD" +# CONFIG_MMC is not set CONFIG_BOOTDELAY=3 # CONFIG_DISPLAY_BOARDINFO is not set # CONFIG_CMD_IMLS is not set diff --git a/configs/guruplug_defconfig b/configs/guruplug_defconfig index 43127de..73a1213 100644 --- a/configs/guruplug_defconfig +++ b/configs/guruplug_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_KIRKWOOD=y CONFIG_TARGET_GURUPLUG=y CONFIG_IDENT_STRING="\nMarvell-GuruPlug" +# CONFIG_MMC is not set CONFIG_BOOTDELAY=3 # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_HUSH_PARSER=y diff --git a/configs/h2200_defconfig b/configs/h2200_defconfig index a47159a..e7afd81 100644 --- a/configs/h2200_defconfig +++ b/configs/h2200_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_TARGET_H2200=y +# CONFIG_MMC is not set CONFIG_FIT=y CONFIG_SYS_CONSOLE_IS_IN_ENV=y # CONFIG_DISPLAY_CPUINFO is not set diff --git a/configs/haleakala_defconfig b/configs/haleakala_defconfig index 44471cc..2447cdd 100644 --- a/configs/haleakala_defconfig +++ b/configs/haleakala_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_KILAUEA=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/highbank_defconfig b/configs/highbank_defconfig index b4f3975..b1c8afd 100644 --- a/configs/highbank_defconfig +++ b/configs/highbank_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_ARCH_HIGHBANK=y +# CONFIG_MMC is not set CONFIG_FIT=y CONFIG_OF_BOARD_SETUP=y # CONFIG_DISPLAY_CPUINFO is not set diff --git a/configs/ib62x0_defconfig b/configs/ib62x0_defconfig index 4260245..9c95b47 100644 --- a/configs/ib62x0_defconfig +++ b/configs/ib62x0_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_KIRKWOOD=y CONFIG_TARGET_IB62X0=y CONFIG_IDENT_STRING=" RaidSonic ICY BOX IB-NAS62x0" +# CONFIG_MMC is not set CONFIG_BOOTDELAY=3 # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_HUSH_PARSER=y diff --git a/configs/icon_defconfig b/configs/icon_defconfig index 9a9544b..39ae1f3 100644 --- a/configs/icon_defconfig +++ b/configs/icon_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_VIDEO=y CONFIG_4xx=y CONFIG_TARGET_ICON=y diff --git a/configs/iconnect_defconfig b/configs/iconnect_defconfig index 5b570b7..d869628 100644 --- a/configs/iconnect_defconfig +++ b/configs/iconnect_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_KIRKWOOD=y CONFIG_TARGET_ICONNECT=y CONFIG_IDENT_STRING=" Iomega iConnect" +# CONFIG_MMC is not set CONFIG_BOOTDELAY=3 # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_SYS_PROMPT="iconnect => " diff --git a/configs/ids8313_defconfig b/configs/ids8313_defconfig index 3684418..fd43503 100644 --- a/configs/ids8313_defconfig +++ b/configs/ids8313_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_IDS8313=y CONFIG_FIT=y diff --git a/configs/imx31_phycore_defconfig b/configs/imx31_phycore_defconfig index 136b9d1..d555c8a 100644 --- a/configs/imx31_phycore_defconfig +++ b/configs/imx31_phycore_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_TARGET_IMX31_PHYCORE=y +# CONFIG_MMC is not set CONFIG_BOOTDELAY=3 CONFIG_SYS_PROMPT="uboot> " CONFIG_CMD_I2C=y diff --git a/configs/imx31_phycore_eet_defconfig b/configs/imx31_phycore_eet_defconfig index 39fd439..eb56222 100644 --- a/configs/imx31_phycore_eet_defconfig +++ b/configs/imx31_phycore_eet_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_TARGET_IMX31_PHYCORE=y +# CONFIG_MMC is not set CONFIG_VIDEO=y CONFIG_SYS_EXTRA_OPTIONS="IMX31_PHYCORE_EET" CONFIG_BOOTDELAY=3 diff --git a/configs/inetspace_v2_defconfig b/configs/inetspace_v2_defconfig index ba7f959..bbe20a1 100644 --- a/configs/inetspace_v2_defconfig +++ b/configs/inetspace_v2_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_KIRKWOOD=y CONFIG_TARGET_NETSPACE_V2=y CONFIG_IDENT_STRING=" IS v2" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="INETSPACE_V2" CONFIG_BOOTDELAY=3 CONFIG_CONSOLE_MUX=y diff --git a/configs/inka4x0_defconfig b/configs/inka4x0_defconfig index fe033c6..cf21cfb 100644 --- a/configs/inka4x0_defconfig +++ b/configs/inka4x0_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC5xxx=y CONFIG_TARGET_INKA4X0=y CONFIG_BOOTDELAY=1 diff --git a/configs/integratorap_cm720t_defconfig b/configs/integratorap_cm720t_defconfig index 7ddb47d..acef437 100644 --- a/configs/integratorap_cm720t_defconfig +++ b/configs/integratorap_cm720t_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_ARCH_INTEGRATOR=y CONFIG_ARCH_INTEGRATOR_AP=y CONFIG_CM720T=y +# CONFIG_MMC is not set # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_HUSH_PARSER=y diff --git a/configs/integratorap_cm920t_defconfig b/configs/integratorap_cm920t_defconfig index d9d66f4..fe084db 100644 --- a/configs/integratorap_cm920t_defconfig +++ b/configs/integratorap_cm920t_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_ARCH_INTEGRATOR=y CONFIG_ARCH_INTEGRATOR_AP=y CONFIG_CM920T=y +# CONFIG_MMC is not set # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_HUSH_PARSER=y diff --git a/configs/integratorap_cm926ejs_defconfig b/configs/integratorap_cm926ejs_defconfig index 81e5fe4..b4bfa6a 100644 --- a/configs/integratorap_cm926ejs_defconfig +++ b/configs/integratorap_cm926ejs_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_ARCH_INTEGRATOR=y CONFIG_ARCH_INTEGRATOR_AP=y CONFIG_CM926EJ_S=y +# CONFIG_MMC is not set # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_HUSH_PARSER=y diff --git a/configs/integratorap_cm946es_defconfig b/configs/integratorap_cm946es_defconfig index 1b3c6f8..4ada1f5 100644 --- a/configs/integratorap_cm946es_defconfig +++ b/configs/integratorap_cm946es_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_ARCH_INTEGRATOR=y CONFIG_ARCH_INTEGRATOR_AP=y CONFIG_CM946ES=y +# CONFIG_MMC is not set # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_HUSH_PARSER=y diff --git a/configs/integratorcp_cm1136_defconfig b/configs/integratorcp_cm1136_defconfig index 29b1cd5..be08259 100644 --- a/configs/integratorcp_cm1136_defconfig +++ b/configs/integratorcp_cm1136_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_ARCH_INTEGRATOR=y CONFIG_ARCH_INTEGRATOR_CP=y CONFIG_CM1136=y +# CONFIG_MMC is not set # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_HUSH_PARSER=y diff --git a/configs/integratorcp_cm920t_defconfig b/configs/integratorcp_cm920t_defconfig index 35da8c7..ef4bbb5 100644 --- a/configs/integratorcp_cm920t_defconfig +++ b/configs/integratorcp_cm920t_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_ARCH_INTEGRATOR=y CONFIG_ARCH_INTEGRATOR_CP=y CONFIG_CM920T=y +# CONFIG_MMC is not set # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_HUSH_PARSER=y diff --git a/configs/integratorcp_cm926ejs_defconfig b/configs/integratorcp_cm926ejs_defconfig index e99cd80..3641279 100644 --- a/configs/integratorcp_cm926ejs_defconfig +++ b/configs/integratorcp_cm926ejs_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_ARCH_INTEGRATOR=y CONFIG_ARCH_INTEGRATOR_CP=y CONFIG_CM926EJ_S=y +# CONFIG_MMC is not set # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_HUSH_PARSER=y diff --git a/configs/integratorcp_cm946es_defconfig b/configs/integratorcp_cm946es_defconfig index 02bc0f3..8964a09 100644 --- a/configs/integratorcp_cm946es_defconfig +++ b/configs/integratorcp_cm946es_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_ARCH_INTEGRATOR=y CONFIG_ARCH_INTEGRATOR_CP=y CONFIG_CM946ES=y +# CONFIG_MMC is not set # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_HUSH_PARSER=y diff --git a/configs/intip_defconfig b/configs/intip_defconfig index c833eba..c929277 100644 --- a/configs/intip_defconfig +++ b/configs/intip_defconfig @@ -1,5 +1,6 @@ CONFIG_PPC=y CONFIG_IDENT_STRING=" intip 0.06" +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_INTIP=y CONFIG_FIT=y diff --git a/configs/io64_defconfig b/configs/io64_defconfig index 635475e..2791557 100644 --- a/configs/io64_defconfig +++ b/configs/io64_defconfig @@ -1,5 +1,6 @@ CONFIG_PPC=y CONFIG_IDENT_STRING=" io64 0.02" +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_IO64=y CONFIG_FIT=y diff --git a/configs/io_defconfig b/configs/io_defconfig index e6e205a..1c9323a 100644 --- a/configs/io_defconfig +++ b/configs/io_defconfig @@ -1,5 +1,6 @@ CONFIG_PPC=y CONFIG_IDENT_STRING=" io 0.06" +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_IO=y CONFIG_FIT=y diff --git a/configs/iocon_defconfig b/configs/iocon_defconfig index 787e760..175979d 100644 --- a/configs/iocon_defconfig +++ b/configs/iocon_defconfig @@ -1,5 +1,6 @@ CONFIG_PPC=y CONFIG_IDENT_STRING=" iocon 0.06" +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_IOCON=y CONFIG_FIT=y diff --git a/configs/ipam390_defconfig b/configs/ipam390_defconfig index f80b059..258ffe6 100644 --- a/configs/ipam390_defconfig +++ b/configs/ipam390_defconfig @@ -6,6 +6,7 @@ CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_SPL_NAND_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y +# CONFIG_MMC is not set CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/ipek01_defconfig b/configs/ipek01_defconfig index 215e9fd..a4a637f 100644 --- a/configs/ipek01_defconfig +++ b/configs/ipek01_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_VIDEO=y CONFIG_MPC5xxx=y CONFIG_TARGET_IPEK01=y diff --git a/configs/jupiter_defconfig b/configs/jupiter_defconfig index 416f50f..1558ab1 100644 --- a/configs/jupiter_defconfig +++ b/configs/jupiter_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC5xxx=y CONFIG_TARGET_JUPITER=y CONFIG_BOOTDELAY=5 diff --git a/configs/k2e_evm_defconfig b/configs/k2e_evm_defconfig index ffa1c4a..835d0c9 100644 --- a/configs/k2e_evm_defconfig +++ b/configs/k2e_evm_defconfig @@ -8,6 +8,7 @@ CONFIG_SPL_POWER_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI_SUPPORT=y +# CONFIG_MMC is not set CONFIG_DEFAULT_DEVICE_TREE="k2e-evm" CONFIG_OF_BOARD_SETUP=y CONFIG_SYS_CONSOLE_INFO_QUIET=y diff --git a/configs/k2hk_evm_defconfig b/configs/k2hk_evm_defconfig index 8b0e00f..34defa8 100644 --- a/configs/k2hk_evm_defconfig +++ b/configs/k2hk_evm_defconfig @@ -8,6 +8,7 @@ CONFIG_SPL_POWER_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI_SUPPORT=y +# CONFIG_MMC is not set CONFIG_DEFAULT_DEVICE_TREE="k2hk-evm" CONFIG_OF_BOARD_SETUP=y CONFIG_SYS_CONSOLE_INFO_QUIET=y diff --git a/configs/k2l_evm_defconfig b/configs/k2l_evm_defconfig index 6424ec7..75bcd9f 100644 --- a/configs/k2l_evm_defconfig +++ b/configs/k2l_evm_defconfig @@ -8,6 +8,7 @@ CONFIG_SPL_POWER_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI_SUPPORT=y +# CONFIG_MMC is not set CONFIG_DEFAULT_DEVICE_TREE="k2l-evm" CONFIG_OF_BOARD_SETUP=y CONFIG_SYS_CONSOLE_INFO_QUIET=y diff --git a/configs/katmai_defconfig b/configs/katmai_defconfig index b2cfe83..703347e 100644 --- a/configs/katmai_defconfig +++ b/configs/katmai_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_KATMAI=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/kilauea_defconfig b/configs/kilauea_defconfig index 20e4487..c57dc1b 100644 --- a/configs/kilauea_defconfig +++ b/configs/kilauea_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_KILAUEA=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/km_kirkwood_128m16_defconfig b/configs/km_kirkwood_128m16_defconfig index a3535dd..ff3d14c 100644 --- a/configs/km_kirkwood_128m16_defconfig +++ b/configs/km_kirkwood_128m16_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_KIRKWOOD=y CONFIG_TARGET_KM_KIRKWOOD=y CONFIG_IDENT_STRING="\nKeymile Kirkwood 128M16" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="KM_KIRKWOOD_128M16" CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/km_kirkwood_defconfig b/configs/km_kirkwood_defconfig index e7461bb..1fdf0ac 100644 --- a/configs/km_kirkwood_defconfig +++ b/configs/km_kirkwood_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_KIRKWOOD=y CONFIG_TARGET_KM_KIRKWOOD=y CONFIG_IDENT_STRING="\nKeymile Kirkwood" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="KM_KIRKWOOD" CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/km_kirkwood_pci_defconfig b/configs/km_kirkwood_pci_defconfig index b2dd27b..6c03603 100644 --- a/configs/km_kirkwood_pci_defconfig +++ b/configs/km_kirkwood_pci_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_KIRKWOOD=y CONFIG_TARGET_KM_KIRKWOOD=y CONFIG_IDENT_STRING="\nKeymile Kirkwood PCI" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="KM_KIRKWOOD_PCI" CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/kmcoge4_defconfig b/configs/kmcoge4_defconfig index 02a352a..9b3061c 100644 --- a/configs/kmcoge4_defconfig +++ b/configs/kmcoge4_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_KMP204X=y CONFIG_FIT=y diff --git a/configs/kmcoge5ne_defconfig b/configs/kmcoge5ne_defconfig index d5d6378..82ba9c1 100644 --- a/configs/kmcoge5ne_defconfig +++ b/configs/kmcoge5ne_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_KM8360=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/kmcoge5un_defconfig b/configs/kmcoge5un_defconfig index bd718f2..6e4e73e 100644 --- a/configs/kmcoge5un_defconfig +++ b/configs/kmcoge5un_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_KIRKWOOD=y CONFIG_TARGET_KM_KIRKWOOD=y CONFIG_IDENT_STRING="\nKeymile COGE5UN" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="KM_COGE5UN" CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/kmeter1_defconfig b/configs/kmeter1_defconfig index e845a72..c4e20f4 100644 --- a/configs/kmeter1_defconfig +++ b/configs/kmeter1_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_KM8360=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/kmlion1_defconfig b/configs/kmlion1_defconfig index 39a85e1..6f18dbc 100644 --- a/configs/kmlion1_defconfig +++ b/configs/kmlion1_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_KMP204X=y CONFIG_FIT=y diff --git a/configs/kmnusa_defconfig b/configs/kmnusa_defconfig index b266631..634b808 100644 --- a/configs/kmnusa_defconfig +++ b/configs/kmnusa_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_KIRKWOOD=y CONFIG_TARGET_KM_KIRKWOOD=y CONFIG_IDENT_STRING="\nKeymile NUSA" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="KM_NUSA" CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/kmopti2_defconfig b/configs/kmopti2_defconfig index 2a301dc..cc80834 100644 --- a/configs/kmopti2_defconfig +++ b/configs/kmopti2_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_TUXX1=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/kmsugp1_defconfig b/configs/kmsugp1_defconfig index 29a439a..af3fbe4 100644 --- a/configs/kmsugp1_defconfig +++ b/configs/kmsugp1_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_KIRKWOOD=y CONFIG_TARGET_KM_KIRKWOOD=y CONFIG_IDENT_STRING="\nKeymile SUGP1" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="KM_SUGP1" CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/kmsupx5_defconfig b/configs/kmsupx5_defconfig index 924c1b9..400601b 100644 --- a/configs/kmsupx5_defconfig +++ b/configs/kmsupx5_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_TUXX1=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/kmsuv31_defconfig b/configs/kmsuv31_defconfig index 81b98db..7708b11 100644 --- a/configs/kmsuv31_defconfig +++ b/configs/kmsuv31_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_KIRKWOOD=y CONFIG_TARGET_KM_KIRKWOOD=y CONFIG_IDENT_STRING="\nKeymile SUV31" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="KM_SUV31" CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/kmtegr1_defconfig b/configs/kmtegr1_defconfig index ef93ec0..8082a22 100644 --- a/configs/kmtegr1_defconfig +++ b/configs/kmtegr1_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_SUVD3=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/kmtepr2_defconfig b/configs/kmtepr2_defconfig index 898de4a..a51db85 100644 --- a/configs/kmtepr2_defconfig +++ b/configs/kmtepr2_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_TUXX1=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/kmvect1_defconfig b/configs/kmvect1_defconfig index cef97ce..2013350 100644 --- a/configs/kmvect1_defconfig +++ b/configs/kmvect1_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_SUVD3=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/kzm9g_defconfig b/configs/kzm9g_defconfig index ba75147..f764962 100644 --- a/configs/kzm9g_defconfig +++ b/configs/kzm9g_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_RMOBILE=y CONFIG_TARGET_KZM9G=y +# CONFIG_MMC is not set CONFIG_BOOTDELAY=3 CONFIG_VERSION_VARIABLE=y CONFIG_SYS_PROMPT="KZM-A9-GT# " diff --git a/configs/ls1012afrdm_qspi_defconfig b/configs/ls1012afrdm_qspi_defconfig index 252d45a..9b2ca4f 100644 --- a/configs/ls1012afrdm_qspi_defconfig +++ b/configs/ls1012afrdm_qspi_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_TARGET_LS1012AFRDM=y CONFIG_QSPI_AHB_INIT=y +# CONFIG_MMC is not set CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1012a-frdm" # CONFIG_SYS_MALLOC_F is not set CONFIG_FIT=y diff --git a/configs/ls2080a_emu_defconfig b/configs/ls2080a_emu_defconfig index 760557a..b0508a5 100644 --- a/configs/ls2080a_emu_defconfig +++ b/configs/ls2080a_emu_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_TARGET_LS2080A_EMU=y CONFIG_IDENT_STRING=" LS2080A-EMU" +# CONFIG_MMC is not set CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/lschlv2_defconfig b/configs/lschlv2_defconfig index 6a8e690..b6d95e9 100644 --- a/configs/lschlv2_defconfig +++ b/configs/lschlv2_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_KIRKWOOD=y CONFIG_TARGET_LSXL=y CONFIG_IDENT_STRING=" LS-CHLv2" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="LSCHLV2" CONFIG_BOOTDELAY=3 CONFIG_SYS_CONSOLE_IS_IN_ENV=y diff --git a/configs/lsxhl_defconfig b/configs/lsxhl_defconfig index cae0deb..1da81b9 100644 --- a/configs/lsxhl_defconfig +++ b/configs/lsxhl_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_KIRKWOOD=y CONFIG_TARGET_LSXL=y CONFIG_IDENT_STRING=" LS-XHL" +# CONFIG_MMC is not set CONFIG_DISTRO_DEFAULTS=y CONFIG_SYS_EXTRA_OPTIONS="LSXHL" CONFIG_BOOTDELAY=3 diff --git a/configs/luan_defconfig b/configs/luan_defconfig index 95cb1d7..8e01f68 100644 --- a/configs/luan_defconfig +++ b/configs/luan_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_LUAN=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/lwmon5_defconfig b/configs/lwmon5_defconfig index 968b391..dab49e7 100644 --- a/configs/lwmon5_defconfig +++ b/configs/lwmon5_defconfig @@ -1,5 +1,6 @@ CONFIG_PPC=y CONFIG_IDENT_STRING=" - v2.0" +# CONFIG_MMC is not set CONFIG_VIDEO=y CONFIG_4xx=y CONFIG_TARGET_LWMON5=y diff --git a/configs/makalu_defconfig b/configs/makalu_defconfig index eff9fc7..a04a934 100644 --- a/configs/makalu_defconfig +++ b/configs/makalu_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_MAKALU=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/maxbcm_defconfig b/configs/maxbcm_defconfig index 93b0367..39992e8 100644 --- a/configs/maxbcm_defconfig +++ b/configs/maxbcm_defconfig @@ -8,6 +8,7 @@ CONFIG_SPL_I2C_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI_SUPPORT=y +# CONFIG_MMC is not set CONFIG_DEFAULT_DEVICE_TREE="armada-xp-maxbcm" CONFIG_BOOTDELAY=3 CONFIG_SYS_CONSOLE_INFO_QUIET=y diff --git a/configs/mecp5123_defconfig b/configs/mecp5123_defconfig index 903f6f2..3612416 100644 --- a/configs/mecp5123_defconfig +++ b/configs/mecp5123_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC512X=y CONFIG_TARGET_MECP5123=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/meesc_dataflash_defconfig b/configs/meesc_dataflash_defconfig index b214a92..5c25eeb 100644 --- a/configs/meesc_dataflash_defconfig +++ b/configs/meesc_dataflash_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_AT91=y CONFIG_TARGET_MEESC=y +# CONFIG_MMC is not set CONFIG_FIT=y CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9263,SYS_USE_DATAFLASH" CONFIG_BOOTDELAY=3 diff --git a/configs/meesc_defconfig b/configs/meesc_defconfig index 727d193..8b42500 100644 --- a/configs/meesc_defconfig +++ b/configs/meesc_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_AT91=y CONFIG_TARGET_MEESC=y +# CONFIG_MMC is not set CONFIG_FIT=y CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9263,SYS_USE_NANDFLASH" CONFIG_BOOTDELAY=3 diff --git a/configs/mgcoge3ne_defconfig b/configs/mgcoge3ne_defconfig index c964236..779a9c5 100644 --- a/configs/mgcoge3ne_defconfig +++ b/configs/mgcoge3ne_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC8260=y CONFIG_TARGET_KM82XX=y CONFIG_FIT=y diff --git a/configs/mgcoge3un_defconfig b/configs/mgcoge3un_defconfig index becc257..8179922 100644 --- a/configs/mgcoge3un_defconfig +++ b/configs/mgcoge3un_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_KIRKWOOD=y CONFIG_TARGET_KM_KIRKWOOD=y CONFIG_IDENT_STRING="\nKeymile COGE3UN" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="KM_MGCOGE3UN" CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/mgcoge_defconfig b/configs/mgcoge_defconfig index 832ff49..8004d78 100644 --- a/configs/mgcoge_defconfig +++ b/configs/mgcoge_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC8260=y CONFIG_TARGET_KM82XX=y CONFIG_FIT=y diff --git a/configs/minnowmax_defconfig b/configs/minnowmax_defconfig index 45d8a87..2cacf5b 100644 --- a/configs/minnowmax_defconfig +++ b/configs/minnowmax_defconfig @@ -1,4 +1,5 @@ CONFIG_X86=y +CONFIG_MMC=y CONFIG_VENDOR_INTEL=y CONFIG_DEFAULT_DEVICE_TREE="minnowmax" CONFIG_TARGET_MINNOWMAX=y diff --git a/configs/motionpro_defconfig b/configs/motionpro_defconfig index db6ac35..d5c9317 100644 --- a/configs/motionpro_defconfig +++ b/configs/motionpro_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC5xxx=y CONFIG_TARGET_MOTIONPRO=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/mpc5121ads_defconfig b/configs/mpc5121ads_defconfig index 34e271b..fff0e9b 100644 --- a/configs/mpc5121ads_defconfig +++ b/configs/mpc5121ads_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC512X=y CONFIG_TARGET_MPC5121ADS=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/mpc5121ads_rev2_defconfig b/configs/mpc5121ads_rev2_defconfig index 1bd7b5c..4007351 100644 --- a/configs/mpc5121ads_rev2_defconfig +++ b/configs/mpc5121ads_rev2_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC512X=y CONFIG_TARGET_MPC5121ADS=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/mpc8308_p1m_defconfig b/configs/mpc8308_p1m_defconfig index a1fdcf2..a45c9b7 100644 --- a/configs/mpc8308_p1m_defconfig +++ b/configs/mpc8308_p1m_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_MPC8308_P1M=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/munices_defconfig b/configs/munices_defconfig index f32bbad..b47c2b3 100644 --- a/configs/munices_defconfig +++ b/configs/munices_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC5xxx=y CONFIG_TARGET_MUNICES=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/mvebu_db-88f3720_defconfig b/configs/mvebu_db-88f3720_defconfig index b7a1645..0605174 100644 --- a/configs/mvebu_db-88f3720_defconfig +++ b/configs/mvebu_db-88f3720_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_ARCH_MVEBU=y CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_TARGET_MVEBU_DB_88F3720=y +# CONFIG_MMC is not set CONFIG_DEFAULT_DEVICE_TREE="armada-3720-db" CONFIG_AHCI=y # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set diff --git a/configs/mvebu_db-88f7040_defconfig b/configs/mvebu_db-88f7040_defconfig index 4304bda..8dc455a 100644 --- a/configs/mvebu_db-88f7040_defconfig +++ b/configs/mvebu_db-88f7040_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_ARCH_MVEBU=y CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_TARGET_MVEBU_ARMADA_8K=y +# CONFIG_MMC is not set CONFIG_DEFAULT_DEVICE_TREE="armada-7040-db" CONFIG_SMBIOS_PRODUCT_NAME="" CONFIG_AHCI=y diff --git a/configs/mvebu_db-88f8040_defconfig b/configs/mvebu_db-88f8040_defconfig index e6bd1ef..4a43e73 100644 --- a/configs/mvebu_db-88f8040_defconfig +++ b/configs/mvebu_db-88f8040_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_ARCH_MVEBU=y CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_TARGET_MVEBU_ARMADA_8K=y +# CONFIG_MMC is not set CONFIG_DEFAULT_DEVICE_TREE="armada-8040-db" CONFIG_SMBIOS_PRODUCT_NAME="" CONFIG_AHCI=y diff --git a/configs/mx31ads_defconfig b/configs/mx31ads_defconfig index b4c2ad3..2a098ee 100644 --- a/configs/mx31ads_defconfig +++ b/configs/mx31ads_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_TARGET_MX31ADS=y +# CONFIG_MMC is not set CONFIG_BOOTDELAY=3 CONFIG_CMD_SPI=y # CONFIG_CMD_SETEXPR is not set diff --git a/configs/mx31pdk_defconfig b/configs/mx31pdk_defconfig index a31ad5b..bb1f121 100644 --- a/configs/mx31pdk_defconfig +++ b/configs/mx31pdk_defconfig @@ -3,6 +3,7 @@ CONFIG_TARGET_MX31PDK=y CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_SPL_NAND_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y +# CONFIG_MMC is not set CONFIG_BOOTDELAY=1 CONFIG_SPL=y CONFIG_CMD_BOOTZ=y diff --git a/configs/nas220_defconfig b/configs/nas220_defconfig index 3000d729..9d42a03 100644 --- a/configs/nas220_defconfig +++ b/configs/nas220_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_KIRKWOOD=y CONFIG_TARGET_NAS220=y CONFIG_IDENT_STRING="\nNAS 220" +# CONFIG_MMC is not set CONFIG_BOOTDELAY=3 # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_HUSH_PARSER=y diff --git a/configs/neo_defconfig b/configs/neo_defconfig index 29c7fc2..2dd2f6e 100644 --- a/configs/neo_defconfig +++ b/configs/neo_defconfig @@ -1,5 +1,6 @@ CONFIG_PPC=y CONFIG_IDENT_STRING=" neo 0.02" +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_NEO=y CONFIG_FIT=y diff --git a/configs/net2big_v2_defconfig b/configs/net2big_v2_defconfig index 802879b..0fb0cde 100644 --- a/configs/net2big_v2_defconfig +++ b/configs/net2big_v2_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_KIRKWOOD=y CONFIG_TARGET_NET2BIG_V2=y CONFIG_IDENT_STRING=" 2Big v2" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="NET2BIG_V2" CONFIG_BOOTDELAY=3 CONFIG_CONSOLE_MUX=y diff --git a/configs/netspace_lite_v2_defconfig b/configs/netspace_lite_v2_defconfig index f42c49a..72f761a 100644 --- a/configs/netspace_lite_v2_defconfig +++ b/configs/netspace_lite_v2_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_KIRKWOOD=y CONFIG_TARGET_NETSPACE_V2=y CONFIG_IDENT_STRING=" NS v2 Lite" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="NETSPACE_LITE_V2" CONFIG_BOOTDELAY=3 CONFIG_CONSOLE_MUX=y diff --git a/configs/netspace_max_v2_defconfig b/configs/netspace_max_v2_defconfig index 3ec5e63..3eb1188 100644 --- a/configs/netspace_max_v2_defconfig +++ b/configs/netspace_max_v2_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_KIRKWOOD=y CONFIG_TARGET_NETSPACE_V2=y CONFIG_IDENT_STRING=" NS Max v2" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="NETSPACE_MAX_V2" CONFIG_BOOTDELAY=3 CONFIG_CONSOLE_MUX=y diff --git a/configs/netspace_mini_v2_defconfig b/configs/netspace_mini_v2_defconfig index 11e453c..16f544c 100644 --- a/configs/netspace_mini_v2_defconfig +++ b/configs/netspace_mini_v2_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_KIRKWOOD=y CONFIG_TARGET_NETSPACE_V2=y CONFIG_IDENT_STRING=" NS v2 Mini" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="NETSPACE_MINI_V2" CONFIG_BOOTDELAY=3 CONFIG_CONSOLE_MUX=y diff --git a/configs/netspace_v2_defconfig b/configs/netspace_v2_defconfig index b8ccecd..5b5954b 100644 --- a/configs/netspace_v2_defconfig +++ b/configs/netspace_v2_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_KIRKWOOD=y CONFIG_TARGET_NETSPACE_V2=y CONFIG_IDENT_STRING=" NS v2" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="NETSPACE_V2" CONFIG_BOOTDELAY=3 CONFIG_CONSOLE_MUX=y diff --git a/configs/nsa310s_defconfig b/configs/nsa310s_defconfig index add5e07..7233354 100644 --- a/configs/nsa310s_defconfig +++ b/configs/nsa310s_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_KIRKWOOD=y CONFIG_TARGET_NSA310S=y +# CONFIG_MMC is not set CONFIG_BOOTDELAY=3 # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_HUSH_PARSER=y diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig index 9db718c..7d0b2b1 100644 --- a/configs/odroid-c2_defconfig +++ b/configs/odroid-c2_defconfig @@ -3,6 +3,7 @@ CONFIG_ARCH_MESON=y CONFIG_MESON_GXBB=y CONFIG_TARGET_ODROID_C2=y CONFIG_IDENT_STRING=" odroid-c2" +# CONFIG_MMC is not set CONFIG_DEFAULT_DEVICE_TREE="meson-gxbb-odroidc2" # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/pcm030_LOWBOOT_defconfig b/configs/pcm030_LOWBOOT_defconfig index ddf7dde..3e39dc0 100644 --- a/configs/pcm030_LOWBOOT_defconfig +++ b/configs/pcm030_LOWBOOT_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC5xxx=y CONFIG_TARGET_PCM030=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/pcm030_defconfig b/configs/pcm030_defconfig index d3181c8..fdb0d1b 100644 --- a/configs/pcm030_defconfig +++ b/configs/pcm030_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC5xxx=y CONFIG_TARGET_PCM030=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/pdm360ng_defconfig b/configs/pdm360ng_defconfig index b1c8f5d..52b5d6f 100644 --- a/configs/pdm360ng_defconfig +++ b/configs/pdm360ng_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_VIDEO=y CONFIG_MPC512X=y CONFIG_TARGET_PDM360NG=y diff --git a/configs/pic32mzdask_defconfig b/configs/pic32mzdask_defconfig index bcbb4d2..d98f299 100644 --- a/configs/pic32mzdask_defconfig +++ b/configs/pic32mzdask_defconfig @@ -1,5 +1,6 @@ CONFIG_MIPS=y CONFIG_SYS_MALLOC_F_LEN=0x600 +CONFIG_MMC=y CONFIG_MACH_PIC32=y # CONFIG_MIPS_BOOT_ENV_LEGACY is not set CONFIG_MIPS_BOOT_FDT=y diff --git a/configs/pm9261_defconfig b/configs/pm9261_defconfig index da7c44e..6bc5f6f 100644 --- a/configs/pm9261_defconfig +++ b/configs/pm9261_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_AT91=y CONFIG_TARGET_PM9261=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9261" CONFIG_BOOTDELAY=3 # CONFIG_CONSOLE_MUX is not set diff --git a/configs/pm9263_defconfig b/configs/pm9263_defconfig index 786a13a..1a3de43 100644 --- a/configs/pm9263_defconfig +++ b/configs/pm9263_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_AT91=y CONFIG_TARGET_PM9263=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9263" CONFIG_BOOTDELAY=3 # CONFIG_CONSOLE_MUX is not set diff --git a/configs/pm9g45_defconfig b/configs/pm9g45_defconfig index 5b0fade..8561097 100644 --- a/configs/pm9g45_defconfig +++ b/configs/pm9g45_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_AT91=y CONFIG_TARGET_PM9G45=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9G45" CONFIG_BOOTDELAY=3 # CONFIG_DISPLAY_CPUINFO is not set diff --git a/configs/pogo_e02_defconfig b/configs/pogo_e02_defconfig index 1882995..b98093e 100644 --- a/configs/pogo_e02_defconfig +++ b/configs/pogo_e02_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_KIRKWOOD=y CONFIG_TARGET_POGO_E02=y CONFIG_IDENT_STRING="\nPogo E02" +# CONFIG_MMC is not set CONFIG_BOOTDELAY=3 # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_SYS_PROMPT="PogoE02> " diff --git a/configs/portl2_defconfig b/configs/portl2_defconfig index acc359e..4da0cea 100644 --- a/configs/portl2_defconfig +++ b/configs/portl2_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_KIRKWOOD=y CONFIG_TARGET_KM_KIRKWOOD=y CONFIG_IDENT_STRING="\nKeymile Port-L2" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="KM_PORTL2" CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/qemu-ppce500_defconfig b/configs/qemu-ppce500_defconfig index c3df65a..6413567 100644 --- a/configs/qemu-ppce500_defconfig +++ b/configs/qemu-ppce500_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_QEMU_PPCE500=y CONFIG_FIT=y diff --git a/configs/rainier_defconfig b/configs/rainier_defconfig index 04fce58..c76b7b9 100644 --- a/configs/rainier_defconfig +++ b/configs/rainier_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_SEQUOIA=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/rainier_ramboot_defconfig b/configs/rainier_ramboot_defconfig index e4af2e9..7bb948d 100644 --- a/configs/rainier_ramboot_defconfig +++ b/configs/rainier_ramboot_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_SEQUOIA=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/redwood_defconfig b/configs/redwood_defconfig index 62a7453..9fdfd7d 100644 --- a/configs/redwood_defconfig +++ b/configs/redwood_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_REDWOOD=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/salvator-x_defconfig b/configs/salvator-x_defconfig index 9df4867..bf8f7c7 100644 --- a/configs/salvator-x_defconfig +++ b/configs/salvator-x_defconfig @@ -3,6 +3,7 @@ CONFIG_ARCH_RMOBILE=y CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_RCAR_GEN3=y CONFIG_TARGET_SALVATOR_X=y +# CONFIG_MMC is not set CONFIG_BOOTSTAGE_USER_COUNT=0x20 CONFIG_BOOTSTAGE_STASH_ADDR=0x0 CONFIG_BOOTSTAGE_STASH_SIZE=0x4096 diff --git a/configs/sama5d2_ptc_nandflash_defconfig b/configs/sama5d2_ptc_nandflash_defconfig index 04bd12b..5d977bd 100644 --- a/configs/sama5d2_ptc_nandflash_defconfig +++ b/configs/sama5d2_ptc_nandflash_defconfig @@ -6,6 +6,7 @@ CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_SPL_NAND_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="SAMA5D2,SYS_USE_NANDFLASH" CONFIG_BOOTDELAY=3 # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/sama5d2_ptc_spiflash_defconfig b/configs/sama5d2_ptc_spiflash_defconfig index 1e8825e..29238a3 100644 --- a/configs/sama5d2_ptc_spiflash_defconfig +++ b/configs/sama5d2_ptc_spiflash_defconfig @@ -7,6 +7,7 @@ CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI_SUPPORT=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="SAMA5D2,SYS_USE_SERIALFLASH" CONFIG_BOOTDELAY=3 # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/sama5d2_xplained_mmc_defconfig b/configs/sama5d2_xplained_mmc_defconfig index 931defc..525e08b 100644 --- a/configs/sama5d2_xplained_mmc_defconfig +++ b/configs/sama5d2_xplained_mmc_defconfig @@ -8,6 +8,7 @@ CONFIG_SPL_FAT_SUPPORT=y CONFIG_SPL_LIBDISK_SUPPORT=y CONFIG_SPL_MMC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y +# CONFIG_MMC is not set CONFIG_DEFAULT_DEVICE_TREE="at91-sama5d2_xplained" CONFIG_FIT=y CONFIG_SYS_EXTRA_OPTIONS="SAMA5D2,SYS_USE_MMC" diff --git a/configs/sama5d2_xplained_spiflash_defconfig b/configs/sama5d2_xplained_spiflash_defconfig index a04f9ea..939fc8e 100644 --- a/configs/sama5d2_xplained_spiflash_defconfig +++ b/configs/sama5d2_xplained_spiflash_defconfig @@ -7,6 +7,7 @@ CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI_SUPPORT=y +# CONFIG_MMC is not set CONFIG_DEFAULT_DEVICE_TREE="at91-sama5d2_xplained" CONFIG_FIT=y CONFIG_SYS_EXTRA_OPTIONS="SAMA5D2,SYS_USE_SERIALFLASH" diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 7568bdf..8ac231d 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -1,5 +1,4 @@ CONFIG_SYS_MALLOC_F_LEN=0x2000 -CONFIG_MMC=y CONFIG_DEFAULT_DEVICE_TREE="sandbox" CONFIG_DISTRO_DEFAULTS=y CONFIG_FIT=y diff --git a/configs/sandbox_noblk_defconfig b/configs/sandbox_noblk_defconfig index 833caf1..a9456cc 100644 --- a/configs/sandbox_noblk_defconfig +++ b/configs/sandbox_noblk_defconfig @@ -1,4 +1,5 @@ CONFIG_SYS_MALLOC_F_LEN=0x2000 +# CONFIG_MMC is not set CONFIG_DEFAULT_DEVICE_TREE="sandbox" CONFIG_FIT=y CONFIG_FIT_VERBOSE=y diff --git a/configs/sandbox_spl_defconfig b/configs/sandbox_spl_defconfig index e594797..f4b656c 100644 --- a/configs/sandbox_spl_defconfig +++ b/configs/sandbox_spl_defconfig @@ -4,7 +4,6 @@ CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_ENV_SUPPORT=y CONFIG_SPL_DRIVERS_MISC_SUPPORT=y -CONFIG_MMC=y CONFIG_SANDBOX_SPL=y CONFIG_DEFAULT_DEVICE_TREE="sandbox" CONFIG_DISTRO_DEFAULTS=y diff --git a/configs/sbc8349_PCI_33_defconfig b/configs/sbc8349_PCI_33_defconfig index 8fb5a35..201c9ed 100644 --- a/configs/sbc8349_PCI_33_defconfig +++ b/configs/sbc8349_PCI_33_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_SBC8349=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/sbc8349_PCI_66_defconfig b/configs/sbc8349_PCI_66_defconfig index 3deec7c..afc4d10 100644 --- a/configs/sbc8349_PCI_66_defconfig +++ b/configs/sbc8349_PCI_66_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_SBC8349=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/sbc8349_defconfig b/configs/sbc8349_defconfig index 31ef79a..cafc16d 100644 --- a/configs/sbc8349_defconfig +++ b/configs/sbc8349_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_SBC8349=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/sbc8548_PCI_33_PCIE_defconfig b/configs/sbc8548_PCI_33_PCIE_defconfig index b7eae97..3af5c70 100644 --- a/configs/sbc8548_PCI_33_PCIE_defconfig +++ b/configs/sbc8548_PCI_33_PCIE_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_SBC8548=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/sbc8548_PCI_33_defconfig b/configs/sbc8548_PCI_33_defconfig index dd974e8..671b35d 100644 --- a/configs/sbc8548_PCI_33_defconfig +++ b/configs/sbc8548_PCI_33_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_SBC8548=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/sbc8548_PCI_66_PCIE_defconfig b/configs/sbc8548_PCI_66_PCIE_defconfig index c20021b..61b7470 100644 --- a/configs/sbc8548_PCI_66_PCIE_defconfig +++ b/configs/sbc8548_PCI_66_PCIE_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_SBC8548=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/sbc8548_PCI_66_defconfig b/configs/sbc8548_PCI_66_defconfig index 53f6022..8c8b38d 100644 --- a/configs/sbc8548_PCI_66_defconfig +++ b/configs/sbc8548_PCI_66_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_SBC8548=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/sbc8548_defconfig b/configs/sbc8548_defconfig index 3efb720..fe2a6b9 100644 --- a/configs/sbc8548_defconfig +++ b/configs/sbc8548_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_SBC8548=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/sbc8641d_defconfig b/configs/sbc8641d_defconfig index d55e178..24305da 100644 --- a/configs/sbc8641d_defconfig +++ b/configs/sbc8641d_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC86xx=y CONFIG_TARGET_SBC8641D=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/sequoia_defconfig b/configs/sequoia_defconfig index 75eb727..33261b8 100644 --- a/configs/sequoia_defconfig +++ b/configs/sequoia_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_SEQUOIA=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/sequoia_ramboot_defconfig b/configs/sequoia_ramboot_defconfig index e3f3078..000be91 100644 --- a/configs/sequoia_ramboot_defconfig +++ b/configs/sequoia_ramboot_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_SEQUOIA=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/sh7752evb_defconfig b/configs/sh7752evb_defconfig index 73b1ac6..ae5e038 100644 --- a/configs/sh7752evb_defconfig +++ b/configs/sh7752evb_defconfig @@ -1,4 +1,5 @@ CONFIG_SH=y +CONFIG_MMC=y CONFIG_SH_32BIT=y CONFIG_TARGET_SH7752EVB=y CONFIG_BOOTDELAY=3 diff --git a/configs/sh7753evb_defconfig b/configs/sh7753evb_defconfig index e0037a6..f8b9d86 100644 --- a/configs/sh7753evb_defconfig +++ b/configs/sh7753evb_defconfig @@ -1,4 +1,5 @@ CONFIG_SH=y +CONFIG_MMC=y CONFIG_TARGET_SH7753EVB=y CONFIG_BOOTDELAY=3 CONFIG_VERSION_VARIABLE=y diff --git a/configs/sh7757lcr_defconfig b/configs/sh7757lcr_defconfig index a80c10c..b12c11e 100644 --- a/configs/sh7757lcr_defconfig +++ b/configs/sh7757lcr_defconfig @@ -1,4 +1,5 @@ CONFIG_SH=y +CONFIG_MMC=y CONFIG_SH_32BIT=y CONFIG_TARGET_SH7757LCR=y CONFIG_BOOTDELAY=3 diff --git a/configs/smartweb_defconfig b/configs/smartweb_defconfig index c0fe23a..eab598e 100644 --- a/configs/smartweb_defconfig +++ b/configs/smartweb_defconfig @@ -5,6 +5,7 @@ CONFIG_SPL_GPIO_SUPPORT=y CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_SPL_NAND_SUPPORT=y +# CONFIG_MMC is not set CONFIG_DEFAULT_DEVICE_TREE="at91sam9260-smartweb" CONFIG_FIT=y CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9260" diff --git a/configs/smdkc100_defconfig b/configs/smdkc100_defconfig index 6bfe26c..b69f5d4 100644 --- a/configs/smdkc100_defconfig +++ b/configs/smdkc100_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_ARCH_S5PC1XX=y CONFIG_TARGET_SMDKC100=y CONFIG_IDENT_STRING=" for SMDKC100" +# CONFIG_MMC is not set CONFIG_DEFAULT_DEVICE_TREE="s5pc1xx-smdkc100" CONFIG_BOOTDELAY=3 CONFIG_HUSH_PARSER=y diff --git a/configs/snapper9260_defconfig b/configs/snapper9260_defconfig index 7cd5f57..d66635d 100644 --- a/configs/snapper9260_defconfig +++ b/configs/snapper9260_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_AT91=y CONFIG_TARGET_SNAPPER9260=y +# CONFIG_MMC is not set CONFIG_FIT=y CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9260" CONFIG_BOOTDELAY=3 diff --git a/configs/snapper9g20_defconfig b/configs/snapper9g20_defconfig index 1bd4426..416f543 100644 --- a/configs/snapper9g20_defconfig +++ b/configs/snapper9g20_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_AT91=y CONFIG_TARGET_SNAPPER9260=y +# CONFIG_MMC is not set CONFIG_FIT=y CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9G20" CONFIG_BOOTDELAY=3 diff --git a/configs/socfpga_is1_defconfig b/configs/socfpga_is1_defconfig index a0f04d0..5ac6c49 100644 --- a/configs/socfpga_is1_defconfig +++ b/configs/socfpga_is1_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_ARCH_SOCFPGA=y CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_TARGET_SOCFPGA_IS1=y +# CONFIG_MMC is not set CONFIG_SPL_STACK_R_ADDR=0x00800000 CONFIG_DEFAULT_DEVICE_TREE="socfpga_cyclone5_is1" CONFIG_FIT=y diff --git a/configs/socrates_defconfig b/configs/socrates_defconfig index 3da85b4..078a797 100644 --- a/configs/socrates_defconfig +++ b/configs/socrates_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_VIDEO=y CONFIG_MPC85xx=y CONFIG_TARGET_SOCRATES=y diff --git a/configs/spear300_defconfig b/configs/spear300_defconfig index 8337dee..30a00c6 100644 --- a/configs/spear300_defconfig +++ b/configs/spear300_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_TARGET_SPEAR300=y CONFIG_IDENT_STRING="-SPEAr" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="SPEAR300" CONFIG_BOOTDELAY=1 CONFIG_SYS_CONSOLE_INFO_QUIET=y diff --git a/configs/spear300_nand_defconfig b/configs/spear300_nand_defconfig index eb3ec56..0af3a45 100644 --- a/configs/spear300_nand_defconfig +++ b/configs/spear300_nand_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_TARGET_SPEAR300=y CONFIG_IDENT_STRING="-SPEAr" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="SPEAR300,NAND" CONFIG_BOOTDELAY=1 CONFIG_SYS_CONSOLE_INFO_QUIET=y diff --git a/configs/spear300_usbtty_defconfig b/configs/spear300_usbtty_defconfig index d00b0bf..b517b1b 100644 --- a/configs/spear300_usbtty_defconfig +++ b/configs/spear300_usbtty_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_TARGET_SPEAR300=y CONFIG_IDENT_STRING="-SPEAr" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="SPEAR300,USBTTY" CONFIG_BOOTDELAY=-1 CONFIG_SYS_CONSOLE_INFO_QUIET=y diff --git a/configs/spear300_usbtty_nand_defconfig b/configs/spear300_usbtty_nand_defconfig index 657724c..a33459a 100644 --- a/configs/spear300_usbtty_nand_defconfig +++ b/configs/spear300_usbtty_nand_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_TARGET_SPEAR300=y CONFIG_IDENT_STRING="-SPEAr" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="SPEAR300,USBTTY,NAND" CONFIG_BOOTDELAY=-1 CONFIG_SYS_CONSOLE_INFO_QUIET=y diff --git a/configs/spear310_defconfig b/configs/spear310_defconfig index 2f47557..9c9a8ab 100644 --- a/configs/spear310_defconfig +++ b/configs/spear310_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_TARGET_SPEAR310=y CONFIG_IDENT_STRING="-SPEAr" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="SPEAR310" CONFIG_BOOTDELAY=1 CONFIG_SYS_CONSOLE_INFO_QUIET=y diff --git a/configs/spear310_nand_defconfig b/configs/spear310_nand_defconfig index 4f35dae..8da365e 100644 --- a/configs/spear310_nand_defconfig +++ b/configs/spear310_nand_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_TARGET_SPEAR310=y CONFIG_IDENT_STRING="-SPEAr" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="SPEAR310,NAND" CONFIG_BOOTDELAY=1 CONFIG_SYS_CONSOLE_INFO_QUIET=y diff --git a/configs/spear310_pnor_defconfig b/configs/spear310_pnor_defconfig index 27bc87c..1ff5fea 100644 --- a/configs/spear310_pnor_defconfig +++ b/configs/spear310_pnor_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_TARGET_SPEAR310=y CONFIG_IDENT_STRING="-SPEAr" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="SPEAR310,FLASH_PNOR" CONFIG_BOOTDELAY=1 CONFIG_SYS_CONSOLE_INFO_QUIET=y diff --git a/configs/spear310_usbtty_defconfig b/configs/spear310_usbtty_defconfig index e9767da..1f20e45 100644 --- a/configs/spear310_usbtty_defconfig +++ b/configs/spear310_usbtty_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_TARGET_SPEAR310=y CONFIG_IDENT_STRING="-SPEAr" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="SPEAR310,USBTTY" CONFIG_BOOTDELAY=-1 CONFIG_SYS_CONSOLE_INFO_QUIET=y diff --git a/configs/spear310_usbtty_nand_defconfig b/configs/spear310_usbtty_nand_defconfig index 5bf1070..2490ac3 100644 --- a/configs/spear310_usbtty_nand_defconfig +++ b/configs/spear310_usbtty_nand_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_TARGET_SPEAR310=y CONFIG_IDENT_STRING="-SPEAr" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="SPEAR310,USBTTY,NAND" CONFIG_BOOTDELAY=-1 CONFIG_SYS_CONSOLE_INFO_QUIET=y diff --git a/configs/spear310_usbtty_pnor_defconfig b/configs/spear310_usbtty_pnor_defconfig index 8b79a6a..3ebae7b 100644 --- a/configs/spear310_usbtty_pnor_defconfig +++ b/configs/spear310_usbtty_pnor_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_TARGET_SPEAR310=y CONFIG_IDENT_STRING="-SPEAr" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="SPEAR310,USBTTY,FLASH_PNOR" CONFIG_BOOTDELAY=-1 CONFIG_SYS_CONSOLE_INFO_QUIET=y diff --git a/configs/spear320_defconfig b/configs/spear320_defconfig index 588519c..60feb7e 100644 --- a/configs/spear320_defconfig +++ b/configs/spear320_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_TARGET_SPEAR320=y CONFIG_IDENT_STRING="-SPEAr" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="SPEAR320" CONFIG_BOOTDELAY=1 CONFIG_SYS_CONSOLE_INFO_QUIET=y diff --git a/configs/spear320_nand_defconfig b/configs/spear320_nand_defconfig index c6230ae..0a481e4 100644 --- a/configs/spear320_nand_defconfig +++ b/configs/spear320_nand_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_TARGET_SPEAR320=y CONFIG_IDENT_STRING="-SPEAr" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="SPEAR320,NAND" CONFIG_BOOTDELAY=1 CONFIG_SYS_CONSOLE_INFO_QUIET=y diff --git a/configs/spear320_pnor_defconfig b/configs/spear320_pnor_defconfig index 3008620..b3e2725 100644 --- a/configs/spear320_pnor_defconfig +++ b/configs/spear320_pnor_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_TARGET_SPEAR320=y CONFIG_IDENT_STRING="-SPEAr" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="SPEAR320,FLASH_PNOR" CONFIG_BOOTDELAY=1 CONFIG_SYS_CONSOLE_INFO_QUIET=y diff --git a/configs/spear320_usbtty_defconfig b/configs/spear320_usbtty_defconfig index 678525a..a729980 100644 --- a/configs/spear320_usbtty_defconfig +++ b/configs/spear320_usbtty_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_TARGET_SPEAR320=y CONFIG_IDENT_STRING="-SPEAr" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="SPEAR320,USBTTY" CONFIG_BOOTDELAY=-1 CONFIG_SYS_CONSOLE_INFO_QUIET=y diff --git a/configs/spear320_usbtty_nand_defconfig b/configs/spear320_usbtty_nand_defconfig index a579e2b..858ee65 100644 --- a/configs/spear320_usbtty_nand_defconfig +++ b/configs/spear320_usbtty_nand_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_TARGET_SPEAR320=y CONFIG_IDENT_STRING="-SPEAr" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="SPEAR320,USBTTY,NAND" CONFIG_BOOTDELAY=-1 CONFIG_SYS_CONSOLE_INFO_QUIET=y diff --git a/configs/spear320_usbtty_pnor_defconfig b/configs/spear320_usbtty_pnor_defconfig index d3e0b6c..fea3027 100644 --- a/configs/spear320_usbtty_pnor_defconfig +++ b/configs/spear320_usbtty_pnor_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_TARGET_SPEAR320=y CONFIG_IDENT_STRING="-SPEAr" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="SPEAR320,USBTTY,FLASH_PNOR" CONFIG_BOOTDELAY=-1 CONFIG_SYS_CONSOLE_INFO_QUIET=y diff --git a/configs/spear600_defconfig b/configs/spear600_defconfig index 9eb6494..acd1542 100644 --- a/configs/spear600_defconfig +++ b/configs/spear600_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_TARGET_SPEAR600=y CONFIG_IDENT_STRING="-SPEAr" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="SPEAR600" CONFIG_BOOTDELAY=1 CONFIG_SYS_CONSOLE_INFO_QUIET=y diff --git a/configs/spear600_nand_defconfig b/configs/spear600_nand_defconfig index e4a149b..6e0a912 100644 --- a/configs/spear600_nand_defconfig +++ b/configs/spear600_nand_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_TARGET_SPEAR600=y CONFIG_IDENT_STRING="-SPEAr" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="SPEAR600,NAND" CONFIG_BOOTDELAY=1 CONFIG_SYS_CONSOLE_INFO_QUIET=y diff --git a/configs/spear600_usbtty_defconfig b/configs/spear600_usbtty_defconfig index 252c789..f42f1a8 100644 --- a/configs/spear600_usbtty_defconfig +++ b/configs/spear600_usbtty_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_TARGET_SPEAR600=y CONFIG_IDENT_STRING="-SPEAr" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="SPEAR600,USBTTY" CONFIG_BOOTDELAY=-1 CONFIG_SYS_CONSOLE_INFO_QUIET=y diff --git a/configs/spear600_usbtty_nand_defconfig b/configs/spear600_usbtty_nand_defconfig index 8a2c133..b736dc8 100644 --- a/configs/spear600_usbtty_nand_defconfig +++ b/configs/spear600_usbtty_nand_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_TARGET_SPEAR600=y CONFIG_IDENT_STRING="-SPEAr" +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="SPEAR600,USBTTY,NAND" CONFIG_BOOTDELAY=-1 CONFIG_SYS_CONSOLE_INFO_QUIET=y diff --git a/configs/stm32f429-discovery_defconfig b/configs/stm32f429-discovery_defconfig index f7d3fc2..c554d2d 100644 --- a/configs/stm32f429-discovery_defconfig +++ b/configs/stm32f429-discovery_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_STM32=y CONFIG_STM32F4=y CONFIG_TARGET_STM32F429_DISCOVERY=y +# CONFIG_MMC is not set CONFIG_BOOTDELAY=3 # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/stm32f746-disco_defconfig b/configs/stm32f746-disco_defconfig index 6d71d0a..55b9eba 100644 --- a/configs/stm32f746-disco_defconfig +++ b/configs/stm32f746-disco_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_STM32=y CONFIG_STM32F7=y CONFIG_TARGET_STM32F746_DISCO=y +# CONFIG_MMC is not set CONFIG_BOOTDELAY=3 # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/stv0991_defconfig b/configs/stv0991_defconfig index c728182..f808ce2 100644 --- a/configs/stv0991_defconfig +++ b/configs/stv0991_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_TARGET_STV0991=y CONFIG_SYS_MALLOC_F_LEN=0x2000 +# CONFIG_MMC is not set CONFIG_DEFAULT_DEVICE_TREE="stv0991" CONFIG_SYS_EXTRA_OPTIONS="STV0991" CONFIG_BOOTDELAY=3 diff --git a/configs/suvd3_defconfig b/configs/suvd3_defconfig index b9d392a..cd5e1cb 100644 --- a/configs/suvd3_defconfig +++ b/configs/suvd3_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_SUVD3=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/sycamore_defconfig b/configs/sycamore_defconfig index f2c4721..b19146b 100644 --- a/configs/sycamore_defconfig +++ b/configs/sycamore_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_WALNUT=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/t3corp_defconfig b/configs/t3corp_defconfig index 9257e0b..84372a9 100644 --- a/configs/t3corp_defconfig +++ b/configs/t3corp_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_T3CORP=y CONFIG_FIT=y diff --git a/configs/taurus_defconfig b/configs/taurus_defconfig index ca80bd6..793de29 100644 --- a/configs/taurus_defconfig +++ b/configs/taurus_defconfig @@ -8,6 +8,7 @@ CONFIG_SPL_NAND_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI_SUPPORT=y +# CONFIG_MMC is not set CONFIG_DEFAULT_DEVICE_TREE="at91sam9g20-taurus" CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9G20,MACH_TYPE=2067,BOARD_TAURUS" CONFIG_BOOTDELAY=3 diff --git a/configs/tcm-bf537_defconfig b/configs/tcm-bf537_defconfig index 8459390..fd2e76e 100644 --- a/configs/tcm-bf537_defconfig +++ b/configs/tcm-bf537_defconfig @@ -1,4 +1,5 @@ CONFIG_BLACKFIN=y +CONFIG_MMC=y CONFIG_TARGET_TCM_BF537=y CONFIG_BOOTDELAY=5 CONFIG_SILENT_CONSOLE=y diff --git a/configs/theadorable-x86-dfi-bt700_defconfig b/configs/theadorable-x86-dfi-bt700_defconfig index 135c904..70dbe72 100644 --- a/configs/theadorable-x86-dfi-bt700_defconfig +++ b/configs/theadorable-x86-dfi-bt700_defconfig @@ -1,4 +1,5 @@ CONFIG_X86=y +CONFIG_MMC=y CONFIG_VENDOR_DFI=y CONFIG_DEFAULT_DEVICE_TREE="theadorable-x86-dfi-bt700" CONFIG_TARGET_DFI_BT700=y diff --git a/configs/theadorable_debug_defconfig b/configs/theadorable_debug_defconfig index e642475..b97c128 100644 --- a/configs/theadorable_debug_defconfig +++ b/configs/theadorable_debug_defconfig @@ -8,6 +8,7 @@ CONFIG_SPL_I2C_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI_SUPPORT=y +# CONFIG_MMC is not set CONFIG_VIDEO=y CONFIG_DEFAULT_DEVICE_TREE="armada-xp-theadorable" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set diff --git a/configs/theadorable_defconfig b/configs/theadorable_defconfig index a063047..3c2e140 100644 --- a/configs/theadorable_defconfig +++ b/configs/theadorable_defconfig @@ -8,6 +8,7 @@ CONFIG_SPL_I2C_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI_SUPPORT=y +# CONFIG_MMC is not set CONFIG_VIDEO=y CONFIG_DEFAULT_DEVICE_TREE="armada-xp-theadorable" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set diff --git a/configs/thunderx_88xx_defconfig b/configs/thunderx_88xx_defconfig index a752b22..196bf6f 100644 --- a/configs/thunderx_88xx_defconfig +++ b/configs/thunderx_88xx_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_TARGET_THUNDERX_88XX=y CONFIG_IDENT_STRING=" for Cavium Thunder CN88XX ARM v8 Multi-Core" +# CONFIG_MMC is not set CONFIG_DEFAULT_DEVICE_TREE="thunderx-88xx" CONFIG_BOOTDELAY=5 # CONFIG_DISPLAY_CPUINFO is not set diff --git a/configs/tuge1_defconfig b/configs/tuge1_defconfig index af70832..c2b8ba8 100644 --- a/configs/tuge1_defconfig +++ b/configs/tuge1_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_TUXX1=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/tuxx1_defconfig b/configs/tuxx1_defconfig index db34666..83fb28e 100644 --- a/configs/tuxx1_defconfig +++ b/configs/tuxx1_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_TUXX1=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/uniphier_ld11_defconfig b/configs/uniphier_ld11_defconfig index d8199f8..e939124 100644 --- a/configs/uniphier_ld11_defconfig +++ b/configs/uniphier_ld11_defconfig @@ -4,6 +4,7 @@ CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_ARCH_UNIPHIER_LD11=y CONFIG_MICRO_SUPPORT_CARD=y +# CONFIG_MMC is not set CONFIG_SYS_TEXT_BASE=0x84000000 CONFIG_DEFAULT_DEVICE_TREE="uniphier-ld11-ref" # CONFIG_ARCH_FIXUP_FDT_MEMORY is not set diff --git a/configs/uniphier_ld20_defconfig b/configs/uniphier_ld20_defconfig index 449093a..02f93cc 100644 --- a/configs/uniphier_ld20_defconfig +++ b/configs/uniphier_ld20_defconfig @@ -4,6 +4,7 @@ CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_ARCH_UNIPHIER_LD20=y CONFIG_MICRO_SUPPORT_CARD=y +# CONFIG_MMC is not set CONFIG_SYS_TEXT_BASE=0x84000000 CONFIG_DEFAULT_DEVICE_TREE="uniphier-ld20-ref" # CONFIG_ARCH_FIXUP_FDT_MEMORY is not set diff --git a/configs/uniphier_ld4_sld8_defconfig b/configs/uniphier_ld4_sld8_defconfig index 8391a0a..b4242c4 100644 --- a/configs/uniphier_ld4_sld8_defconfig +++ b/configs/uniphier_ld4_sld8_defconfig @@ -6,6 +6,7 @@ CONFIG_SPL_NAND_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_ARCH_UNIPHIER_LD4_SLD8=y CONFIG_MICRO_SUPPORT_CARD=y +# CONFIG_MMC is not set CONFIG_SYS_TEXT_BASE=0x84000000 CONFIG_DEFAULT_DEVICE_TREE="uniphier-ld4-ref" # CONFIG_ARCH_FIXUP_FDT_MEMORY is not set diff --git a/configs/uniphier_pro4_defconfig b/configs/uniphier_pro4_defconfig index c8a7573..e10d312 100644 --- a/configs/uniphier_pro4_defconfig +++ b/configs/uniphier_pro4_defconfig @@ -5,6 +5,7 @@ CONFIG_SPL_MMC_SUPPORT=y CONFIG_SPL_NAND_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_MICRO_SUPPORT_CARD=y +# CONFIG_MMC is not set CONFIG_SYS_TEXT_BASE=0x84000000 CONFIG_DEFAULT_DEVICE_TREE="uniphier-pro4-ref" # CONFIG_ARCH_FIXUP_FDT_MEMORY is not set diff --git a/configs/uniphier_pxs2_ld6b_defconfig b/configs/uniphier_pxs2_ld6b_defconfig index 560b11b..03d43e1 100644 --- a/configs/uniphier_pxs2_ld6b_defconfig +++ b/configs/uniphier_pxs2_ld6b_defconfig @@ -6,6 +6,7 @@ CONFIG_SPL_NAND_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_ARCH_UNIPHIER_PRO5_PXS2_LD6B=y CONFIG_MICRO_SUPPORT_CARD=y +# CONFIG_MMC is not set CONFIG_SYS_TEXT_BASE=0x84000000 CONFIG_DEFAULT_DEVICE_TREE="uniphier-pxs2-vodka" # CONFIG_ARCH_FIXUP_FDT_MEMORY is not set diff --git a/configs/uniphier_sld3_defconfig b/configs/uniphier_sld3_defconfig index 7e30acc..cfadf3e 100644 --- a/configs/uniphier_sld3_defconfig +++ b/configs/uniphier_sld3_defconfig @@ -6,6 +6,7 @@ CONFIG_SPL_NAND_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_ARCH_UNIPHIER_SLD3=y CONFIG_MICRO_SUPPORT_CARD=y +# CONFIG_MMC is not set CONFIG_SYS_TEXT_BASE=0x84000000 CONFIG_DEFAULT_DEVICE_TREE="uniphier-sld3-ref" # CONFIG_ARCH_FIXUP_FDT_MEMORY is not set diff --git a/configs/usb_a9263_dataflash_defconfig b/configs/usb_a9263_dataflash_defconfig index c640aa7..8ec623b 100644 --- a/configs/usb_a9263_dataflash_defconfig +++ b/configs/usb_a9263_dataflash_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_ARCH_AT91=y CONFIG_TARGET_USB_A9263=y +# CONFIG_MMC is not set CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9263,SYS_USE_DATAFLASH" CONFIG_BOOTDELAY=3 # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/v38b_defconfig b/configs/v38b_defconfig index 17c1f7f..fb198b6 100644 --- a/configs/v38b_defconfig +++ b/configs/v38b_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC5xxx=y CONFIG_TARGET_V38B=y CONFIG_BOOTDELAY=3 diff --git a/configs/ve8313_defconfig b/configs/ve8313_defconfig index faeb15c..9d1090b 100644 --- a/configs/ve8313_defconfig +++ b/configs/ve8313_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_VE8313=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/vexpress_aemv8a_dram_defconfig b/configs/vexpress_aemv8a_dram_defconfig index b545832..9fa1095 100644 --- a/configs/vexpress_aemv8a_dram_defconfig +++ b/configs/vexpress_aemv8a_dram_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_TARGET_VEXPRESS64_BASE_FVP_DRAM=y CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_IDENT_STRING=" vexpress_aemv8a" +# CONFIG_MMC is not set CONFIG_DISTRO_DEFAULTS=y CONFIG_BOOTDELAY=1 # CONFIG_DISPLAY_CPUINFO is not set diff --git a/configs/vexpress_aemv8a_juno_defconfig b/configs/vexpress_aemv8a_juno_defconfig index 71b40ee..ae0a691 100644 --- a/configs/vexpress_aemv8a_juno_defconfig +++ b/configs/vexpress_aemv8a_juno_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_TARGET_VEXPRESS64_JUNO=y CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_IDENT_STRING=" vexpress_aemv8a" +# CONFIG_MMC is not set CONFIG_DISTRO_DEFAULTS=y CONFIG_BOOTDELAY=1 # CONFIG_DISPLAY_CPUINFO is not set diff --git a/configs/vexpress_aemv8a_semi_defconfig b/configs/vexpress_aemv8a_semi_defconfig index 9417682..97505da 100644 --- a/configs/vexpress_aemv8a_semi_defconfig +++ b/configs/vexpress_aemv8a_semi_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_TARGET_VEXPRESS64_BASE_FVP=y CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_IDENT_STRING=" vexpress_aemv8a" +# CONFIG_MMC is not set CONFIG_DISTRO_DEFAULTS=y CONFIG_BOOTDELAY=1 # CONFIG_DISPLAY_CPUINFO is not set diff --git a/configs/vme8349_defconfig b/configs/vme8349_defconfig index b23f235..4213e8a 100644 --- a/configs/vme8349_defconfig +++ b/configs/vme8349_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC83xx=y CONFIG_TARGET_VME8349=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/walnut_defconfig b/configs/walnut_defconfig index f2c4721..b19146b 100644 --- a/configs/walnut_defconfig +++ b/configs/walnut_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_WALNUT=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/work_92105_defconfig b/configs/work_92105_defconfig index ca3b731..a705e8b 100644 --- a/configs/work_92105_defconfig +++ b/configs/work_92105_defconfig @@ -4,6 +4,7 @@ CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_SPL_NAND_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y +# CONFIG_MMC is not set CONFIG_BOOTDELAY=3 CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/wtk_defconfig b/configs/wtk_defconfig index f98be1f..fa2eea0 100644 --- a/configs/wtk_defconfig +++ b/configs/wtk_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_8xx=y CONFIG_TARGET_TQM823L=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/x600_defconfig b/configs/x600_defconfig index 65b7d95..4b47fc6 100644 --- a/configs/x600_defconfig +++ b/configs/x600_defconfig @@ -4,6 +4,7 @@ CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_IDENT_STRING="-SPEAr" +# CONFIG_MMC is not set CONFIG_BOOTDELAY=3 CONFIG_SYS_CONSOLE_INFO_QUIET=y # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/xilinx-ppc405-generic_defconfig b/configs/xilinx-ppc405-generic_defconfig index ec12dbe..f686fe9 100644 --- a/configs/xilinx-ppc405-generic_defconfig +++ b/configs/xilinx-ppc405-generic_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_XILINX_PPC405_GENERIC=y CONFIG_DEFAULT_DEVICE_TREE="xilinx-ppc405-generic" diff --git a/configs/xilinx-ppc440-generic_defconfig b/configs/xilinx-ppc440-generic_defconfig index 464bee1..ef28222 100644 --- a/configs/xilinx-ppc440-generic_defconfig +++ b/configs/xilinx-ppc440-generic_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_XILINX_PPC440_GENERIC=y CONFIG_DEFAULT_DEVICE_TREE="xilinx-ppc440-generic" diff --git a/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig b/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig index f8f596f..d0b19f4 100644 --- a/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig +++ b/configs/xilinx_zynqmp_zc1751_xm016_dc2_defconfig @@ -7,6 +7,7 @@ CONFIG_SYS_MALLOC_F_LEN=0x8000 # CONFIG_SPL_MMC_SUPPORT is not set CONFIG_ZYNQMP_USB=y CONFIG_IDENT_STRING=" Xilinx ZynqMP ZC1751 xm016 dc2" +# CONFIG_MMC is not set CONFIG_SYS_TEXT_BASE=0x8000000 CONFIG_DEFAULT_DEVICE_TREE="zynqmp-zc1751-xm016-dc2" CONFIG_DISTRO_DEFAULTS=y diff --git a/configs/xpedite1000_defconfig b/configs/xpedite1000_defconfig index f023c73..ee98fc5 100644 --- a/configs/xpedite1000_defconfig +++ b/configs/xpedite1000_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_XPEDITE1000=y CONFIG_FIT=y diff --git a/configs/xpedite517x_defconfig b/configs/xpedite517x_defconfig index 2839bc6..731466e 100644 --- a/configs/xpedite517x_defconfig +++ b/configs/xpedite517x_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC86xx=y CONFIG_TARGET_XPEDITE517X=y CONFIG_FIT=y diff --git a/configs/xpedite520x_defconfig b/configs/xpedite520x_defconfig index c3b91f4..8763be8 100644 --- a/configs/xpedite520x_defconfig +++ b/configs/xpedite520x_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_XPEDITE520X=y CONFIG_FIT=y diff --git a/configs/xpedite537x_defconfig b/configs/xpedite537x_defconfig index 5ababef..e38e1da 100644 --- a/configs/xpedite537x_defconfig +++ b/configs/xpedite537x_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_XPEDITE537X=y CONFIG_FIT=y diff --git a/configs/xpedite550x_defconfig b/configs/xpedite550x_defconfig index b6d3c8a..e186c7e 100644 --- a/configs/xpedite550x_defconfig +++ b/configs/xpedite550x_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_MPC85xx=y CONFIG_TARGET_XPEDITE550X=y CONFIG_FIT=y diff --git a/configs/yellowstone_defconfig b/configs/yellowstone_defconfig index 5b1e4bc..c26c844 100644 --- a/configs/yellowstone_defconfig +++ b/configs/yellowstone_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_YOSEMITE=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/yosemite_defconfig b/configs/yosemite_defconfig index 0d15583..c77cd22 100644 --- a/configs/yosemite_defconfig +++ b/configs/yosemite_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_YOSEMITE=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/yucca_defconfig b/configs/yucca_defconfig index 935bc5c..ee04b00 100644 --- a/configs/yucca_defconfig +++ b/configs/yucca_defconfig @@ -1,4 +1,5 @@ CONFIG_PPC=y +# CONFIG_MMC is not set CONFIG_4xx=y CONFIG_TARGET_YUCCA=y CONFIG_OF_BOARD_SETUP=y diff --git a/configs/zmx25_defconfig b/configs/zmx25_defconfig index 8c46e16..5eef16a 100644 --- a/configs/zmx25_defconfig +++ b/configs/zmx25_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_TARGET_ZMX25=y +# CONFIG_MMC is not set CONFIG_BOOTDELAY=5 # CONFIG_DISPLAY_CPUINFO is not set # CONFIG_DISPLAY_BOARDINFO is not set diff --git a/configs/zynq_zc770_xm011_defconfig b/configs/zynq_zc770_xm011_defconfig index 2f4fc1e..247fb6d 100644 --- a/configs/zynq_zc770_xm011_defconfig +++ b/configs/zynq_zc770_xm011_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_ARCH_ZYNQ=y +# CONFIG_MMC is not set CONFIG_DEFAULT_DEVICE_TREE="zynq-zc770-xm011" CONFIG_FIT=y CONFIG_FIT_VERBOSE=y diff --git a/configs/zynq_zc770_xm012_defconfig b/configs/zynq_zc770_xm012_defconfig index d3116e1..8e80a90 100644 --- a/configs/zynq_zc770_xm012_defconfig +++ b/configs/zynq_zc770_xm012_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_ARCH_ZYNQ=y +# CONFIG_MMC is not set CONFIG_DEFAULT_DEVICE_TREE="zynq-zc770-xm012" CONFIG_FIT=y CONFIG_FIT_VERBOSE=y diff --git a/configs/zynq_zc770_xm013_defconfig b/configs/zynq_zc770_xm013_defconfig index add038c..286f0bd 100644 --- a/configs/zynq_zc770_xm013_defconfig +++ b/configs/zynq_zc770_xm013_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_ARCH_ZYNQ=y +# CONFIG_MMC is not set CONFIG_DEFAULT_DEVICE_TREE="zynq-zc770-xm013" CONFIG_FIT=y CONFIG_FIT_VERBOSE=y diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 9983913..e9a1d18 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -1,10 +1,14 @@ menu "MMC Host controller Support" config MMC - bool "Enable MMC support" - depends on ARCH_SUNXI || SANDBOX + bool "MMC/SD/SDIO card support" + default ARM || PPC || SANDBOX help - TODO: Move all architectures to use this option + This selects MultiMediaCard, Secure Digital and Secure + Digital I/O support. + + If you want MMC/SD/SDIO support, you should say Y here and + also to your specific host controller driver. config DM_MMC bool "Enable MMC controllers using Driver Model" diff --git a/include/configs/BSC9132QDS.h b/include/configs/BSC9132QDS.h index 5cfdbb2..6663a92 100644 --- a/include/configs/BSC9132QDS.h +++ b/include/configs/BSC9132QDS.h @@ -482,7 +482,6 @@ combinations. this should be removed later #endif /* CONFIG_TSEC_ENET */ -#define CONFIG_MMC #ifdef CONFIG_MMC #define CONFIG_DOS_PARTITION #define CONFIG_FSL_ESDHC diff --git a/include/configs/MPC8308RDB.h b/include/configs/MPC8308RDB.h index 6335c55..753ce13 100644 --- a/include/configs/MPC8308RDB.h +++ b/include/configs/MPC8308RDB.h @@ -21,8 +21,6 @@ #define CONFIG_MISC_INIT_R -#define CONFIG_MMC 1 - #ifdef CONFIG_MMC #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC83xx_ESDHC_ADDR diff --git a/include/configs/MPC837XEMDS.h b/include/configs/MPC837XEMDS.h index adc3193..f86b008 100644 --- a/include/configs/MPC837XEMDS.h +++ b/include/configs/MPC837XEMDS.h @@ -483,8 +483,6 @@ extern int board_pci_host_broken(void); #undef CONFIG_WATCHDOG /* watchdog disabled */ -#define CONFIG_MMC 1 - #ifdef CONFIG_MMC #define CONFIG_FSL_ESDHC #define CONFIG_FSL_ESDHC_PIN_MUX diff --git a/include/configs/MPC837XERDB.h b/include/configs/MPC837XERDB.h index 48e06af..d843bd1 100644 --- a/include/configs/MPC837XERDB.h +++ b/include/configs/MPC837XERDB.h @@ -495,8 +495,6 @@ #undef CONFIG_WATCHDOG /* watchdog disabled */ -#define CONFIG_MMC 1 - #ifdef CONFIG_MMC #define CONFIG_FSL_ESDHC #define CONFIG_FSL_ESDHC_PIN_MUX diff --git a/include/configs/MPC8536DS.h b/include/configs/MPC8536DS.h index d8f7961..b17a6c5 100644 --- a/include/configs/MPC8536DS.h +++ b/include/configs/MPC8536DS.h @@ -609,8 +609,6 @@ #undef CONFIG_WATCHDOG /* watchdog disabled */ -#define CONFIG_MMC 1 - #ifdef CONFIG_MMC #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC85xx_ESDHC_ADDR diff --git a/include/configs/MPC8569MDS.h b/include/configs/MPC8569MDS.h index bd52054..bd15645 100644 --- a/include/configs/MPC8569MDS.h +++ b/include/configs/MPC8569MDS.h @@ -466,8 +466,6 @@ extern unsigned long get_clock_freq(void); #undef CONFIG_WATCHDOG /* watchdog disabled */ -#define CONFIG_MMC 1 - #ifdef CONFIG_MMC #define CONFIG_FSL_ESDHC #define CONFIG_FSL_ESDHC_PIN_MUX diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h index 78e0064..4d0ae9d 100644 --- a/include/configs/P1010RDB.h +++ b/include/configs/P1010RDB.h @@ -673,7 +673,6 @@ extern unsigned long get_sdram_size(void); #define CONFIG_LBA48 #endif /* #ifdef CONFIG_FSL_SATA */ -#define CONFIG_MMC #ifdef CONFIG_MMC #define CONFIG_DOS_PARTITION #define CONFIG_FSL_ESDHC diff --git a/include/configs/P1022DS.h b/include/configs/P1022DS.h index 81e8c29..169f94a 100644 --- a/include/configs/P1022DS.h +++ b/include/configs/P1022DS.h @@ -508,7 +508,6 @@ #define CONFIG_DOS_PARTITION #endif -#define CONFIG_MMC #ifdef CONFIG_MMC #define CONFIG_FSL_ESDHC #define CONFIG_GENERIC_MMC diff --git a/include/configs/P2041RDB.h b/include/configs/P2041RDB.h index 91e5f8b..7a3fa03 100644 --- a/include/configs/P2041RDB.h +++ b/include/configs/P2041RDB.h @@ -609,8 +609,6 @@ unsigned long get_board_sys_clk(unsigned long dummy); #define CONFIG_EHCI_HCD_INIT_AFTER_RESET #endif -#define CONFIG_MMC - #ifdef CONFIG_MMC #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC85xx_ESDHC_ADDR diff --git a/include/configs/P3041DS.h b/include/configs/P3041DS.h index 52ef432..e32cdde 100644 --- a/include/configs/P3041DS.h +++ b/include/configs/P3041DS.h @@ -10,7 +10,6 @@ */ #define CONFIG_FSL_NGPIXIS /* use common ngPIXIS code */ -#define CONFIG_MMC #define CONFIG_NAND_FSL_ELBC #define CONFIG_FSL_SATA_V2 #define CONFIG_PCIE3 diff --git a/include/configs/P4080DS.h b/include/configs/P4080DS.h index 65ec8f7..a6fa6a8 100644 --- a/include/configs/P4080DS.h +++ b/include/configs/P4080DS.h @@ -10,7 +10,6 @@ */ #define CONFIG_FSL_NGPIXIS /* use common ngPIXIS code */ -#define CONFIG_MMC #define CONFIG_PCIE3 #define CONFIG_CMD_SATA diff --git a/include/configs/P5020DS.h b/include/configs/P5020DS.h index 17e941e..0a8c387 100644 --- a/include/configs/P5020DS.h +++ b/include/configs/P5020DS.h @@ -10,7 +10,6 @@ */ #define CONFIG_FSL_NGPIXIS /* use common ngPIXIS code */ -#define CONFIG_MMC #define CONFIG_NAND_FSL_ELBC #define CONFIG_FSL_SATA_V2 #define CONFIG_PCIE3 diff --git a/include/configs/P5040DS.h b/include/configs/P5040DS.h index 078e60c..5933fc0 100644 --- a/include/configs/P5040DS.h +++ b/include/configs/P5040DS.h @@ -10,7 +10,6 @@ */ #define CONFIG_FSL_NGPIXIS /* use common ngPIXIS code */ -#define CONFIG_MMC #define CONFIG_NAND_FSL_ELBC #define CONFIG_PCIE3 #define CONFIG_FSL_SATA_V2 diff --git a/include/configs/T102xQDS.h b/include/configs/T102xQDS.h index fda83d2..303c73b 100644 --- a/include/configs/T102xQDS.h +++ b/include/configs/T102xQDS.h @@ -662,7 +662,6 @@ unsigned long get_board_ddr_clk(void); /* * SDHC */ -#define CONFIG_MMC #ifdef CONFIG_MMC #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC85xx_ESDHC_ADDR diff --git a/include/configs/T102xRDB.h b/include/configs/T102xRDB.h index 054b323..e451851 100644 --- a/include/configs/T102xRDB.h +++ b/include/configs/T102xRDB.h @@ -664,7 +664,6 @@ unsigned long get_board_ddr_clk(void); /* * SDHC */ -#define CONFIG_MMC #ifdef CONFIG_MMC #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC85xx_ESDHC_ADDR diff --git a/include/configs/T1040QDS.h b/include/configs/T1040QDS.h index 00676dd..7779c31 100644 --- a/include/configs/T1040QDS.h +++ b/include/configs/T1040QDS.h @@ -551,8 +551,6 @@ unsigned long get_board_ddr_clk(void); #endif #endif -#define CONFIG_MMC - #ifdef CONFIG_MMC #define CONFIG_FSL_ESDHC #define CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h index 7521dd0..41cb43c 100644 --- a/include/configs/T104xRDB.h +++ b/include/configs/T104xRDB.h @@ -661,8 +661,6 @@ $(SRCTREE)/board/freescale/t104xrdb/t1042d4_sd_rcw.cfg #endif #endif -#define CONFIG_MMC - #ifdef CONFIG_MMC #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC85xx_ESDHC_ADDR diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h index b984fcd..878dbed 100644 --- a/include/configs/T208xQDS.h +++ b/include/configs/T208xQDS.h @@ -12,7 +12,6 @@ #define __T208xQDS_H #define CONFIG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */ -#define CONFIG_MMC #define CONFIG_USB_EHCI #if defined(CONFIG_ARCH_T2080) #define CONFIG_T2080QDS diff --git a/include/configs/T208xRDB.h b/include/configs/T208xRDB.h index e013e72..ee27a8f 100644 --- a/include/configs/T208xRDB.h +++ b/include/configs/T208xRDB.h @@ -13,7 +13,6 @@ #define CONFIG_T2080RDB #define CONFIG_ICS307_REFCLK_HZ 25000000 /* ICS307 ref clk freq */ -#define CONFIG_MMC #define CONFIG_USB_EHCI #define CONFIG_FSL_SATA_V2 diff --git a/include/configs/T4240QDS.h b/include/configs/T4240QDS.h index d90fb35..78ad86c 100644 --- a/include/configs/T4240QDS.h +++ b/include/configs/T4240QDS.h @@ -516,8 +516,6 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_EHCI_HCD_INIT_AFTER_RESET #define CONFIG_HAS_FSL_DR_USB -#define CONFIG_MMC - #ifdef CONFIG_MMC #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC85xx_ESDHC_ADDR diff --git a/include/configs/T4240RDB.h b/include/configs/T4240RDB.h index fd5dbc5..5b3c6fa 100644 --- a/include/configs/T4240RDB.h +++ b/include/configs/T4240RDB.h @@ -703,8 +703,6 @@ unsigned long get_board_ddr_clk(void); #define CONFIG_EHCI_HCD_INIT_AFTER_RESET #define CONFIG_HAS_FSL_DR_USB -#define CONFIG_MMC - #ifdef CONFIG_MMC #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC85xx_ESDHC_ADDR diff --git a/include/configs/UCP1020.h b/include/configs/UCP1020.h index c194ec7..0775603 100644 --- a/include/configs/UCP1020.h +++ b/include/configs/UCP1020.h @@ -45,7 +45,6 @@ #endif #define CONFIG_SYS_REDUNDAND_ENVIRONMENT -#define CONFIG_MMC #define CONFIG_SYS_L2_SIZE (256 << 10) #define CONFIG_LAST_STAGE_INIT @@ -81,7 +80,6 @@ #endif #define CONFIG_SYS_REDUNDAND_ENVIRONMENT -#define CONFIG_MMC #define CONFIG_SYS_L2_SIZE (256 << 10) #define CONFIG_LAST_STAGE_INIT diff --git a/include/configs/adp-ag101p.h b/include/configs/adp-ag101p.h index 5cb79f1..93fa614 100644 --- a/include/configs/adp-ag101p.h +++ b/include/configs/adp-ag101p.h @@ -100,7 +100,6 @@ /* * SD (MMC) controller */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_DOS_PARTITION #define CONFIG_FTSDC010 diff --git a/include/configs/advantech_dms-ba16.h b/include/configs/advantech_dms-ba16.h index 3626636..99f9ef7 100644 --- a/include/configs/advantech_dms-ba16.h +++ b/include/configs/advantech_dms-ba16.h @@ -55,7 +55,6 @@ #define CONFIG_FSL_ESDHC #define CONFIG_FSL_USDHC #define CONFIG_SYS_FSL_ESDHC_ADDR 0 -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_BOUNCE_BUFFER #define CONFIG_DOS_PARTITION diff --git a/include/configs/alt.h b/include/configs/alt.h index 7d6ec78..726e6d6 100644 --- a/include/configs/alt.h +++ b/include/configs/alt.h @@ -87,7 +87,6 @@ #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 /* MMCIF */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_SH_MMCIF diff --git a/include/configs/am3517_crane.h b/include/configs/am3517_crane.h index 07ef9e9..ad0de2c8 100644 --- a/include/configs/am3517_crane.h +++ b/include/configs/am3517_crane.h @@ -76,7 +76,6 @@ #define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600,\ 115200} #define CONFIG_GENERIC_MMC 1 -#define CONFIG_MMC 1 #define CONFIG_OMAP_HSMMC 1 #define CONFIG_DOS_PARTITION 1 diff --git a/include/configs/am3517_evm.h b/include/configs/am3517_evm.h index ad56d24..3247a4a 100644 --- a/include/configs/am3517_evm.h +++ b/include/configs/am3517_evm.h @@ -77,7 +77,6 @@ 115200} /* SD/MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_OMAP_HSMMC #define CONFIG_DOS_PARTITION diff --git a/include/configs/apalis_imx6.h b/include/configs/apalis_imx6.h index d3af2da..fdf9ed0 100644 --- a/include/configs/apalis_imx6.h +++ b/include/configs/apalis_imx6.h @@ -69,7 +69,6 @@ #define CONFIG_SYS_FSL_USDHC_NUM 3 #define CONFIG_SUPPORT_EMMC_BOOT /* eMMC specific */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_BOUNCE_BUFFER #define CONFIG_FAT_WRITE diff --git a/include/configs/apalis_t30.h b/include/configs/apalis_t30.h index f2a24c1..12a2877 100644 --- a/include/configs/apalis_t30.h +++ b/include/configs/apalis_t30.h @@ -28,7 +28,6 @@ #define CONFIG_SYS_I2C_TEGRA /* SD/MMC support */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_TEGRA_MMC diff --git a/include/configs/apf27.h b/include/configs/apf27.h index b903ba5..e9d8232 100644 --- a/include/configs/apf27.h +++ b/include/configs/apf27.h @@ -308,7 +308,6 @@ * SD/MMC */ #ifdef CONFIG_CMD_MMC -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_MXC_MMC #define CONFIG_MXC_MCI_REGS_BASE 0x10014000 diff --git a/include/configs/at91sam9260ek.h b/include/configs/at91sam9260ek.h index e1f934c..f07366e 100644 --- a/include/configs/at91sam9260ek.h +++ b/include/configs/at91sam9260ek.h @@ -146,7 +146,6 @@ /* MMC */ #ifdef CONFIG_CMD_MMC -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_GENERIC_ATMEL_MCI #endif diff --git a/include/configs/at91sam9263ek.h b/include/configs/at91sam9263ek.h index cc1695e..6806cc7 100644 --- a/include/configs/at91sam9263ek.h +++ b/include/configs/at91sam9263ek.h @@ -105,7 +105,6 @@ /* MMC */ #ifdef CONFIG_CMD_MMC -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_GENERIC_ATMEL_MCI #endif diff --git a/include/configs/at91sam9m10g45ek.h b/include/configs/at91sam9m10g45ek.h index fd0504d..12a92c2 100644 --- a/include/configs/at91sam9m10g45ek.h +++ b/include/configs/at91sam9m10g45ek.h @@ -99,7 +99,6 @@ /* MMC */ #ifdef CONFIG_CMD_MMC -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_GENERIC_ATMEL_MCI #endif diff --git a/include/configs/at91sam9n12ek.h b/include/configs/at91sam9n12ek.h index b825464..9c9e809 100644 --- a/include/configs/at91sam9n12ek.h +++ b/include/configs/at91sam9n12ek.h @@ -123,7 +123,6 @@ /* MMC */ #ifdef CONFIG_CMD_MMC -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_GENERIC_ATMEL_MCI #endif diff --git a/include/configs/at91sam9rlek.h b/include/configs/at91sam9rlek.h index 23184ce..b5aebe6 100644 --- a/include/configs/at91sam9rlek.h +++ b/include/configs/at91sam9rlek.h @@ -106,7 +106,6 @@ /* MMC */ #ifdef CONFIG_CMD_MMC -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_GENERIC_ATMEL_MCI #define CONFIG_DOS_PARTITION diff --git a/include/configs/at91sam9x5ek.h b/include/configs/at91sam9x5ek.h index 843f03a..6dee45a 100644 --- a/include/configs/at91sam9x5ek.h +++ b/include/configs/at91sam9x5ek.h @@ -111,7 +111,6 @@ /* MMC */ #ifdef CONFIG_CMD_MMC -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_GENERIC_ATMEL_MCI #endif diff --git a/include/configs/atngw100.h b/include/configs/atngw100.h index a0f451b..00a8c79 100644 --- a/include/configs/atngw100.h +++ b/include/configs/atngw100.h @@ -86,7 +86,6 @@ #define CONFIG_PORTMUX_PIO #define CONFIG_SYS_NR_PIOS 5 #define CONFIG_SYS_HSDRAMC -#define CONFIG_MMC #define CONFIG_GENERIC_ATMEL_MCI #define CONFIG_GENERIC_MMC #define CONFIG_ATMEL_SPI diff --git a/include/configs/atngw100mkii.h b/include/configs/atngw100mkii.h index 4d9282a..d1f61b3 100644 --- a/include/configs/atngw100mkii.h +++ b/include/configs/atngw100mkii.h @@ -105,7 +105,6 @@ #define CONFIG_PORTMUX_PIO #define CONFIG_SYS_NR_PIOS 5 #define CONFIG_SYS_HSDRAMC -#define CONFIG_MMC #define CONFIG_GENERIC_ATMEL_MCI #define CONFIG_GENERIC_MMC #define CONFIG_ATMEL_SPI diff --git a/include/configs/atstk1002.h b/include/configs/atstk1002.h index 9ddfff2..3d17ae1 100644 --- a/include/configs/atstk1002.h +++ b/include/configs/atstk1002.h @@ -107,7 +107,6 @@ #define CONFIG_PORTMUX_PIO #define CONFIG_SYS_NR_PIOS 5 #define CONFIG_SYS_HSDRAMC -#define CONFIG_MMC #define CONFIG_GENERIC_ATMEL_MCI #define CONFIG_GENERIC_MMC diff --git a/include/configs/axs10x.h b/include/configs/axs10x.h index b99248e..296fbd1 100644 --- a/include/configs/axs10x.h +++ b/include/configs/axs10x.h @@ -85,7 +85,6 @@ /* * SD/MMC configuration */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_DWMMC #define CONFIG_DOS_PARTITION diff --git a/include/configs/bayleybay.h b/include/configs/bayleybay.h index 408c0f5..8a4950f 100644 --- a/include/configs/bayleybay.h +++ b/include/configs/bayleybay.h @@ -24,7 +24,6 @@ {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_VALLEYVIEW_SATA}, \ {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_VALLEYVIEW_SATA_ALT} -#define CONFIG_MMC #define CONFIG_SDHCI #define CONFIG_GENERIC_MMC #define CONFIG_MMC_SDMA diff --git a/include/configs/bcm23550_w1d.h b/include/configs/bcm23550_w1d.h index eb4c497..f822f48 100644 --- a/include/configs/bcm23550_w1d.h +++ b/include/configs/bcm23550_w1d.h @@ -34,7 +34,6 @@ #define CONFIG_SDHCI #define CONFIG_MMC_SDMA #define CONFIG_KONA_SDHCI -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_SYS_SDIO_BASE0 SDIO1_BASE_ADDR diff --git a/include/configs/bcm28155_ap.h b/include/configs/bcm28155_ap.h index 7a75fdb..9d06dad 100644 --- a/include/configs/bcm28155_ap.h +++ b/include/configs/bcm28155_ap.h @@ -33,7 +33,6 @@ #define CONFIG_SDHCI #define CONFIG_MMC_SDMA #define CONFIG_KONA_SDHCI -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_SYS_SDIO_BASE0 SDIO1_BASE_ADDR diff --git a/include/configs/beaver.h b/include/configs/beaver.h index ab1ab14..2e43a09 100644 --- a/include/configs/beaver.h +++ b/include/configs/beaver.h @@ -28,7 +28,6 @@ #define CONFIG_SYS_I2C_TEGRA /* SD/MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_TEGRA_MMC diff --git a/include/configs/bf518f-ezbrd.h b/include/configs/bf518f-ezbrd.h index 510cd47..43e4971 100644 --- a/include/configs/bf518f-ezbrd.h +++ b/include/configs/bf518f-ezbrd.h @@ -129,7 +129,6 @@ */ #if !defined(__ADSPBF512__) #define CONFIG_GENERIC_MMC -#define CONFIG_MMC #define CONFIG_BFIN_SDH #endif diff --git a/include/configs/bf527-ad7160-eval.h b/include/configs/bf527-ad7160-eval.h index 258115a..40ca18d 100644 --- a/include/configs/bf527-ad7160-eval.h +++ b/include/configs/bf527-ad7160-eval.h @@ -115,7 +115,6 @@ /* * SPI_MMC Settings */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_MMC_SPI diff --git a/include/configs/bf537-stamp.h b/include/configs/bf537-stamp.h index 4f861aa..6517705 100644 --- a/include/configs/bf537-stamp.h +++ b/include/configs/bf537-stamp.h @@ -125,7 +125,6 @@ */ #define CONFIG_MMC_SPI #ifdef CONFIG_MMC_SPI -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #endif diff --git a/include/configs/bf548-ezkit.h b/include/configs/bf548-ezkit.h index 9376283..b79aa2b 100644 --- a/include/configs/bf548-ezkit.h +++ b/include/configs/bf548-ezkit.h @@ -143,7 +143,6 @@ */ #if !defined(__ADSPBF544__) #define CONFIG_GENERIC_MMC -#define CONFIG_MMC #define CONFIG_BFIN_SDH #endif diff --git a/include/configs/bf609-ezkit.h b/include/configs/bf609-ezkit.h index 4deb2d2..337bb0a 100644 --- a/include/configs/bf609-ezkit.h +++ b/include/configs/bf609-ezkit.h @@ -127,7 +127,6 @@ * SDH Settings */ #define CONFIG_GENERIC_MMC -#define CONFIG_MMC #define CONFIG_BFIN_SDH /* diff --git a/include/configs/brppt1.h b/include/configs/brppt1.h index a5fdbbb..eb2419c 100644 --- a/include/configs/brppt1.h +++ b/include/configs/brppt1.h @@ -48,7 +48,6 @@ /* MMC/SD IP block */ #if defined(CONFIG_EMMC_BOOT) - #define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_OMAP_HSMMC #define CONFIG_SUPPORT_EMMC_BOOT diff --git a/include/configs/brxre1.h b/include/configs/brxre1.h index a6369d6..ac338c4 100644 --- a/include/configs/brxre1.h +++ b/include/configs/brxre1.h @@ -43,7 +43,6 @@ /* GPIO */ /* MMC/SD IP block */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_OMAP_HSMMC #define CONFIG_SUPPORT_EMMC_BOOT diff --git a/include/configs/cardhu.h b/include/configs/cardhu.h index 462b784..b7df2bc 100644 --- a/include/configs/cardhu.h +++ b/include/configs/cardhu.h @@ -31,7 +31,6 @@ #define CONFIG_SYS_I2C_TEGRA /* SD/MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_TEGRA_MMC diff --git a/include/configs/cei-tk1-som.h b/include/configs/cei-tk1-som.h index f3bb279..6eed4bc 100644 --- a/include/configs/cei-tk1-som.h +++ b/include/configs/cei-tk1-som.h @@ -30,7 +30,6 @@ #define CONFIG_SYS_I2C_TEGRA /* SD/MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_TEGRA_MMC diff --git a/include/configs/clearfog.h b/include/configs/clearfog.h index c976ec8..e3735f7 100644 --- a/include/configs/clearfog.h +++ b/include/configs/clearfog.h @@ -43,7 +43,6 @@ /* * SDIO/MMC Card Configuration */ -#define CONFIG_MMC #define CONFIG_MMC_SDMA #define CONFIG_GENERIC_MMC #define CONFIG_SDHCI diff --git a/include/configs/cm-bf537e.h b/include/configs/cm-bf537e.h index 78841cd..32229d2 100644 --- a/include/configs/cm-bf537e.h +++ b/include/configs/cm-bf537e.h @@ -118,7 +118,6 @@ /* * SPI_MMC Settings */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_MMC_SPI diff --git a/include/configs/cm-bf537u.h b/include/configs/cm-bf537u.h index 5785ebd..dc2eabd 100644 --- a/include/configs/cm-bf537u.h +++ b/include/configs/cm-bf537u.h @@ -116,7 +116,6 @@ /* * SPI_MMC Settings */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_MMC_SPI diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h index da5a4b3..1ce27e3 100644 --- a/include/configs/cm_t35.h +++ b/include/configs/cm_t35.h @@ -81,7 +81,6 @@ 115200} #define CONFIG_GENERIC_MMC -#define CONFIG_MMC #define CONFIG_OMAP_HSMMC #define CONFIG_DOS_PARTITION diff --git a/include/configs/cm_t3517.h b/include/configs/cm_t3517.h index 1e2a477..bae9697 100644 --- a/include/configs/cm_t3517.h +++ b/include/configs/cm_t3517.h @@ -88,7 +88,6 @@ #define CONFIG_OMAP_GPIO #define CONFIG_GENERIC_MMC -#define CONFIG_MMC #define CONFIG_OMAP_HSMMC #define CONFIG_DOS_PARTITION diff --git a/include/configs/colibri_imx6.h b/include/configs/colibri_imx6.h index 86ed4d2..b05fca6 100644 --- a/include/configs/colibri_imx6.h +++ b/include/configs/colibri_imx6.h @@ -67,7 +67,6 @@ #define CONFIG_SYS_FSL_USDHC_NUM 2 #define CONFIG_SUPPORT_EMMC_BOOT /* eMMC specific */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_BOUNCE_BUFFER #define CONFIG_FAT_WRITE diff --git a/include/configs/colibri_t20.h b/include/configs/colibri_t20.h index 6a52869..e9db97f 100644 --- a/include/configs/colibri_t20.h +++ b/include/configs/colibri_t20.h @@ -27,7 +27,6 @@ #define CONFIG_SYS_I2C_TEGRA /* SD/MMC support */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_TEGRA_MMC diff --git a/include/configs/colibri_t30.h b/include/configs/colibri_t30.h index e8b3f99..4d13856 100644 --- a/include/configs/colibri_t30.h +++ b/include/configs/colibri_t30.h @@ -28,7 +28,6 @@ #define CONFIG_SYS_I2C_TEGRA /* SD/MMC support */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_TEGRA_MMC diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h index 62131c7..933b179 100644 --- a/include/configs/colibri_vf.h +++ b/include/configs/colibri_vf.h @@ -56,7 +56,6 @@ "512k(u-boot-env)," \ "-(ubi)" -#define CONFIG_MMC #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_ESDHC_ADDR 0 #define CONFIG_SYS_FSL_ESDHC_NUM 1 diff --git a/include/configs/conga-qeval20-qa3-e3845.h b/include/configs/conga-qeval20-qa3-e3845.h index 5ef999c..cc19148 100644 --- a/include/configs/conga-qeval20-qa3-e3845.h +++ b/include/configs/conga-qeval20-qa3-e3845.h @@ -27,7 +27,6 @@ {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_VALLEYVIEW_SATA}, \ {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_VALLEYVIEW_SATA_ALT} -#define CONFIG_MMC #define CONFIG_SDHCI #define CONFIG_GENERIC_MMC #define CONFIG_MMC_SDMA diff --git a/include/configs/controlcenterd.h b/include/configs/controlcenterd.h index 971549e..e0290e7 100644 --- a/include/configs/controlcenterd.h +++ b/include/configs/controlcenterd.h @@ -210,7 +210,6 @@ /* * MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_FSL_ESDHC diff --git a/include/configs/crownbay.h b/include/configs/crownbay.h index 55aa03b..f863810 100644 --- a/include/configs/crownbay.h +++ b/include/configs/crownbay.h @@ -26,7 +26,6 @@ #define CONFIG_SCSI_DEV_LIST \ {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_TCF_SATA} -#define CONFIG_MMC #define CONFIG_SDHCI #define CONFIG_GENERIC_MMC #define CONFIG_MMC_SDMA diff --git a/include/configs/cyrus.h b/include/configs/cyrus.h index 45caf9f..0307b14 100644 --- a/include/configs/cyrus.h +++ b/include/configs/cyrus.h @@ -13,7 +13,6 @@ #error Must call Cyrus CONFIG with a specific CPU enabled. #endif -#define CONFIG_MMC #define CONFIG_SDCARD #define CONFIG_FSL_SATA_V2 #define CONFIG_PCIE3 diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h index 18a8e26..ceb9cea 100644 --- a/include/configs/da850evm.h +++ b/include/configs/da850evm.h @@ -313,7 +313,6 @@ /* SD/MMC configuration */ #ifndef CONFIG_USE_NOR -#define CONFIG_MMC #define CONFIG_DAVINCI_MMC_SD1 #define CONFIG_GENERIC_MMC #define CONFIG_DAVINCI_MMC diff --git a/include/configs/dalmore.h b/include/configs/dalmore.h index b0311bf..04ab48d 100644 --- a/include/configs/dalmore.h +++ b/include/configs/dalmore.h @@ -24,7 +24,6 @@ #define CONFIG_SYS_I2C_TEGRA /* SD/MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_TEGRA_MMC diff --git a/include/configs/db-88f6820-gp.h b/include/configs/db-88f6820-gp.h index b8c5232..7333e48 100644 --- a/include/configs/db-88f6820-gp.h +++ b/include/configs/db-88f6820-gp.h @@ -43,7 +43,6 @@ /* * SDIO/MMC Card Configuration */ -#define CONFIG_MMC #define CONFIG_MMC_SDMA #define CONFIG_GENERIC_MMC #define CONFIG_SDHCI diff --git a/include/configs/dfi-bt700.h b/include/configs/dfi-bt700.h index 75e1d1c..c11e581 100644 --- a/include/configs/dfi-bt700.h +++ b/include/configs/dfi-bt700.h @@ -29,7 +29,6 @@ {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_VALLEYVIEW_SATA}, \ {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_VALLEYVIEW_SATA_ALT} -#define CONFIG_MMC #define CONFIG_SDHCI #define CONFIG_GENERIC_MMC #define CONFIG_MMC_SDMA diff --git a/include/configs/dragonboard410c.h b/include/configs/dragonboard410c.h index 1b440ea..cbc6126 100644 --- a/include/configs/dragonboard410c.h +++ b/include/configs/dragonboard410c.h @@ -32,7 +32,6 @@ #define COUNTER_FREQUENCY 19000000 /* This are needed to have proper mmc support */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_SDHCI diff --git a/include/configs/e2220-1170.h b/include/configs/e2220-1170.h index c9e8c8e..d4aca55 100644 --- a/include/configs/e2220-1170.h +++ b/include/configs/e2220-1170.h @@ -22,7 +22,6 @@ #define CONFIG_SYS_I2C_TEGRA /* SD/MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_TEGRA_MMC diff --git a/include/configs/edb93xx.h b/include/configs/edb93xx.h index 7053795..a83c617 100644 --- a/include/configs/edb93xx.h +++ b/include/configs/edb93xx.h @@ -234,7 +234,6 @@ #ifdef CONFIG_EP93XX_SPI_MMC #define CONFIG_EP93XX_SPI -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_MMC_SPI #define CONFIG_MMC_SPI_NPOWER_EGPIO 9 diff --git a/include/configs/ethernut5.h b/include/configs/ethernut5.h index b4a0388..c78eebf 100644 --- a/include/configs/ethernut5.h +++ b/include/configs/ethernut5.h @@ -127,7 +127,6 @@ /* MMC */ #ifdef CONFIG_CMD_MMC -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_GENERIC_ATMEL_MCI #define CONFIG_SYS_MMC_CD_PIN AT91_PIO_PORTC, 8 diff --git a/include/configs/exynos-common.h b/include/configs/exynos-common.h index 566f246..2a051a9 100644 --- a/include/configs/exynos-common.h +++ b/include/configs/exynos-common.h @@ -39,7 +39,6 @@ /* SD/MMC configuration */ #define CONFIG_GENERIC_MMC -#define CONFIG_MMC #define CONFIG_S5P_SDHCI #define CONFIG_SDHCI #define CONFIG_DWMMC diff --git a/include/configs/galileo.h b/include/configs/galileo.h index 6d25035..b87b04d 100644 --- a/include/configs/galileo.h +++ b/include/configs/galileo.h @@ -30,7 +30,6 @@ #undef CONFIG_SCSI /* SD/MMC support */ -#define CONFIG_MMC #define CONFIG_SDHCI #define CONFIG_GENERIC_MMC #define CONFIG_MMC_SDMA diff --git a/include/configs/ge_bx50v3.h b/include/configs/ge_bx50v3.h index 2560c88..0039c8c 100644 --- a/include/configs/ge_bx50v3.h +++ b/include/configs/ge_bx50v3.h @@ -67,7 +67,6 @@ #define CONFIG_FSL_ESDHC #define CONFIG_FSL_USDHC #define CONFIG_SYS_FSL_ESDHC_ADDR 0 -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_BOUNCE_BUFFER #define CONFIG_DOS_PARTITION diff --git a/include/configs/gose.h b/include/configs/gose.h index 23707ed..45395cd 100644 --- a/include/configs/gose.h +++ b/include/configs/gose.h @@ -94,7 +94,6 @@ #define CONFIG_SMSTP7_ENA 0x00200000 /* SDHI */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_SH_SDHI_FREQ 97500000 diff --git a/include/configs/harmony.h b/include/configs/harmony.h index 3d6b5fc..cf3c493 100644 --- a/include/configs/harmony.h +++ b/include/configs/harmony.h @@ -27,7 +27,6 @@ #define CONFIG_MACH_TYPE MACH_TYPE_HARMONY /* SD/MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_TEGRA_MMC diff --git a/include/configs/hikey.h b/include/configs/hikey.h index 7a03d0f..c725833 100644 --- a/include/configs/hikey.h +++ b/include/configs/hikey.h @@ -72,7 +72,6 @@ /* SD/MMC configuration */ #define CONFIG_GENERIC_MMC -#define CONFIG_MMC #define CONFIG_DWMMC #define CONFIG_HIKEY_DWMMC #define CONFIG_BOUNCE_BUFFER diff --git a/include/configs/hrcon.h b/include/configs/hrcon.h index 9677aab..9f07657 100644 --- a/include/configs/hrcon.h +++ b/include/configs/hrcon.h @@ -24,7 +24,6 @@ #define CONFIG_BOARD_EARLY_INIT_R #define CONFIG_LAST_STAGE_INIT -#define CONFIG_MMC #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC83xx_ESDHC_ADDR #define CONFIG_SYS_FSL_ERRATUM_ESDHC111 diff --git a/include/configs/imx27lite-common.h b/include/configs/imx27lite-common.h index 14c43b8..30168bc 100644 --- a/include/configs/imx27lite-common.h +++ b/include/configs/imx27lite-common.h @@ -137,7 +137,6 @@ /* * SD/MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_MXC_MMC #define CONFIG_DOS_PARTITION diff --git a/include/configs/jetson-tk1.h b/include/configs/jetson-tk1.h index 90e282f..c1fa2c6 100644 --- a/include/configs/jetson-tk1.h +++ b/include/configs/jetson-tk1.h @@ -26,7 +26,6 @@ #define CONFIG_SYS_I2C_TEGRA /* SD/MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_TEGRA_MMC diff --git a/include/configs/k2g_evm.h b/include/configs/k2g_evm.h index 2da0d8d..e9e69a7 100644 --- a/include/configs/k2g_evm.h +++ b/include/configs/k2g_evm.h @@ -61,7 +61,6 @@ #define PHY_ANEG_TIMEOUT 10000 /* PHY needs longer aneg time */ /* MMC/SD */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_OMAP_HSMMC diff --git a/include/configs/kc1.h b/include/configs/kc1.h index 76f2b8b..7a4ba09 100644 --- a/include/configs/kc1.h +++ b/include/configs/kc1.h @@ -88,7 +88,6 @@ * MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_OMAP_HSMMC diff --git a/include/configs/koelsch.h b/include/configs/koelsch.h index a1d96ff..c7aa7cc0 100644 --- a/include/configs/koelsch.h +++ b/include/configs/koelsch.h @@ -94,7 +94,6 @@ #define CONFIG_SMSTP7_ENA 0x00200000 /* SD */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_SH_SDHI_FREQ 97500000 diff --git a/include/configs/lager.h b/include/configs/lager.h index 664999c..a7894ca 100644 --- a/include/configs/lager.h +++ b/include/configs/lager.h @@ -86,7 +86,6 @@ #define CONFIG_USB_MAX_CONTROLLER_COUNT 3 /* MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_SH_MMCIF diff --git a/include/configs/legoev3.h b/include/configs/legoev3.h index f2f82ac..3b118bb 100644 --- a/include/configs/legoev3.h +++ b/include/configs/legoev3.h @@ -215,7 +215,6 @@ #define CONFIG_ENV_SIZE (16 << 10) /* SD/MMC configuration */ -#define CONFIG_MMC #define CONFIG_DAVINCI_MMC_SD1 #define CONFIG_GENERIC_MMC #define CONFIG_DAVINCI_MMC diff --git a/include/configs/ls1012aqds.h b/include/configs/ls1012aqds.h index 0cc1791..b5b4d7e 100644 --- a/include/configs/ls1012aqds.h +++ b/include/configs/ls1012aqds.h @@ -131,7 +131,6 @@ #endif /* MMC */ -#define CONFIG_MMC #ifdef CONFIG_MMC #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 diff --git a/include/configs/ls1012ardb.h b/include/configs/ls1012ardb.h index 15410dd..f35fd31 100644 --- a/include/configs/ls1012ardb.h +++ b/include/configs/ls1012ardb.h @@ -44,7 +44,6 @@ #define __SW_REV_B 0xF0 /* MMC */ -#define CONFIG_MMC #ifdef CONFIG_MMC #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 diff --git a/include/configs/ls1021aiot.h b/include/configs/ls1021aiot.h index 7af4bc4..ae8ee24 100644 --- a/include/configs/ls1021aiot.h +++ b/include/configs/ls1021aiot.h @@ -156,7 +156,6 @@ /* * MMC */ -#define CONFIG_MMC #define CONFIG_CMD_MMC #define CONFIG_FSL_ESDHC #define CONFIG_GENERIC_MMC diff --git a/include/configs/ls1021aqds.h b/include/configs/ls1021aqds.h index 128da8a..6f857a7 100644 --- a/include/configs/ls1021aqds.h +++ b/include/configs/ls1021aqds.h @@ -393,7 +393,6 @@ unsigned long get_board_ddr_clk(void); /* * MMC */ -#define CONFIG_MMC #define CONFIG_FSL_ESDHC #define CONFIG_GENERIC_MMC diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h index 1458332..b48cd00 100644 --- a/include/configs/ls1021atwr.h +++ b/include/configs/ls1021atwr.h @@ -294,7 +294,6 @@ /* * MMC */ -#define CONFIG_MMC #define CONFIG_FSL_ESDHC #define CONFIG_GENERIC_MMC diff --git a/include/configs/ls1043a_common.h b/include/configs/ls1043a_common.h index c1e3ec6..3e70464 100644 --- a/include/configs/ls1043a_common.h +++ b/include/configs/ls1043a_common.h @@ -147,7 +147,6 @@ #define CONFIG_CMD_ENV /* MMC */ -#define CONFIG_MMC #ifdef CONFIG_MMC #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 diff --git a/include/configs/ls1046a_common.h b/include/configs/ls1046a_common.h index 3887faa..40e6af8 100644 --- a/include/configs/ls1046a_common.h +++ b/include/configs/ls1046a_common.h @@ -115,7 +115,6 @@ #define CONFIG_CMD_ENV /* MMC */ -#define CONFIG_MMC #ifdef CONFIG_MMC #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 diff --git a/include/configs/ls2080a_simu.h b/include/configs/ls2080a_simu.h index f0ec6c4..07be30c 100644 --- a/include/configs/ls2080a_simu.h +++ b/include/configs/ls2080a_simu.h @@ -133,7 +133,6 @@ #define CONFIG_SYS_CS1_FTIM3 CONFIG_SYS_NAND_FTIM3 /* MMC */ -#define CONFIG_MMC #ifdef CONFIG_MMC #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 diff --git a/include/configs/ls2080aqds.h b/include/configs/ls2080aqds.h index 838568f..37d5704 100644 --- a/include/configs/ls2080aqds.h +++ b/include/configs/ls2080aqds.h @@ -355,7 +355,6 @@ unsigned long get_board_ddr_clk(void); #endif /* MMC */ -#define CONFIG_MMC #ifdef CONFIG_MMC #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h index 31df781..713e86b 100644 --- a/include/configs/ls2080ardb.h +++ b/include/configs/ls2080ardb.h @@ -299,7 +299,6 @@ unsigned long get_board_sys_clk(void); #endif /* MMC */ -#define CONFIG_MMC #ifdef CONFIG_MMC #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33 diff --git a/include/configs/m53evk.h b/include/configs/m53evk.h index 7e05bfd..8ec98fd 100644 --- a/include/configs/m53evk.h +++ b/include/configs/m53evk.h @@ -82,7 +82,6 @@ * MMC Driver */ #ifdef CONFIG_CMD_MMC -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_ESDHC_ADDR 0 diff --git a/include/configs/ma5d4evk.h b/include/configs/ma5d4evk.h index 91037d6..de83d6c 100644 --- a/include/configs/ma5d4evk.h +++ b/include/configs/ma5d4evk.h @@ -87,7 +87,6 @@ * SD/MMC */ #ifdef CONFIG_CMD_MMC -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_GENERIC_ATMEL_MCI #endif diff --git a/include/configs/mcx.h b/include/configs/mcx.h index 0c6b1e8..f15abd3 100644 --- a/include/configs/mcx.h +++ b/include/configs/mcx.h @@ -81,7 +81,6 @@ #define CONFIG_BAUDRATE 115200 #define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600,\ 115200} -#define CONFIG_MMC #define CONFIG_OMAP_HSMMC #define CONFIG_GENERIC_MMC #define CONFIG_DOS_PARTITION diff --git a/include/configs/medcom-wide.h b/include/configs/medcom-wide.h index ae7ca3b..d42976b 100644 --- a/include/configs/medcom-wide.h +++ b/include/configs/medcom-wide.h @@ -20,7 +20,6 @@ #define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE /* SD/MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_TEGRA_MMC diff --git a/include/configs/minnowmax.h b/include/configs/minnowmax.h index 3aa22d2..2922271 100644 --- a/include/configs/minnowmax.h +++ b/include/configs/minnowmax.h @@ -27,7 +27,6 @@ {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_VALLEYVIEW_SATA}, \ {PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_VALLEYVIEW_SATA_ALT} -#define CONFIG_MMC #define CONFIG_SDHCI #define CONFIG_GENERIC_MMC #define CONFIG_MMC_SDMA diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h index 81826ea..3853c05 100644 --- a/include/configs/mx25pdk.h +++ b/include/configs/mx25pdk.h @@ -87,7 +87,6 @@ #define CONFIG_ENV_OVERWRITE /* ESDHC driver */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_ESDHC_ADDR IMX_MMC_SDHC1_BASE diff --git a/include/configs/mx35pdk.h b/include/configs/mx35pdk.h index 3f064fd..c0fb8d1 100644 --- a/include/configs/mx35pdk.h +++ b/include/configs/mx35pdk.h @@ -219,7 +219,6 @@ #define CONFIG_MXC_USB_PORTSC (MXC_EHCI_UTMI_16BIT | MXC_EHCI_MODE_UTMI) /* mmc driver */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_ESDHC_ADDR 0 diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index 3c1d53f..b62360b 100644 --- a/include/configs/mx51evk.h +++ b/include/configs/mx51evk.h @@ -67,8 +67,6 @@ #define CONFIG_SYS_FSL_ESDHC_ADDR MMC_SDHC1_BASE_ADDR #define CONFIG_SYS_FSL_ESDHC_NUM 2 -#define CONFIG_MMC - #define CONFIG_GENERIC_MMC #define CONFIG_DOS_PARTITION diff --git a/include/configs/mx53ard.h b/include/configs/mx53ard.h index 27e7738..d84d524 100644 --- a/include/configs/mx53ard.h +++ b/include/configs/mx53ard.h @@ -53,7 +53,6 @@ #define CONFIG_SYS_FSL_ESDHC_ADDR 0 #define CONFIG_SYS_FSL_ESDHC_NUM 2 -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_DOS_PARTITION diff --git a/include/configs/mx53cx9020.h b/include/configs/mx53cx9020.h index 87c75d4..8fec94e 100644 --- a/include/configs/mx53cx9020.h +++ b/include/configs/mx53cx9020.h @@ -38,7 +38,6 @@ #define CONFIG_SYS_FSL_ESDHC_ADDR 0 #define CONFIG_SYS_FSL_ESDHC_NUM 2 -#define CONFIG_MMC #define CONFIG_GENERIC_MMC /* bootz: zImage/initrd.img support */ diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h index 7a896c7..aa82928 100644 --- a/include/configs/mx53evk.h +++ b/include/configs/mx53evk.h @@ -52,7 +52,6 @@ #define CONFIG_SYS_FSL_ESDHC_ADDR 0 #define CONFIG_SYS_FSL_ESDHC_NUM 2 -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_DOS_PARTITION diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 6cc5d9c..6cc5f0f 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -38,7 +38,6 @@ #define CONFIG_SYS_FSL_ESDHC_ADDR 0 #define CONFIG_SYS_FSL_ESDHC_NUM 2 -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_DOS_PARTITION diff --git a/include/configs/mx53smd.h b/include/configs/mx53smd.h index 262a913..ad4964c 100644 --- a/include/configs/mx53smd.h +++ b/include/configs/mx53smd.h @@ -43,7 +43,6 @@ #define CONFIG_SYS_FSL_ESDHC_ADDR 0 #define CONFIG_SYS_FSL_ESDHC_NUM 1 -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_DOS_PARTITION diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h index e79ec21..3bb939e 100644 --- a/include/configs/mx6_common.h +++ b/include/configs/mx6_common.h @@ -82,7 +82,6 @@ #define CONFIG_MXC_GPIO /* MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_BOUNCE_BUFFER #define CONFIG_FSL_ESDHC diff --git a/include/configs/mx7_common.h b/include/configs/mx7_common.h index 0645228..4348b43 100644 --- a/include/configs/mx7_common.h +++ b/include/configs/mx7_common.h @@ -60,7 +60,6 @@ #define CONFIG_MXC_UART /* MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_BOUNCE_BUFFER #define CONFIG_FSL_ESDHC diff --git a/include/configs/mxs.h b/include/configs/mxs.h index df0cc23..04c3ce9 100644 --- a/include/configs/mxs.h +++ b/include/configs/mxs.h @@ -148,7 +148,6 @@ /* MMC */ #ifdef CONFIG_CMD_MMC -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_BOUNCE_BUFFER #define CONFIG_MXS_MMC diff --git a/include/configs/nokia_rx51.h b/include/configs/nokia_rx51.h index ce74322..99ce60f 100644 --- a/include/configs/nokia_rx51.h +++ b/include/configs/nokia_rx51.h @@ -93,7 +93,6 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_BAUDRATE 115200 #define CONFIG_SYS_BAUDRATE_TABLE { 4800, 9600, 19200, 38400, 57600, 115200 } -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_OMAP_HSMMC #define CONFIG_DOS_PARTITION diff --git a/include/configs/nyan-big.h b/include/configs/nyan-big.h index c548ee1..ae49054 100644 --- a/include/configs/nyan-big.h +++ b/include/configs/nyan-big.h @@ -25,7 +25,6 @@ #define CONFIG_SYS_I2C_TEGRA /* SD/MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_TEGRA_MMC diff --git a/include/configs/omap3_evm.h b/include/configs/omap3_evm.h index 6388a9c..1a67584 100644 --- a/include/configs/omap3_evm.h +++ b/include/configs/omap3_evm.h @@ -47,7 +47,6 @@ */ /* MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_OMAP_HSMMC diff --git a/include/configs/omapl138_lcdk.h b/include/configs/omapl138_lcdk.h index 8119fb2..cdc93c3 100644 --- a/include/configs/omapl138_lcdk.h +++ b/include/configs/omapl138_lcdk.h @@ -328,7 +328,6 @@ #endif /* SD/MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_DAVINCI_MMC diff --git a/include/configs/openrd.h b/include/configs/openrd.h index 908a1af..c21b849 100644 --- a/include/configs/openrd.h +++ b/include/configs/openrd.h @@ -107,7 +107,6 @@ #endif /*CONFIG_MVSATA_IDE*/ #ifdef CONFIG_CMD_MMC -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_MVEBU_MMC #define CONFIG_SYS_MMC_BASE KW_SDIO_BASE diff --git a/include/configs/p1_p2_rdb_pc.h b/include/configs/p1_p2_rdb_pc.h index c20ef5e..8668495 100644 --- a/include/configs/p1_p2_rdb_pc.h +++ b/include/configs/p1_p2_rdb_pc.h @@ -846,8 +846,6 @@ #define CONFIG_USB_MAX_CONTROLLER_COUNT 1 #endif -#define CONFIG_MMC - #ifdef CONFIG_MMC #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC85xx_ESDHC_ADDR diff --git a/include/configs/p1_twr.h b/include/configs/p1_twr.h index 5ff2e35..a9b2020 100644 --- a/include/configs/p1_twr.h +++ b/include/configs/p1_twr.h @@ -412,8 +412,6 @@ extern unsigned long get_board_sys_clk(unsigned long dummy); #endif #endif -#define CONFIG_MMC - #ifdef CONFIG_MMC #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC85xx_ESDHC_ADDR diff --git a/include/configs/p2371-0000.h b/include/configs/p2371-0000.h index 968b89e..cd981b9 100644 --- a/include/configs/p2371-0000.h +++ b/include/configs/p2371-0000.h @@ -22,7 +22,6 @@ #define CONFIG_SYS_I2C_TEGRA /* SD/MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_TEGRA_MMC diff --git a/include/configs/p2371-2180.h b/include/configs/p2371-2180.h index 9cf697f..7ff545c 100644 --- a/include/configs/p2371-2180.h +++ b/include/configs/p2371-2180.h @@ -22,7 +22,6 @@ #define CONFIG_SYS_I2C_TEGRA /* SD/MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_TEGRA_MMC diff --git a/include/configs/p2571.h b/include/configs/p2571.h index 4fa345d..7daaf8e 100644 --- a/include/configs/p2571.h +++ b/include/configs/p2571.h @@ -23,7 +23,6 @@ #define CONFIG_SYS_I2C_TEGRA /* SD/MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_TEGRA_MMC diff --git a/include/configs/p2771-0000.h b/include/configs/p2771-0000.h index 67a1603..0864e4d 100644 --- a/include/configs/p2771-0000.h +++ b/include/configs/p2771-0000.h @@ -18,7 +18,6 @@ #define CONFIG_SYS_I2C_TEGRA /* SD/MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_TEGRA_MMC diff --git a/include/configs/paz00.h b/include/configs/paz00.h index a8bb3ff..0cefee3 100644 --- a/include/configs/paz00.h +++ b/include/configs/paz00.h @@ -23,7 +23,6 @@ #define CONFIG_MACH_TYPE MACH_TYPE_PAZ00 /* SD/MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_TEGRA_MMC diff --git a/include/configs/pcm052.h b/include/configs/pcm052.h index e70c3f0..3963efd 100644 --- a/include/configs/pcm052.h +++ b/include/configs/pcm052.h @@ -65,7 +65,6 @@ #endif -#define CONFIG_MMC #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_ESDHC_ADDR 0 #define CONFIG_SYS_FSL_ESDHC_NUM 1 diff --git a/include/configs/pepper.h b/include/configs/pepper.h index d9c84f2..2aa63fc 100644 --- a/include/configs/pepper.h +++ b/include/configs/pepper.h @@ -7,7 +7,6 @@ #ifndef __CONFIG_PEPPER_H #define __CONFIG_PEPPER_H -#define CONFIG_MMC #include #undef CONFIG_BOARD_LATE_INIT diff --git a/include/configs/pic32mzdask.h b/include/configs/pic32mzdask.h index 52b7a2a..57b91e7 100644 --- a/include/configs/pic32mzdask.h +++ b/include/configs/pic32mzdask.h @@ -92,7 +92,6 @@ * SDHC Configuration */ #define CONFIG_SDHCI -#define CONFIG_MMC #define CONFIG_GENERIC_MMC /*-------------------------------------------------- diff --git a/include/configs/pico-imx6ul.h b/include/configs/pico-imx6ul.h index a214c4d..2bd7076 100644 --- a/include/configs/pico-imx6ul.h +++ b/include/configs/pico-imx6ul.h @@ -37,7 +37,6 @@ #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_ESDHC_ADDR USDHC1_BASE_ADDR -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_DOS_PARTITION #define CONFIG_SUPPORT_EMMC_BOOT diff --git a/include/configs/picosam9g45.h b/include/configs/picosam9g45.h index 9051c1c..20fb036 100644 --- a/include/configs/picosam9g45.h +++ b/include/configs/picosam9g45.h @@ -92,7 +92,6 @@ /* MMC */ #ifdef CONFIG_CMD_MMC -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_GENERIC_ATMEL_MCI #endif diff --git a/include/configs/plutux.h b/include/configs/plutux.h index 635e439..8ad5af1 100644 --- a/include/configs/plutux.h +++ b/include/configs/plutux.h @@ -20,7 +20,6 @@ #define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE /* SD/MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_TEGRA_MMC diff --git a/include/configs/porter.h b/include/configs/porter.h index 7d8a095..ccaa796 100644 --- a/include/configs/porter.h +++ b/include/configs/porter.h @@ -88,7 +88,6 @@ #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 /* SD */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_SH_SDHI_FREQ 97500000 diff --git a/include/configs/pxa-common.h b/include/configs/pxa-common.h index 3fa7739..4598bd9 100644 --- a/include/configs/pxa-common.h +++ b/include/configs/pxa-common.h @@ -22,7 +22,6 @@ * MMC Card Configuration */ #ifdef CONFIG_CMD_MMC -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_PXA_MMC_GENERIC #define CONFIG_DOS_PARTITION diff --git a/include/configs/rk3036_common.h b/include/configs/rk3036_common.h index 92be29e..27dfbce 100644 --- a/include/configs/rk3036_common.h +++ b/include/configs/rk3036_common.h @@ -37,7 +37,6 @@ #define CONFIG_ROCKCHIP_CHIP_TAG "RK30" /* MMC/SD IP block */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_DWMMC #define CONFIG_BOUNCE_BUFFER diff --git a/include/configs/rk3288_common.h b/include/configs/rk3288_common.h index 5358372..535797a 100644 --- a/include/configs/rk3288_common.h +++ b/include/configs/rk3288_common.h @@ -40,7 +40,6 @@ #define CONFIG_SPL_TEXT_BASE 0xff704004 /* MMC/SD IP block */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_DWMMC #define CONFIG_BOUNCE_BUFFER diff --git a/include/configs/rk3399_common.h b/include/configs/rk3399_common.h index aa646c6..394ec40 100644 --- a/include/configs/rk3399_common.h +++ b/include/configs/rk3399_common.h @@ -27,7 +27,6 @@ #define CONFIG_SYS_BOOTM_LEN (64 << 20) /* 64M */ /* MMC/SD IP block */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_DWMMC #define CONFIG_SDHCI diff --git a/include/configs/rpi.h b/include/configs/rpi.h index 4406366..b105fc1 100644 --- a/include/configs/rpi.h +++ b/include/configs/rpi.h @@ -83,7 +83,6 @@ /* SD/MMC configuration */ #define CONFIG_GENERIC_MMC -#define CONFIG_MMC #define CONFIG_SDHCI #define CONFIG_MMC_SDHCI_IO_ACCESSORS #define CONFIG_BCM2835_SDHCI diff --git a/include/configs/s32v234evb.h b/include/configs/s32v234evb.h index 9f85fdc..c55f6b9 100644 --- a/include/configs/s32v234evb.h +++ b/include/configs/s32v234evb.h @@ -77,7 +77,6 @@ #undef CONFIG_CMD_IMLS -#define CONFIG_MMC #define CONFIG_FSL_ESDHC #define CONFIG_FSL_USDHC #define CONFIG_SYS_FSL_ESDHC_ADDR USDHC_BASE_ADDR diff --git a/include/configs/s5p_goni.h b/include/configs/s5p_goni.h index 6a5425a..c1057aa 100644 --- a/include/configs/s5p_goni.h +++ b/include/configs/s5p_goni.h @@ -48,7 +48,6 @@ /* MMC */ #define CONFIG_GENERIC_MMC -#define CONFIG_MMC #define CONFIG_SDHCI #define CONFIG_S5P_SDHCI #define SDHCI_MAX_HOSTS 4 diff --git a/include/configs/sama5d3_xplained.h b/include/configs/sama5d3_xplained.h index f48559e..b840315 100644 --- a/include/configs/sama5d3_xplained.h +++ b/include/configs/sama5d3_xplained.h @@ -81,7 +81,6 @@ /* MMC */ #ifdef CONFIG_CMD_MMC -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_GENERIC_ATMEL_MCI #define CONFIG_ATMEL_MCI_8BIT diff --git a/include/configs/sama5d3xek.h b/include/configs/sama5d3xek.h index ed91bdc..831a45c 100644 --- a/include/configs/sama5d3xek.h +++ b/include/configs/sama5d3xek.h @@ -113,7 +113,6 @@ /* MMC */ #ifdef CONFIG_CMD_MMC -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_GENERIC_ATMEL_MCI #define ATMEL_BASE_MMCI ATMEL_BASE_MCI0 diff --git a/include/configs/sama5d4_xplained.h b/include/configs/sama5d4_xplained.h index 5d78847..bcd5c37 100644 --- a/include/configs/sama5d4_xplained.h +++ b/include/configs/sama5d4_xplained.h @@ -64,7 +64,6 @@ /* MMC */ #ifdef CONFIG_CMD_MMC -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_GENERIC_ATMEL_MCI #define ATMEL_BASE_MMCI ATMEL_BASE_MCI1 diff --git a/include/configs/sama5d4ek.h b/include/configs/sama5d4ek.h index 498b32b..9009730 100644 --- a/include/configs/sama5d4ek.h +++ b/include/configs/sama5d4ek.h @@ -64,7 +64,6 @@ /* MMC */ #ifdef CONFIG_CMD_MMC -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_GENERIC_ATMEL_MCI #define ATMEL_BASE_MMCI ATMEL_BASE_MCI1 diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h index 2b6509a..3ee6555 100644 --- a/include/configs/seaboard.h +++ b/include/configs/seaboard.h @@ -32,7 +32,6 @@ #define CONFIG_SYS_I2C_TEGRA /* SD/MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_TEGRA_MMC diff --git a/include/configs/sh7752evb.h b/include/configs/sh7752evb.h index 67ca4a6..e2af82d 100644 --- a/include/configs/sh7752evb.h +++ b/include/configs/sh7752evb.h @@ -88,7 +88,6 @@ #define CONFIG_SH_SPI_BASE 0xfe002000 /* MMCIF */ -#define CONFIG_MMC 1 #define CONFIG_GENERIC_MMC 1 #define CONFIG_SH_MMCIF 1 #define CONFIG_SH_MMCIF_ADDR 0xffcb0000 diff --git a/include/configs/sh7753evb.h b/include/configs/sh7753evb.h index d77b470..0859109 100644 --- a/include/configs/sh7753evb.h +++ b/include/configs/sh7753evb.h @@ -88,7 +88,6 @@ #define CONFIG_SH_SPI_BASE 0xfe002000 /* MMCIF */ -#define CONFIG_MMC 1 #define CONFIG_GENERIC_MMC 1 #define CONFIG_SH_MMCIF 1 #define CONFIG_SH_MMCIF_ADDR 0xffcb0000 diff --git a/include/configs/sh7757lcr.h b/include/configs/sh7757lcr.h index efb7ad9..05b5faa 100644 --- a/include/configs/sh7757lcr.h +++ b/include/configs/sh7757lcr.h @@ -89,7 +89,6 @@ #define CONFIG_SH_SPI_BASE 0xfe002000 /* MMCIF */ -#define CONFIG_MMC 1 #define CONFIG_GENERIC_MMC 1 #define CONFIG_SH_MMCIF 1 #define CONFIG_SH_MMCIF_ADDR 0xffcb0000 diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h index 748a2ea..9f22d4c 100644 --- a/include/configs/sheevaplug.h +++ b/include/configs/sheevaplug.h @@ -83,7 +83,6 @@ * SDIO/MMC Card Configuration */ #ifdef CONFIG_CMD_MMC -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_MVEBU_MMC #define CONFIG_SYS_MMC_BASE KW_SDIO_BASE diff --git a/include/configs/siemens-am33x-common.h b/include/configs/siemens-am33x-common.h index 4564296..e4d0ad9 100644 --- a/include/configs/siemens-am33x-common.h +++ b/include/configs/siemens-am33x-common.h @@ -77,7 +77,6 @@ #define CONFIG_SYS_LOAD_ADDR 0x81000000 /* Default load address */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_OMAP_HSMMC #define CONFIG_DOS_PARTITION diff --git a/include/configs/silk.h b/include/configs/silk.h index 19c6297..a343cd1 100644 --- a/include/configs/silk.h +++ b/include/configs/silk.h @@ -88,7 +88,6 @@ #define CONFIG_USB_MAX_CONTROLLER_COUNT 2 /* MMCIF */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_SH_MMCIF #define CONFIG_SH_MMCIF_ADDR 0xee200000 diff --git a/include/configs/snapper9g45.h b/include/configs/snapper9g45.h index c76c55f..a19a38b 100644 --- a/include/configs/snapper9g45.h +++ b/include/configs/snapper9g45.h @@ -71,7 +71,6 @@ #define CONFIG_PARTITION_UUIDS /* MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_GENERIC_ATMEL_MCI diff --git a/include/configs/sniper.h b/include/configs/sniper.h index e12b101..0a3d242 100644 --- a/include/configs/sniper.h +++ b/include/configs/sniper.h @@ -95,7 +95,6 @@ * MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_OMAP_HSMMC diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index 58a6550..2c40827 100644 --- a/include/configs/socfpga_common.h +++ b/include/configs/socfpga_common.h @@ -142,7 +142,6 @@ * MMC Driver */ #ifdef CONFIG_CMD_MMC -#define CONFIG_MMC #define CONFIG_BOUNCE_BUFFER #define CONFIG_GENERIC_MMC #define CONFIG_DWMMC diff --git a/include/configs/stout.h b/include/configs/stout.h index e3b9325..0d9e4aa 100644 --- a/include/configs/stout.h +++ b/include/configs/stout.h @@ -92,7 +92,6 @@ #define CONFIG_USB_MAX_CONTROLLER_COUNT 3 /* MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC /* Module stop status bits */ diff --git a/include/configs/strider.h b/include/configs/strider.h index 6604cec..9733299 100644 --- a/include/configs/strider.h +++ b/include/configs/strider.h @@ -24,7 +24,6 @@ #define CONFIG_BOARD_EARLY_INIT_R #define CONFIG_LAST_STAGE_INIT -#define CONFIG_MMC #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_ESDHC_ADDR CONFIG_SYS_MPC83xx_ESDHC_ADDR #define CONFIG_SYS_FSL_ERRATUM_ESDHC111 diff --git a/include/configs/tam3517-common.h b/include/configs/tam3517-common.h index ff0c60d..44201a2 100644 --- a/include/configs/tam3517-common.h +++ b/include/configs/tam3517-common.h @@ -73,7 +73,6 @@ #define CONFIG_BAUDRATE 115200 #define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600,\ 115200} -#define CONFIG_MMC #define CONFIG_OMAP_HSMMC #define CONFIG_GENERIC_MMC #define CONFIG_DOS_PARTITION diff --git a/include/configs/tao3530.h b/include/configs/tao3530.h index a873e7b..03fc42c 100644 --- a/include/configs/tao3530.h +++ b/include/configs/tao3530.h @@ -71,7 +71,6 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_BAUDRATE 115200 #define CONFIG_GENERIC_MMC -#define CONFIG_MMC #define CONFIG_OMAP_HSMMC #define CONFIG_DOS_PARTITION diff --git a/include/configs/tcm-bf537.h b/include/configs/tcm-bf537.h index c294f70..97aa046 100644 --- a/include/configs/tcm-bf537.h +++ b/include/configs/tcm-bf537.h @@ -118,7 +118,6 @@ /* * SPI_MMC Settings */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_MMC_SPI diff --git a/include/configs/tec-ng.h b/include/configs/tec-ng.h index 0e9d98c..067e171 100644 --- a/include/configs/tec-ng.h +++ b/include/configs/tec-ng.h @@ -21,7 +21,6 @@ #define CONFIG_SYS_I2C_TEGRA /* SD/MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_TEGRA_MMC diff --git a/include/configs/tec.h b/include/configs/tec.h index 7b14299..c03dabf 100644 --- a/include/configs/tec.h +++ b/include/configs/tec.h @@ -20,7 +20,6 @@ #define CONFIG_SYS_NS16550_COM1 NV_PA_APB_UARTD_BASE /* SD/MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_TEGRA_MMC diff --git a/include/configs/tegra-common-post.h b/include/configs/tegra-common-post.h index a9990b7..5144d5a 100644 --- a/include/configs/tegra-common-post.h +++ b/include/configs/tegra-common-post.h @@ -115,9 +115,6 @@ #endif /* remove MMC support */ -#ifdef CONFIG_MMC -#undef CONFIG_MMC -#endif #ifdef CONFIG_GENERIC_MMC #undef CONFIG_GENERIC_MMC #endif diff --git a/include/configs/ti814x_evm.h b/include/configs/ti814x_evm.h index 6a5ed19..86ab1e0 100644 --- a/include/configs/ti814x_evm.h +++ b/include/configs/ti814x_evm.h @@ -113,7 +113,6 @@ #define CONFIG_SYS_LOAD_ADDR 0x81000000 /* Default */ #define CONFIG_OMAP_GPIO -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_OMAP_HSMMC #define CONFIG_DOS_PARTITION diff --git a/include/configs/ti816x_evm.h b/include/configs/ti816x_evm.h index 5db4c60..d909f25 100644 --- a/include/configs/ti816x_evm.h +++ b/include/configs/ti816x_evm.h @@ -52,7 +52,6 @@ #define CONFIG_CMD_ASKEN #define CONFIG_OMAP_GPIO -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_OMAP_HSMMC #define CONFIG_DOS_PARTITION diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h index d13fc94..dbe494a 100644 --- a/include/configs/ti_armv7_common.h +++ b/include/configs/ti_armv7_common.h @@ -168,7 +168,6 @@ #endif /* MMC/SD IP block */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC /* McSPI IP block */ diff --git a/include/configs/ti_armv7_keystone2.h b/include/configs/ti_armv7_keystone2.h index cfb4b30..28a80f5 100644 --- a/include/configs/ti_armv7_keystone2.h +++ b/include/configs/ti_armv7_keystone2.h @@ -306,7 +306,6 @@ /* We wont be loading up OS from SPL for now.. */ /* We do not have MMC support.. yet.. */ -#undef CONFIG_MMC #undef CONFIG_GENERIC_MMC /* And no support for GPIO, yet.. */ diff --git a/include/configs/tricorder.h b/include/configs/tricorder.h index 07a92eb..1c36d07 100644 --- a/include/configs/tricorder.h +++ b/include/configs/tricorder.h @@ -89,7 +89,6 @@ /* MMC */ #define CONFIG_GENERIC_MMC -#define CONFIG_MMC #define CONFIG_OMAP_HSMMC #define CONFIG_DOS_PARTITION diff --git a/include/configs/trimslice.h b/include/configs/trimslice.h index cfc8451..ff00614 100644 --- a/include/configs/trimslice.h +++ b/include/configs/trimslice.h @@ -28,7 +28,6 @@ #define CONFIG_SYS_I2C_TEGRA /* SD/MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_TEGRA_MMC diff --git a/include/configs/ts4800.h b/include/configs/ts4800.h index 2e5f38d..9050ae4 100644 --- a/include/configs/ts4800.h +++ b/include/configs/ts4800.h @@ -61,8 +61,6 @@ #define CONFIG_SYS_FSL_ERRATUM_ESDHC_A001 -#define CONFIG_MMC - #define CONFIG_GENERIC_MMC #define CONFIG_DOS_PARTITION diff --git a/include/configs/usbarmory.h b/include/configs/usbarmory.h index b2d54d5..904b772 100644 --- a/include/configs/usbarmory.h +++ b/include/configs/usbarmory.h @@ -43,7 +43,6 @@ #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_ESDHC_ADDR 0 #define CONFIG_SYS_FSL_ESDHC_NUM 1 -#define CONFIG_MMC #define CONFIG_GENERIC_MMC /* USB */ diff --git a/include/configs/venice2.h b/include/configs/venice2.h index 72fa973..7c7b200 100644 --- a/include/configs/venice2.h +++ b/include/configs/venice2.h @@ -23,7 +23,6 @@ #define CONFIG_SYS_I2C_TEGRA /* SD/MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_TEGRA_MMC diff --git a/include/configs/ventana.h b/include/configs/ventana.h index 7a38869..f5459a8 100644 --- a/include/configs/ventana.h +++ b/include/configs/ventana.h @@ -21,7 +21,6 @@ #define CONFIG_MACH_TYPE MACH_TYPE_VENTANA /* SD/MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_TEGRA_MMC diff --git a/include/configs/vexpress_common.h b/include/configs/vexpress_common.h index a8eba31..0bc4ea5 100644 --- a/include/configs/vexpress_common.h +++ b/include/configs/vexpress_common.h @@ -150,7 +150,6 @@ #define CONFIG_SYS_SERIAL0 V2M_UART0 #define CONFIG_SYS_SERIAL1 V2M_UART1 -#define CONFIG_MMC 1 #define CONFIG_GENERIC_MMC #define CONFIG_ARM_PL180_MMCI #define CONFIG_ARM_PL180_MMCI_BASE V2M_MMCI diff --git a/include/configs/vf610twr.h b/include/configs/vf610twr.h index 6aeb078..20f0d6e 100644 --- a/include/configs/vf610twr.h +++ b/include/configs/vf610twr.h @@ -64,7 +64,6 @@ "-(rootfs)" #endif -#define CONFIG_MMC #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_ESDHC_ADDR 0 #define CONFIG_SYS_FSL_ESDHC_NUM 1 diff --git a/include/configs/vinco.h b/include/configs/vinco.h index 0f3fc8f..07fe616 100644 --- a/include/configs/vinco.h +++ b/include/configs/vinco.h @@ -57,7 +57,6 @@ #ifdef CONFIG_CMD_MMC #define CONFIG_SUPPORT_EMMC_BOOT -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_GENERIC_ATMEL_MCI #define ATMEL_BASE_MMCI ATMEL_BASE_MCI1 diff --git a/include/configs/whistler.h b/include/configs/whistler.h index 0cd892e..ffd9a2c 100644 --- a/include/configs/whistler.h +++ b/include/configs/whistler.h @@ -25,7 +25,6 @@ #define CONFIG_SYS_I2C_TEGRA /* SD/MMC */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_TEGRA_MMC diff --git a/include/configs/woodburn_common.h b/include/configs/woodburn_common.h index 50495bf..4aaeea9 100644 --- a/include/configs/woodburn_common.h +++ b/include/configs/woodburn_common.h @@ -60,7 +60,6 @@ #define CONFIG_RTC_MC13XXX /* mmc driver */ -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_FSL_ESDHC #define CONFIG_SYS_FSL_ESDHC_ADDR 0 diff --git a/include/configs/xilinx_zynqmp.h b/include/configs/xilinx_zynqmp.h index fb4f6d6..97de137 100644 --- a/include/configs/xilinx_zynqmp.h +++ b/include/configs/xilinx_zynqmp.h @@ -81,7 +81,6 @@ #define CONFIG_AUTO_COMPLETE #if defined(CONFIG_ZYNQ_SDHCI) -# define CONFIG_MMC # define CONFIG_GENERIC_MMC # define CONFIG_SUPPORT_EMMC_BOOT # define CONFIG_SDHCI diff --git a/include/configs/zipitz2.h b/include/configs/zipitz2.h index 97dfc0e..a30aefb 100644 --- a/include/configs/zipitz2.h +++ b/include/configs/zipitz2.h @@ -62,7 +62,6 @@ * MMC Card Configuration */ #ifdef CONFIG_CMD_MMC -#define CONFIG_MMC #define CONFIG_GENERIC_MMC #define CONFIG_PXA_MMC_GENERIC #define CONFIG_SYS_MMC_BASE 0xF0000000 diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 953e731..01e2fca 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -85,7 +85,6 @@ /* MMC */ #if defined(CONFIG_ZYNQ_SDHCI) -# define CONFIG_MMC # define CONFIG_GENERIC_MMC # define CONFIG_SDHCI # define CONFIG_ZYNQ_SDHCI_MAX_FREQ 52000000