summaryrefslogtreecommitdiff
path: root/configs/socfpga_agilex_vab_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-07-15 01:05:32 +0300
committerTom Rini <trini@konsulko.com>2021-07-16 19:58:55 +0300
commit1e52db6799172cdd1612e0394da050d29164a13f (patch)
treee8e6c2b4978c5f71feac3df31812c271a4382c89 /configs/socfpga_agilex_vab_defconfig
parentad74aed11e1dfe39b7f32dd855859abaf51d33f0 (diff)
downloadu-boot-1e52db6799172cdd1612e0394da050d29164a13f.tar.xz
Kconfig: Rename SPL_CRC32_SUPPORT to SPL_CRC32
Drop the _SUPPORT suffix so we can use CONFIG_IS_ENABLED() with this option. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'configs/socfpga_agilex_vab_defconfig')
-rw-r--r--configs/socfpga_agilex_vab_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/socfpga_agilex_vab_defconfig b/configs/socfpga_agilex_vab_defconfig
index 97eb7b4630..3135b61d6b 100644
--- a/configs/socfpga_agilex_vab_defconfig
+++ b/configs/socfpga_agilex_vab_defconfig
@@ -24,7 +24,7 @@ CONFIG_USE_BOOTARGS=y
CONFIG_BOOTARGS="earlycon"
CONFIG_USE_BOOTCOMMAND=y
CONFIG_BOOTCOMMAND="run fatscript; run mmcfitload; run mmcfitboot"
-CONFIG_SPL_CRC32_SUPPORT=y
+CONFIG_SPL_CRC32=y
CONFIG_SPL_CACHE=y
CONFIG_SPL_SPI_LOAD=y
CONFIG_SPL_ATF=y