[U-Boot] [PATCH v3 3/6] mmc: tegra: move CONFIG_TEGRA_MMC from headers to defconfigs

Jaehoon Chung jh80.chung at samsung.com
Tue Dec 27 23:22:31 CET 2016


On 12/22/2016 01:26 PM, Marcel Ziswiler wrote:
> From: Marcel Ziswiler <marcel.ziswiler at toradex.com>
> 
> Basically running the following script:
> 
> tools/moveconfig.py CONFIG_TEGRA_MMC
> 
> Note that I left the SPL specific handling in
> include/configs/tegra-common-post.h unchanged.
> 
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler at toradex.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>

Reviewed-by: Jaehoon Chung <jh80.chung at samsung.com>

Best Regards,
Jaehoon Chung
> 
> ---
> 
> Changes in v3:
> - My recent fresh install of Fedora 25 was missing an aarch64 toolchain
>   which made moveconfig.py not properly handle the 6 newer Tegras. I now
>   re-run moveconfig.py after installing an aarch64 toolchain and it all
>   looks sane. Sorry about that, Tom.
> 
> Changes in v2:
> - Added Simon's reviewed-by.
> 
> BTW: I will look at converting tegra to use CONFIG_BLK and
> CONFIG_DM_MMC_OPS in a later separate step.
> 
> ---
>  configs/apalis-tk1_defconfig     | 1 +
>  configs/apalis_t30_defconfig     | 1 +
>  configs/beaver_defconfig         | 1 +
>  configs/cardhu_defconfig         | 1 +
>  configs/cei-tk1-som_defconfig    | 1 +
>  configs/colibri_t20_defconfig    | 1 +
>  configs/colibri_t30_defconfig    | 1 +
>  configs/dalmore_defconfig        | 1 +
>  configs/e2220-1170_defconfig     | 9 +--------
>  configs/harmony_defconfig        | 1 +
>  configs/jetson-tk1_defconfig     | 1 +
>  configs/medcom-wide_defconfig    | 1 +
>  configs/nyan-big_defconfig       | 1 +
>  configs/p2371-0000_defconfig     | 9 +--------
>  configs/p2371-2180_defconfig     | 9 +--------
>  configs/p2571_defconfig          | 9 +--------
>  configs/p2771-0000-000_defconfig | 9 +--------
>  configs/p2771-0000-500_defconfig | 9 +--------
>  configs/paz00_defconfig          | 1 +
>  configs/plutux_defconfig         | 1 +
>  configs/seaboard_defconfig       | 1 +
>  configs/tec-ng_defconfig         | 1 +
>  configs/tec_defconfig            | 1 +
>  configs/trimslice_defconfig      | 1 +
>  configs/venice2_defconfig        | 1 +
>  configs/ventana_defconfig        | 1 +
>  configs/whistler_defconfig       | 1 +
>  include/configs/apalis-tk1.h     | 1 -
>  include/configs/apalis_t30.h     | 1 -
>  include/configs/beaver.h         | 1 -
>  include/configs/cardhu.h         | 1 -
>  include/configs/cei-tk1-som.h    | 1 -
>  include/configs/colibri_t20.h    | 1 -
>  include/configs/colibri_t30.h    | 1 -
>  include/configs/dalmore.h        | 1 -
>  include/configs/e2220-1170.h     | 1 -
>  include/configs/harmony.h        | 1 -
>  include/configs/jetson-tk1.h     | 1 -
>  include/configs/medcom-wide.h    | 1 -
>  include/configs/nyan-big.h       | 1 -
>  include/configs/p2371-0000.h     | 1 -
>  include/configs/p2371-2180.h     | 1 -
>  include/configs/p2571.h          | 1 -
>  include/configs/p2771-0000.h     | 1 -
>  include/configs/paz00.h          | 1 -
>  include/configs/plutux.h         | 1 -
>  include/configs/seaboard.h       | 1 -
>  include/configs/tec-ng.h         | 1 -
>  include/configs/tec.h            | 1 -
>  include/configs/trimslice.h      | 1 -
>  include/configs/venice2.h        | 1 -
>  include/configs/ventana.h        | 1 -
>  include/configs/whistler.h       | 1 -
>  scripts/config_whitelist.txt     | 1 -
>  54 files changed, 27 insertions(+), 75 deletions(-)
> 
> diff --git a/configs/apalis-tk1_defconfig b/configs/apalis-tk1_defconfig
> index ae95f6b..c1caef1 100644
> --- a/configs/apalis-tk1_defconfig
> +++ b/configs/apalis-tk1_defconfig
> @@ -36,6 +36,7 @@ CONFIG_SPL_DM=y
>  CONFIG_DFU_MMC=y
>  CONFIG_DFU_RAM=y
>  # CONFIG_DM_MMC_OPS is not set
> +CONFIG_TEGRA_MMC=y
>  CONFIG_E1000=y
>  CONFIG_PCI=y
>  CONFIG_DM_PCI=y
> diff --git a/configs/apalis_t30_defconfig b/configs/apalis_t30_defconfig
> index 691148c..0822e2e 100644
> --- a/configs/apalis_t30_defconfig
> +++ b/configs/apalis_t30_defconfig
> @@ -25,6 +25,7 @@ CONFIG_SPL_DM=y
>  CONFIG_DFU_MMC=y
>  CONFIG_DFU_RAM=y
>  # CONFIG_DM_MMC_OPS is not set
> +CONFIG_TEGRA_MMC=y
>  CONFIG_E1000=y
>  CONFIG_PCI=y
>  CONFIG_DM_PCI=y
> diff --git a/configs/beaver_defconfig b/configs/beaver_defconfig
> index 5cb73c0..69c9ccd 100644
> --- a/configs/beaver_defconfig
> +++ b/configs/beaver_defconfig
> @@ -28,6 +28,7 @@ CONFIG_DFU_MMC=y
>  CONFIG_DFU_RAM=y
>  CONFIG_DFU_SF=y
>  # CONFIG_DM_MMC_OPS is not set
> +CONFIG_TEGRA_MMC=y
>  CONFIG_SPI_FLASH=y
>  CONFIG_SPI_FLASH_WINBOND=y
>  CONFIG_RTL8169=y
> diff --git a/configs/cardhu_defconfig b/configs/cardhu_defconfig
> index 0214758..e8e8b20 100644
> --- a/configs/cardhu_defconfig
> +++ b/configs/cardhu_defconfig
> @@ -23,6 +23,7 @@ CONFIG_CMD_EXT4_WRITE=y
>  CONFIG_SPL_DM=y
>  # CONFIG_BLK is not set
>  # CONFIG_DM_MMC_OPS is not set
> +CONFIG_TEGRA_MMC=y
>  CONFIG_SPI_FLASH=y
>  CONFIG_SPI_FLASH_WINBOND=y
>  CONFIG_RTL8169=y
> diff --git a/configs/cei-tk1-som_defconfig b/configs/cei-tk1-som_defconfig
> index 909b367..57b87c9 100644
> --- a/configs/cei-tk1-som_defconfig
> +++ b/configs/cei-tk1-som_defconfig
> @@ -28,6 +28,7 @@ CONFIG_DFU_MMC=y
>  CONFIG_DFU_RAM=y
>  CONFIG_DFU_SF=y
>  # CONFIG_DM_MMC_OPS is not set
> +CONFIG_TEGRA_MMC=y
>  CONFIG_SPI_FLASH=y
>  CONFIG_SPI_FLASH_WINBOND=y
>  CONFIG_RTL8169=y
> diff --git a/configs/colibri_t20_defconfig b/configs/colibri_t20_defconfig
> index a543246..3a4dc31 100644
> --- a/configs/colibri_t20_defconfig
> +++ b/configs/colibri_t20_defconfig
> @@ -28,6 +28,7 @@ CONFIG_SPL_DM=y
>  CONFIG_DFU_MMC=y
>  CONFIG_DFU_RAM=y
>  # CONFIG_DM_MMC_OPS is not set
> +CONFIG_TEGRA_MMC=y
>  CONFIG_MTD_UBI_FASTMAP=y
>  CONFIG_DM_PMIC=y
>  CONFIG_DM_REGULATOR=y
> diff --git a/configs/colibri_t30_defconfig b/configs/colibri_t30_defconfig
> index 2ab6764..724a600 100644
> --- a/configs/colibri_t30_defconfig
> +++ b/configs/colibri_t30_defconfig
> @@ -25,6 +25,7 @@ CONFIG_SPL_DM=y
>  CONFIG_DFU_MMC=y
>  CONFIG_DFU_RAM=y
>  # CONFIG_DM_MMC_OPS is not set
> +CONFIG_TEGRA_MMC=y
>  CONFIG_SYS_NS16550=y
>  CONFIG_USB=y
>  CONFIG_DM_USB=y
> diff --git a/configs/dalmore_defconfig b/configs/dalmore_defconfig
> index 0db2d1d..285785d 100644
> --- a/configs/dalmore_defconfig
> +++ b/configs/dalmore_defconfig
> @@ -28,6 +28,7 @@ CONFIG_DFU_MMC=y
>  CONFIG_DFU_RAM=y
>  CONFIG_DFU_SF=y
>  # CONFIG_DM_MMC_OPS is not set
> +CONFIG_TEGRA_MMC=y
>  CONFIG_SPI_FLASH=y
>  CONFIG_SPI_FLASH_WINBOND=y
>  CONFIG_SYS_NS16550=y
> diff --git a/configs/e2220-1170_defconfig b/configs/e2220-1170_defconfig
> index c88cd36..1adbee9 100644
> --- a/configs/e2220-1170_defconfig
> +++ b/configs/e2220-1170_defconfig
> @@ -5,7 +5,6 @@ CONFIG_DEFAULT_DEVICE_TREE="tegra210-e2220-1170"
>  CONFIG_OF_SYSTEM_SETUP=y
>  CONFIG_CONSOLE_MUX=y
>  CONFIG_SYS_STDIO_DEREGISTER=y
> -CONFIG_HUSH_PARSER=y
>  CONFIG_SYS_PROMPT="Tegra210 (E2220-1170) # "
>  # CONFIG_CMD_IMI is not set
>  # CONFIG_CMD_IMLS is not set
> @@ -20,20 +19,14 @@ CONFIG_CMD_USB_MASS_STORAGE=y
>  # CONFIG_CMD_FPGA is not set
>  CONFIG_CMD_GPIO=y
>  # CONFIG_CMD_SETEXPR is not set
> -CONFIG_CMD_DHCP=y
>  # CONFIG_CMD_NFS is not set
> -CONFIG_CMD_MII=y
> -CONFIG_CMD_PING=y
> -CONFIG_CMD_EXT2=y
> -CONFIG_CMD_EXT4=y
>  CONFIG_CMD_EXT4_WRITE=y
> -CONFIG_CMD_FAT=y
> -CONFIG_CMD_FS_GENERIC=y
>  # CONFIG_BLK is not set
>  CONFIG_DFU_MMC=y
>  CONFIG_DFU_RAM=y
>  CONFIG_DFU_SF=y
>  # CONFIG_DM_MMC_OPS is not set
> +CONFIG_TEGRA_MMC=y
>  CONFIG_SPI_FLASH=y
>  CONFIG_SPI_FLASH_WINBOND=y
>  CONFIG_SYS_NS16550=y
> diff --git a/configs/harmony_defconfig b/configs/harmony_defconfig
> index d8712d5..8ce493f 100644
> --- a/configs/harmony_defconfig
> +++ b/configs/harmony_defconfig
> @@ -21,6 +21,7 @@ CONFIG_CMD_EXT4_WRITE=y
>  CONFIG_SPL_DM=y
>  # CONFIG_BLK is not set
>  # CONFIG_DM_MMC_OPS is not set
> +CONFIG_TEGRA_MMC=y
>  CONFIG_PCI=y
>  CONFIG_DM_PCI=y
>  CONFIG_DM_PCI_COMPAT=y
> diff --git a/configs/jetson-tk1_defconfig b/configs/jetson-tk1_defconfig
> index b0aa3c7..5ee5372 100644
> --- a/configs/jetson-tk1_defconfig
> +++ b/configs/jetson-tk1_defconfig
> @@ -28,6 +28,7 @@ CONFIG_DFU_MMC=y
>  CONFIG_DFU_RAM=y
>  CONFIG_DFU_SF=y
>  # CONFIG_DM_MMC_OPS is not set
> +CONFIG_TEGRA_MMC=y
>  CONFIG_SPI_FLASH=y
>  CONFIG_SPI_FLASH_WINBOND=y
>  CONFIG_RTL8169=y
> diff --git a/configs/medcom-wide_defconfig b/configs/medcom-wide_defconfig
> index a65c3ad..4d99925 100644
> --- a/configs/medcom-wide_defconfig
> +++ b/configs/medcom-wide_defconfig
> @@ -22,6 +22,7 @@ CONFIG_CMD_EXT4_WRITE=y
>  CONFIG_SPL_DM=y
>  # CONFIG_BLK is not set
>  # CONFIG_DM_MMC_OPS is not set
> +CONFIG_TEGRA_MMC=y
>  CONFIG_DM_PMIC=y
>  CONFIG_DM_REGULATOR=y
>  CONFIG_DM_REGULATOR_FIXED=y
> diff --git a/configs/nyan-big_defconfig b/configs/nyan-big_defconfig
> index e6f862d..106a1a6 100644
> --- a/configs/nyan-big_defconfig
> +++ b/configs/nyan-big_defconfig
> @@ -36,6 +36,7 @@ CONFIG_CROS_EC_KEYB=y
>  CONFIG_CROS_EC=y
>  CONFIG_CROS_EC_SPI=y
>  # CONFIG_DM_MMC_OPS is not set
> +CONFIG_TEGRA_MMC=y
>  CONFIG_SPI_FLASH=y
>  CONFIG_SPI_FLASH_WINBOND=y
>  CONFIG_DM_PMIC=y
> diff --git a/configs/p2371-0000_defconfig b/configs/p2371-0000_defconfig
> index 0b074ec..ecae270 100644
> --- a/configs/p2371-0000_defconfig
> +++ b/configs/p2371-0000_defconfig
> @@ -6,7 +6,6 @@ CONFIG_DEFAULT_DEVICE_TREE="tegra210-p2371-0000"
>  CONFIG_OF_SYSTEM_SETUP=y
>  CONFIG_CONSOLE_MUX=y
>  CONFIG_SYS_STDIO_DEREGISTER=y
> -CONFIG_HUSH_PARSER=y
>  CONFIG_SYS_PROMPT="Tegra210 (P2371-0000) # "
>  # CONFIG_CMD_IMI is not set
>  # CONFIG_CMD_IMLS is not set
> @@ -21,20 +20,14 @@ CONFIG_CMD_USB_MASS_STORAGE=y
>  # CONFIG_CMD_FPGA is not set
>  CONFIG_CMD_GPIO=y
>  # CONFIG_CMD_SETEXPR is not set
> -CONFIG_CMD_DHCP=y
>  # CONFIG_CMD_NFS is not set
> -CONFIG_CMD_MII=y
> -CONFIG_CMD_PING=y
> -CONFIG_CMD_EXT2=y
> -CONFIG_CMD_EXT4=y
>  CONFIG_CMD_EXT4_WRITE=y
> -CONFIG_CMD_FAT=y
> -CONFIG_CMD_FS_GENERIC=y
>  # CONFIG_BLK is not set
>  CONFIG_DFU_MMC=y
>  CONFIG_DFU_RAM=y
>  CONFIG_DFU_SF=y
>  # CONFIG_DM_MMC_OPS is not set
> +CONFIG_TEGRA_MMC=y
>  CONFIG_SPI_FLASH=y
>  CONFIG_SPI_FLASH_WINBOND=y
>  CONFIG_SYS_NS16550=y
> diff --git a/configs/p2371-2180_defconfig b/configs/p2371-2180_defconfig
> index 70e43a1..79c84a5 100644
> --- a/configs/p2371-2180_defconfig
> +++ b/configs/p2371-2180_defconfig
> @@ -6,7 +6,6 @@ CONFIG_DEFAULT_DEVICE_TREE="tegra210-p2371-2180"
>  CONFIG_OF_SYSTEM_SETUP=y
>  CONFIG_CONSOLE_MUX=y
>  CONFIG_SYS_STDIO_DEREGISTER=y
> -CONFIG_HUSH_PARSER=y
>  CONFIG_SYS_PROMPT="Tegra210 (P2371-2180) # "
>  # CONFIG_CMD_IMI is not set
>  # CONFIG_CMD_IMLS is not set
> @@ -21,20 +20,14 @@ CONFIG_CMD_USB_MASS_STORAGE=y
>  # CONFIG_CMD_FPGA is not set
>  CONFIG_CMD_GPIO=y
>  # CONFIG_CMD_SETEXPR is not set
> -CONFIG_CMD_DHCP=y
>  # CONFIG_CMD_NFS is not set
> -CONFIG_CMD_MII=y
> -CONFIG_CMD_PING=y
> -CONFIG_CMD_EXT2=y
> -CONFIG_CMD_EXT4=y
>  CONFIG_CMD_EXT4_WRITE=y
> -CONFIG_CMD_FAT=y
> -CONFIG_CMD_FS_GENERIC=y
>  # CONFIG_BLK is not set
>  CONFIG_DFU_MMC=y
>  CONFIG_DFU_RAM=y
>  CONFIG_DFU_SF=y
>  # CONFIG_DM_MMC_OPS is not set
> +CONFIG_TEGRA_MMC=y
>  CONFIG_SPI_FLASH=y
>  CONFIG_SPI_FLASH_WINBOND=y
>  CONFIG_RTL8169=y
> diff --git a/configs/p2571_defconfig b/configs/p2571_defconfig
> index a114ce3..67aba9f 100644
> --- a/configs/p2571_defconfig
> +++ b/configs/p2571_defconfig
> @@ -6,7 +6,6 @@ CONFIG_DEFAULT_DEVICE_TREE="tegra210-p2571"
>  CONFIG_OF_SYSTEM_SETUP=y
>  CONFIG_CONSOLE_MUX=y
>  CONFIG_SYS_STDIO_DEREGISTER=y
> -CONFIG_HUSH_PARSER=y
>  CONFIG_SYS_PROMPT="Tegra210 (P2571) # "
>  # CONFIG_CMD_IMI is not set
>  # CONFIG_CMD_IMLS is not set
> @@ -21,20 +20,14 @@ CONFIG_CMD_USB_MASS_STORAGE=y
>  # CONFIG_CMD_FPGA is not set
>  CONFIG_CMD_GPIO=y
>  # CONFIG_CMD_SETEXPR is not set
> -CONFIG_CMD_DHCP=y
>  # CONFIG_CMD_NFS is not set
> -CONFIG_CMD_MII=y
> -CONFIG_CMD_PING=y
> -CONFIG_CMD_EXT2=y
> -CONFIG_CMD_EXT4=y
>  CONFIG_CMD_EXT4_WRITE=y
> -CONFIG_CMD_FAT=y
> -CONFIG_CMD_FS_GENERIC=y
>  # CONFIG_BLK is not set
>  CONFIG_DFU_MMC=y
>  CONFIG_DFU_RAM=y
>  CONFIG_DFU_SF=y
>  # CONFIG_DM_MMC_OPS is not set
> +CONFIG_TEGRA_MMC=y
>  CONFIG_SPI_FLASH=y
>  CONFIG_SPI_FLASH_WINBOND=y
>  CONFIG_SYS_NS16550=y
> diff --git a/configs/p2771-0000-000_defconfig b/configs/p2771-0000-000_defconfig
> index 61bb3a1..309a505 100644
> --- a/configs/p2771-0000-000_defconfig
> +++ b/configs/p2771-0000-000_defconfig
> @@ -5,7 +5,6 @@ CONFIG_DEFAULT_DEVICE_TREE="tegra186-p2771-0000-000"
>  CONFIG_OF_SYSTEM_SETUP=y
>  CONFIG_CONSOLE_MUX=y
>  CONFIG_SYS_STDIO_DEREGISTER=y
> -CONFIG_HUSH_PARSER=y
>  CONFIG_SYS_PROMPT="Tegra186 (P2771-0000-000) # "
>  # CONFIG_CMD_IMI is not set
>  # CONFIG_CMD_IMLS is not set
> @@ -18,18 +17,12 @@ CONFIG_CMD_USB=y
>  # CONFIG_CMD_FPGA is not set
>  CONFIG_CMD_GPIO=y
>  # CONFIG_CMD_SETEXPR is not set
> -CONFIG_CMD_DHCP=y
>  # CONFIG_CMD_NFS is not set
> -CONFIG_CMD_MII=y
> -CONFIG_CMD_PING=y
> -CONFIG_CMD_EXT2=y
> -CONFIG_CMD_EXT4=y
>  CONFIG_CMD_EXT4_WRITE=y
> -CONFIG_CMD_FAT=y
> -CONFIG_CMD_FS_GENERIC=y
>  # CONFIG_BLK is not set
>  CONFIG_TEGRA186_BPMP_I2C=y
>  # CONFIG_DM_MMC_OPS is not set
> +CONFIG_TEGRA_MMC=y
>  CONFIG_DWC_ETH_QOS=y
>  CONFIG_E1000=y
>  CONFIG_RTL8169=y
> diff --git a/configs/p2771-0000-500_defconfig b/configs/p2771-0000-500_defconfig
> index 79f4808..90aead6 100644
> --- a/configs/p2771-0000-500_defconfig
> +++ b/configs/p2771-0000-500_defconfig
> @@ -5,7 +5,6 @@ CONFIG_DEFAULT_DEVICE_TREE="tegra186-p2771-0000-500"
>  CONFIG_OF_SYSTEM_SETUP=y
>  CONFIG_CONSOLE_MUX=y
>  CONFIG_SYS_STDIO_DEREGISTER=y
> -CONFIG_HUSH_PARSER=y
>  CONFIG_SYS_PROMPT="Tegra186 (P2771-0000-500) # "
>  # CONFIG_CMD_IMI is not set
>  # CONFIG_CMD_IMLS is not set
> @@ -18,18 +17,12 @@ CONFIG_CMD_USB=y
>  # CONFIG_CMD_FPGA is not set
>  CONFIG_CMD_GPIO=y
>  # CONFIG_CMD_SETEXPR is not set
> -CONFIG_CMD_DHCP=y
>  # CONFIG_CMD_NFS is not set
> -CONFIG_CMD_MII=y
> -CONFIG_CMD_PING=y
> -CONFIG_CMD_EXT2=y
> -CONFIG_CMD_EXT4=y
>  CONFIG_CMD_EXT4_WRITE=y
> -CONFIG_CMD_FAT=y
> -CONFIG_CMD_FS_GENERIC=y
>  # CONFIG_BLK is not set
>  CONFIG_TEGRA186_BPMP_I2C=y
>  # CONFIG_DM_MMC_OPS is not set
> +CONFIG_TEGRA_MMC=y
>  CONFIG_DWC_ETH_QOS=y
>  CONFIG_E1000=y
>  CONFIG_RTL8169=y
> diff --git a/configs/paz00_defconfig b/configs/paz00_defconfig
> index b3d6f90..e1b33e3 100644
> --- a/configs/paz00_defconfig
> +++ b/configs/paz00_defconfig
> @@ -21,6 +21,7 @@ CONFIG_CMD_EXT4_WRITE=y
>  CONFIG_SPL_DM=y
>  # CONFIG_BLK is not set
>  # CONFIG_DM_MMC_OPS is not set
> +CONFIG_TEGRA_MMC=y
>  CONFIG_DM_PMIC=y
>  CONFIG_DM_REGULATOR=y
>  CONFIG_DM_REGULATOR_FIXED=y
> diff --git a/configs/plutux_defconfig b/configs/plutux_defconfig
> index 3c45b9d..dabbc09 100644
> --- a/configs/plutux_defconfig
> +++ b/configs/plutux_defconfig
> @@ -21,6 +21,7 @@ CONFIG_CMD_EXT4_WRITE=y
>  CONFIG_SPL_DM=y
>  # CONFIG_BLK is not set
>  # CONFIG_DM_MMC_OPS is not set
> +CONFIG_TEGRA_MMC=y
>  CONFIG_SYS_NS16550=y
>  CONFIG_USB=y
>  CONFIG_DM_USB=y
> diff --git a/configs/seaboard_defconfig b/configs/seaboard_defconfig
> index c3119dc..78dd24b 100644
> --- a/configs/seaboard_defconfig
> +++ b/configs/seaboard_defconfig
> @@ -21,6 +21,7 @@ CONFIG_CMD_EXT4_WRITE=y
>  CONFIG_SPL_DM=y
>  # CONFIG_BLK is not set
>  # CONFIG_DM_MMC_OPS is not set
> +CONFIG_TEGRA_MMC=y
>  CONFIG_DM_PMIC=y
>  CONFIG_DM_REGULATOR=y
>  CONFIG_DM_REGULATOR_FIXED=y
> diff --git a/configs/tec-ng_defconfig b/configs/tec-ng_defconfig
> index f52f19b..7e1e3f3 100644
> --- a/configs/tec-ng_defconfig
> +++ b/configs/tec-ng_defconfig
> @@ -24,6 +24,7 @@ CONFIG_CMD_EXT4_WRITE=y
>  CONFIG_SPL_DM=y
>  # CONFIG_BLK is not set
>  # CONFIG_DM_MMC_OPS is not set
> +CONFIG_TEGRA_MMC=y
>  CONFIG_SPI_FLASH=y
>  CONFIG_SPI_FLASH_WINBOND=y
>  CONFIG_SYS_NS16550=y
> diff --git a/configs/tec_defconfig b/configs/tec_defconfig
> index 1ccec73..2f3d131 100644
> --- a/configs/tec_defconfig
> +++ b/configs/tec_defconfig
> @@ -22,6 +22,7 @@ CONFIG_CMD_EXT4_WRITE=y
>  CONFIG_SPL_DM=y
>  # CONFIG_BLK is not set
>  # CONFIG_DM_MMC_OPS is not set
> +CONFIG_TEGRA_MMC=y
>  CONFIG_DM_PMIC=y
>  CONFIG_DM_REGULATOR=y
>  CONFIG_DM_REGULATOR_FIXED=y
> diff --git a/configs/trimslice_defconfig b/configs/trimslice_defconfig
> index a145ff8..aa0da8f 100644
> --- a/configs/trimslice_defconfig
> +++ b/configs/trimslice_defconfig
> @@ -23,6 +23,7 @@ CONFIG_CMD_EXT4_WRITE=y
>  CONFIG_SPL_DM=y
>  # CONFIG_BLK is not set
>  # CONFIG_DM_MMC_OPS is not set
> +CONFIG_TEGRA_MMC=y
>  CONFIG_SPI_FLASH=y
>  CONFIG_SPI_FLASH_WINBOND=y
>  CONFIG_RTL8169=y
> diff --git a/configs/venice2_defconfig b/configs/venice2_defconfig
> index 8ff879f..022b4ef 100644
> --- a/configs/venice2_defconfig
> +++ b/configs/venice2_defconfig
> @@ -28,6 +28,7 @@ CONFIG_DFU_MMC=y
>  CONFIG_DFU_RAM=y
>  CONFIG_DFU_SF=y
>  # CONFIG_DM_MMC_OPS is not set
> +CONFIG_TEGRA_MMC=y
>  CONFIG_SPI_FLASH=y
>  CONFIG_SPI_FLASH_WINBOND=y
>  CONFIG_SYS_NS16550=y
> diff --git a/configs/ventana_defconfig b/configs/ventana_defconfig
> index 1f2809a..7021b62 100644
> --- a/configs/ventana_defconfig
> +++ b/configs/ventana_defconfig
> @@ -20,6 +20,7 @@ CONFIG_CMD_EXT4_WRITE=y
>  CONFIG_SPL_DM=y
>  # CONFIG_BLK is not set
>  # CONFIG_DM_MMC_OPS is not set
> +CONFIG_TEGRA_MMC=y
>  CONFIG_DM_PMIC=y
>  CONFIG_DM_REGULATOR=y
>  CONFIG_DM_REGULATOR_FIXED=y
> diff --git a/configs/whistler_defconfig b/configs/whistler_defconfig
> index b7c3ed9..221e520 100644
> --- a/configs/whistler_defconfig
> +++ b/configs/whistler_defconfig
> @@ -21,6 +21,7 @@ CONFIG_CMD_EXT4_WRITE=y
>  CONFIG_SPL_DM=y
>  # CONFIG_BLK is not set
>  # CONFIG_DM_MMC_OPS is not set
> +CONFIG_TEGRA_MMC=y
>  CONFIG_SYS_NS16550=y
>  CONFIG_USB=y
>  CONFIG_DM_USB=y
> diff --git a/include/configs/apalis-tk1.h b/include/configs/apalis-tk1.h
> index 50e30b1..a38f5d5 100644
> --- a/include/configs/apalis-tk1.h
> +++ b/include/configs/apalis-tk1.h
> @@ -31,7 +31,6 @@
>  /* SD/MMC support */
>  #define CONFIG_MMC
>  #define CONFIG_GENERIC_MMC
> -#define CONFIG_TEGRA_MMC
>  #define CONFIG_SUPPORT_EMMC_BOOT	/* eMMC specific */
>  
>  /* Environment in eMMC, before config block at the end of 1st "boot sector" */
> diff --git a/include/configs/apalis_t30.h b/include/configs/apalis_t30.h
> index f2a24c1..b3c6e20 100644
> --- a/include/configs/apalis_t30.h
> +++ b/include/configs/apalis_t30.h
> @@ -30,7 +30,6 @@
>  /* SD/MMC support */
>  #define CONFIG_MMC
>  #define CONFIG_GENERIC_MMC
> -#define CONFIG_TEGRA_MMC
>  
>  /* Environment in eMMC, before config block at the end of 1st "boot sector" */
>  #define CONFIG_ENV_IS_IN_MMC
> diff --git a/include/configs/beaver.h b/include/configs/beaver.h
> index ab1ab14..ffa2909 100644
> --- a/include/configs/beaver.h
> +++ b/include/configs/beaver.h
> @@ -30,7 +30,6 @@
>  /* SD/MMC */
>  #define CONFIG_MMC
>  #define CONFIG_GENERIC_MMC
> -#define CONFIG_TEGRA_MMC
>  
>  /* Environment in eMMC, at the end of 2nd "boot sector" */
>  #define CONFIG_ENV_IS_IN_MMC
> diff --git a/include/configs/cardhu.h b/include/configs/cardhu.h
> index 462b784..29a74c7 100644
> --- a/include/configs/cardhu.h
> +++ b/include/configs/cardhu.h
> @@ -33,7 +33,6 @@
>  /* SD/MMC */
>  #define CONFIG_MMC
>  #define CONFIG_GENERIC_MMC
> -#define CONFIG_TEGRA_MMC
>  
>  /* Environment in eMMC, at the end of 2nd "boot sector" */
>  #define CONFIG_ENV_IS_IN_MMC
> diff --git a/include/configs/cei-tk1-som.h b/include/configs/cei-tk1-som.h
> index f3bb279..4688b33 100644
> --- a/include/configs/cei-tk1-som.h
> +++ b/include/configs/cei-tk1-som.h
> @@ -32,7 +32,6 @@
>  /* SD/MMC */
>  #define CONFIG_MMC
>  #define CONFIG_GENERIC_MMC
> -#define CONFIG_TEGRA_MMC
>  
>  /* Environment in eMMC, at the end of 2nd "boot sector" */
>  #define CONFIG_ENV_IS_IN_MMC
> diff --git a/include/configs/colibri_t20.h b/include/configs/colibri_t20.h
> index 6a52869..3c917b0 100644
> --- a/include/configs/colibri_t20.h
> +++ b/include/configs/colibri_t20.h
> @@ -29,7 +29,6 @@
>  /* SD/MMC support */
>  #define CONFIG_MMC
>  #define CONFIG_GENERIC_MMC
> -#define CONFIG_TEGRA_MMC
>  
>  /* USB host support */
>  #define CONFIG_USB_EHCI
> diff --git a/include/configs/colibri_t30.h b/include/configs/colibri_t30.h
> index e8b3f99..cb1488f 100644
> --- a/include/configs/colibri_t30.h
> +++ b/include/configs/colibri_t30.h
> @@ -30,7 +30,6 @@
>  /* SD/MMC support */
>  #define CONFIG_MMC
>  #define CONFIG_GENERIC_MMC
> -#define CONFIG_TEGRA_MMC
>  
>  /* Environment in eMMC, before config block at the end of 1st "boot sector" */
>  #define CONFIG_ENV_IS_IN_MMC
> diff --git a/include/configs/dalmore.h b/include/configs/dalmore.h
> index b0311bf..45576f4 100644
> --- a/include/configs/dalmore.h
> +++ b/include/configs/dalmore.h
> @@ -26,7 +26,6 @@
>  /* SD/MMC */
>  #define CONFIG_MMC
>  #define CONFIG_GENERIC_MMC
> -#define CONFIG_TEGRA_MMC
>  
>  /* Environment in eMMC, at the end of 2nd "boot sector" */
>  #define CONFIG_ENV_IS_IN_MMC
> diff --git a/include/configs/e2220-1170.h b/include/configs/e2220-1170.h
> index c9e8c8e..3de36d7 100644
> --- a/include/configs/e2220-1170.h
> +++ b/include/configs/e2220-1170.h
> @@ -24,7 +24,6 @@
>  /* SD/MMC */
>  #define CONFIG_MMC
>  #define CONFIG_GENERIC_MMC
> -#define CONFIG_TEGRA_MMC
>  
>  /* Environment in eMMC, at the end of 2nd "boot sector" */
>  #define CONFIG_ENV_IS_IN_MMC
> diff --git a/include/configs/harmony.h b/include/configs/harmony.h
> index 3d6b5fc..784fffa 100644
> --- a/include/configs/harmony.h
> +++ b/include/configs/harmony.h
> @@ -29,7 +29,6 @@
>  /* SD/MMC */
>  #define CONFIG_MMC
>  #define CONFIG_GENERIC_MMC
> -#define CONFIG_TEGRA_MMC
>  
>  /* NAND support */
>  #define CONFIG_CMD_NAND
> diff --git a/include/configs/jetson-tk1.h b/include/configs/jetson-tk1.h
> index 90e282f..a00f9fa 100644
> --- a/include/configs/jetson-tk1.h
> +++ b/include/configs/jetson-tk1.h
> @@ -28,7 +28,6 @@
>  /* SD/MMC */
>  #define CONFIG_MMC
>  #define CONFIG_GENERIC_MMC
> -#define CONFIG_TEGRA_MMC
>  
>  /* Environment in eMMC, at the end of 2nd "boot sector" */
>  #define CONFIG_ENV_IS_IN_MMC
> diff --git a/include/configs/medcom-wide.h b/include/configs/medcom-wide.h
> index ae7ca3b..d3d0b15 100644
> --- a/include/configs/medcom-wide.h
> +++ b/include/configs/medcom-wide.h
> @@ -22,7 +22,6 @@
>  /* SD/MMC */
>  #define CONFIG_MMC
>  #define CONFIG_GENERIC_MMC
> -#define CONFIG_TEGRA_MMC
>  
>  /* NAND support */
>  #define CONFIG_CMD_NAND
> diff --git a/include/configs/nyan-big.h b/include/configs/nyan-big.h
> index c548ee1..95324d8 100644
> --- a/include/configs/nyan-big.h
> +++ b/include/configs/nyan-big.h
> @@ -27,7 +27,6 @@
>  /* SD/MMC */
>  #define CONFIG_MMC
>  #define CONFIG_GENERIC_MMC
> -#define CONFIG_TEGRA_MMC
>  
>  /* Environment in eMMC, at the end of 2nd "boot sector" */
>  #define CONFIG_ENV_IS_IN_MMC
> diff --git a/include/configs/p2371-0000.h b/include/configs/p2371-0000.h
> index 968b89e..b200dc4 100644
> --- a/include/configs/p2371-0000.h
> +++ b/include/configs/p2371-0000.h
> @@ -24,7 +24,6 @@
>  /* SD/MMC */
>  #define CONFIG_MMC
>  #define CONFIG_GENERIC_MMC
> -#define CONFIG_TEGRA_MMC
>  
>  /* Environment in eMMC, at the end of 2nd "boot sector" */
>  #define CONFIG_ENV_IS_IN_MMC
> diff --git a/include/configs/p2371-2180.h b/include/configs/p2371-2180.h
> index 9cf697f..03cbf72 100644
> --- a/include/configs/p2371-2180.h
> +++ b/include/configs/p2371-2180.h
> @@ -24,7 +24,6 @@
>  /* SD/MMC */
>  #define CONFIG_MMC
>  #define CONFIG_GENERIC_MMC
> -#define CONFIG_TEGRA_MMC
>  
>  /* Environment in eMMC, at the end of 2nd "boot sector" */
>  #define CONFIG_ENV_IS_IN_MMC
> diff --git a/include/configs/p2571.h b/include/configs/p2571.h
> index 4fa345d..7ab3c78 100644
> --- a/include/configs/p2571.h
> +++ b/include/configs/p2571.h
> @@ -25,7 +25,6 @@
>  /* SD/MMC */
>  #define CONFIG_MMC
>  #define CONFIG_GENERIC_MMC
> -#define CONFIG_TEGRA_MMC
>  
>  /* Environment in eMMC, at the end of 2nd "boot sector" */
>  #define CONFIG_ENV_IS_IN_MMC
> diff --git a/include/configs/p2771-0000.h b/include/configs/p2771-0000.h
> index 67a1603..1bba51e 100644
> --- a/include/configs/p2771-0000.h
> +++ b/include/configs/p2771-0000.h
> @@ -20,7 +20,6 @@
>  /* SD/MMC */
>  #define CONFIG_MMC
>  #define CONFIG_GENERIC_MMC
> -#define CONFIG_TEGRA_MMC
>  
>  /* Environment in eMMC, at the end of 2nd "boot sector" */
>  #define CONFIG_ENV_IS_IN_MMC
> diff --git a/include/configs/paz00.h b/include/configs/paz00.h
> index a8bb3ff..36a1bb5 100644
> --- a/include/configs/paz00.h
> +++ b/include/configs/paz00.h
> @@ -25,7 +25,6 @@
>  /* SD/MMC */
>  #define CONFIG_MMC
>  #define CONFIG_GENERIC_MMC
> -#define CONFIG_TEGRA_MMC
>  
>  /* Environment in eMMC, at the end of 2nd "boot sector" */
>  #define CONFIG_ENV_IS_IN_MMC
> diff --git a/include/configs/plutux.h b/include/configs/plutux.h
> index 635e439..39e4e4f 100644
> --- a/include/configs/plutux.h
> +++ b/include/configs/plutux.h
> @@ -22,7 +22,6 @@
>  /* SD/MMC */
>  #define CONFIG_MMC
>  #define CONFIG_GENERIC_MMC
> -#define CONFIG_TEGRA_MMC
>  
>  /* NAND support */
>  #define CONFIG_CMD_NAND
> diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h
> index 2b6509a..099b2c9 100644
> --- a/include/configs/seaboard.h
> +++ b/include/configs/seaboard.h
> @@ -34,7 +34,6 @@
>  /* SD/MMC */
>  #define CONFIG_MMC
>  #define CONFIG_GENERIC_MMC
> -#define CONFIG_TEGRA_MMC
>  
>  /* Environment in eMMC, at the end of 2nd "boot sector" */
>  #define CONFIG_ENV_IS_IN_MMC
> diff --git a/include/configs/tec-ng.h b/include/configs/tec-ng.h
> index 0e9d98c..953b196 100644
> --- a/include/configs/tec-ng.h
> +++ b/include/configs/tec-ng.h
> @@ -23,7 +23,6 @@
>  /* SD/MMC */
>  #define CONFIG_MMC
>  #define CONFIG_GENERIC_MMC
> -#define CONFIG_TEGRA_MMC
>  
>  /* Environment in eMMC, at the end of 2nd "boot sector" */
>  #define CONFIG_ENV_IS_IN_MMC
> diff --git a/include/configs/tec.h b/include/configs/tec.h
> index 7b14299..0386071 100644
> --- a/include/configs/tec.h
> +++ b/include/configs/tec.h
> @@ -22,7 +22,6 @@
>  /* SD/MMC */
>  #define CONFIG_MMC
>  #define CONFIG_GENERIC_MMC
> -#define CONFIG_TEGRA_MMC
>  
>  /* NAND support */
>  #define CONFIG_CMD_NAND
> diff --git a/include/configs/trimslice.h b/include/configs/trimslice.h
> index cfc8451..e78a5e6 100644
> --- a/include/configs/trimslice.h
> +++ b/include/configs/trimslice.h
> @@ -30,7 +30,6 @@
>  /* SD/MMC */
>  #define CONFIG_MMC
>  #define CONFIG_GENERIC_MMC
> -#define CONFIG_TEGRA_MMC
>  
>  /* Environment in SPI */
>  #define CONFIG_ENV_IS_IN_SPI_FLASH
> diff --git a/include/configs/venice2.h b/include/configs/venice2.h
> index 72fa973..f2c8f22 100644
> --- a/include/configs/venice2.h
> +++ b/include/configs/venice2.h
> @@ -25,7 +25,6 @@
>  /* SD/MMC */
>  #define CONFIG_MMC
>  #define CONFIG_GENERIC_MMC
> -#define CONFIG_TEGRA_MMC
>  
>  /* Environment in eMMC, at the end of 2nd "boot sector" */
>  #define CONFIG_ENV_IS_IN_MMC
> diff --git a/include/configs/ventana.h b/include/configs/ventana.h
> index 7a38869..2c88d64 100644
> --- a/include/configs/ventana.h
> +++ b/include/configs/ventana.h
> @@ -23,7 +23,6 @@
>  /* SD/MMC */
>  #define CONFIG_MMC
>  #define CONFIG_GENERIC_MMC
> -#define CONFIG_TEGRA_MMC
>  
>  /* Environment in eMMC, at the end of 2nd "boot sector" */
>  #define CONFIG_ENV_IS_IN_MMC
> diff --git a/include/configs/whistler.h b/include/configs/whistler.h
> index 0cd892e..1c2e166 100644
> --- a/include/configs/whistler.h
> +++ b/include/configs/whistler.h
> @@ -27,7 +27,6 @@
>  /* SD/MMC */
>  #define CONFIG_MMC
>  #define CONFIG_GENERIC_MMC
> -#define CONFIG_TEGRA_MMC
>  
>  /*
>   * Environment in eMMC, at the end of 2nd "boot sector". Note: This assumes
> diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt
> index 8814841..ae6882b 100644
> --- a/scripts/config_whitelist.txt
> +++ b/scripts/config_whitelist.txt
> @@ -7819,7 +7819,6 @@ CONFIG_TEGRA_ENABLE_UARTE
>  CONFIG_TEGRA_GPU
>  CONFIG_TEGRA_KEYBOARD
>  CONFIG_TEGRA_LP0
> -CONFIG_TEGRA_MMC
>  CONFIG_TEGRA_NAND
>  CONFIG_TEGRA_PMU
>  CONFIG_TEGRA_SLINK_CTRLS
> 



More information about the U-Boot mailing list