diff options
author | Tom Rini <trini@konsulko.com> | 2021-04-21 15:32:27 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-05-11 09:16:59 -0400 |
commit | f7173fce49db615a72388bf8415968df64a1aada (patch) | |
tree | ee6dc77d34e1828e1d6440ab146f2051e9b362de /configs/thuban_defconfig | |
parent | c51f74ba7a6a6f96d45df720387ab636bdebe98d (diff) | |
download | u-boot-f7173fce49db615a72388bf8415968df64a1aada.tar.gz u-boot-f7173fce49db615a72388bf8415968df64a1aada.tar.bz2 u-boot-f7173fce49db615a72388bf8415968df64a1aada.zip |
DM: DM_MMC migration is now mandatory for non-SPL
As it has been now two years past the migration deadline, it is required
to have migrated. Remove the check from the Makefile and rework some of
the Kconfig logic slightly to get the functional dependencies of DM_MMC
/ BLK right in both the SPL and non-SPL case.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/thuban_defconfig')
-rw-r--r-- | configs/thuban_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/thuban_defconfig b/configs/thuban_defconfig index c54b91ef8b..116673c2b6 100644 --- a/configs/thuban_defconfig +++ b/configs/thuban_defconfig @@ -72,9 +72,11 @@ CONFIG_SYS_REDUNDAND_ENVIRONMENT=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_BOOTP_SEND_HOSTNAME=y CONFIG_SPL_DM=y +# CONFIG_SPL_BLK is not set CONFIG_BOOTCOUNT_LIMIT=y CONFIG_BOOTCOUNT_ENV=y CONFIG_DFU_NAND=y +# CONFIG_SPL_DM_MMC is not set CONFIG_MMC_OMAP_HS=y CONFIG_MTD=y CONFIG_MTD_RAW_NAND=y |