diff options
author | Tom Rini <trini@konsulko.com> | 2021-10-30 23:03:51 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-11-05 11:23:29 -0400 |
commit | bca1bce92a58bfbd01799f62767f805099015721 (patch) | |
tree | 574e2bc79383925372be1e64daa0991852bbdfc0 /configs/phycore_pcl063_ull_defconfig | |
parent | 465547bddf7116d49ddcf28aabc3272dc13d8e69 (diff) | |
download | u-boot-bca1bce92a58bfbd01799f62767f805099015721.tar.gz |
Convert CONFIG_SUPPORT_EMMC_BOOT to Kconfig
This converts the following to Kconfig:
CONFIG_SUPPORT_EMMC_BOOT
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/phycore_pcl063_ull_defconfig')
-rw-r--r-- | configs/phycore_pcl063_ull_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/phycore_pcl063_ull_defconfig b/configs/phycore_pcl063_ull_defconfig index 6e9e7d2f51..694beb60fc 100644 --- a/configs/phycore_pcl063_ull_defconfig +++ b/configs/phycore_pcl063_ull_defconfig @@ -35,6 +35,7 @@ CONFIG_ENV_OVERWRITE=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_DM_I2C_GPIO=y CONFIG_SYS_I2C_MXC=y +CONFIG_SUPPORT_EMMC_BOOT=y CONFIG_FSL_USDHC=y CONFIG_MTD=y CONFIG_PHYLIB=y |