diff options
author | Simon Glass | 2021-07-10 21:14:31 -0600 |
---|---|---|
committer | Tom Rini | 2021-07-28 14:29:37 -0400 |
commit | 9ca00684db9d4c2b5973a764ba7826c71e931f16 (patch) | |
tree | 552502c014328c74e0ddab23a878a58c8a1c0a4b /configs/am43xx_hs_evm_defconfig | |
parent | 83061dbd1c893a9abd1b2566785e100448e3f6a3 (diff) |
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/am43xx_hs_evm_defconfig')
-rw-r--r-- | configs/am43xx_hs_evm_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/am43xx_hs_evm_defconfig b/configs/am43xx_hs_evm_defconfig index ac779b61b3c..43f47385ade 100644 --- a/configs/am43xx_hs_evm_defconfig +++ b/configs/am43xx_hs_evm_defconfig @@ -13,7 +13,7 @@ CONFIG_AM43XX=y CONFIG_TI_SECURE_EMIF_REGION_START=0xbdb00000 CONFIG_TI_SECURE_EMIF_TOTAL_REGION_SIZE=0x02000000 CONFIG_TI_SECURE_EMIF_PROTECTED_REGION_SIZE=0x01c00000 -CONFIG_SPL_DRIVERS_MISC_SUPPORT=y +CONFIG_SPL_DRIVERS_MISC=y CONFIG_SPL=y CONFIG_DISTRO_DEFAULTS=y CONFIG_FIT_IMAGE_POST_PROCESS=y |