diff options
author | Simon Glass <sjg@chromium.org> | 2021-07-10 21:14:31 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-28 14:29:37 -0400 |
commit | 9ca00684db9d4c2b5973a764ba7826c71e931f16 (patch) | |
tree | 552502c014328c74e0ddab23a878a58c8a1c0a4b /configs/imx8mn_beacon_defconfig | |
parent | 83061dbd1c893a9abd1b2566785e100448e3f6a3 (diff) | |
download | u-boot-9ca00684db9d4c2b5973a764ba7826c71e931f16.tar.gz u-boot-9ca00684db9d4c2b5973a764ba7826c71e931f16.tar.bz2 u-boot-9ca00684db9d4c2b5973a764ba7826c71e931f16.zip |
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/imx8mn_beacon_defconfig')
-rw-r--r-- | configs/imx8mn_beacon_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/imx8mn_beacon_defconfig b/configs/imx8mn_beacon_defconfig index 3712ec3d1f..5d44edd049 100644 --- a/configs/imx8mn_beacon_defconfig +++ b/configs/imx8mn_beacon_defconfig @@ -18,7 +18,7 @@ CONFIG_DEFAULT_DEVICE_TREE="imx8mn-beacon-kit" CONFIG_SPL_TEXT_BASE=0x912000 CONFIG_TARGET_IMX8MN_BEACON=y CONFIG_SPL_SERIAL_SUPPORT=y -CONFIG_SPL_DRIVERS_MISC_SUPPORT=y +CONFIG_SPL_DRIVERS_MISC=y CONFIG_SPL_SYS_MALLOC_F_LEN=0x2000 CONFIG_SPL=y CONFIG_SPL_IMX_ROMAPI_LOADADDR=0x48000000 |