summaryrefslogtreecommitdiff
path: root/configs/T2080RDB_SDCARD_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-07-11 06:14:31 +0300
committerTom Rini <trini@konsulko.com>2021-07-28 21:29:37 +0300
commit9ca00684db9d4c2b5973a764ba7826c71e931f16 (patch)
tree552502c014328c74e0ddab23a878a58c8a1c0a4b /configs/T2080RDB_SDCARD_defconfig
parent83061dbd1c893a9abd1b2566785e100448e3f6a3 (diff)
downloadu-boot-9ca00684db9d4c2b5973a764ba7826c71e931f16.tar.xz
Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISC
Rename these options so that CONFIG_IS_ENABLED can be used with them. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/T2080RDB_SDCARD_defconfig')
-rw-r--r--configs/T2080RDB_SDCARD_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/T2080RDB_SDCARD_defconfig b/configs/T2080RDB_SDCARD_defconfig
index 6b032d25b2..4d8279067a 100644
--- a/configs/T2080RDB_SDCARD_defconfig
+++ b/configs/T2080RDB_SDCARD_defconfig
@@ -10,7 +10,7 @@ CONFIG_DEFAULT_DEVICE_TREE="t2080rdb"
CONFIG_SPL_TEXT_BASE=0xFFFD8000
CONFIG_SPL_MMC_SUPPORT=y
CONFIG_SPL_SERIAL_SUPPORT=y
-CONFIG_SPL_DRIVERS_MISC_SUPPORT=y
+CONFIG_SPL_DRIVERS_MISC=y
CONFIG_SPL=y
CONFIG_MPC85xx=y
CONFIG_TARGET_T2080RDB=y