summaryrefslogtreecommitdiff
path: root/configs/chromebook_speedy_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-07-14 17:05:32 -0500
committerTom Rini <trini@konsulko.com>2021-07-16 12:58:55 -0400
commit1e52db6799172cdd1612e0394da050d29164a13f (patch)
treee8e6c2b4978c5f71feac3df31812c271a4382c89 /configs/chromebook_speedy_defconfig
parentad74aed11e1dfe39b7f32dd855859abaf51d33f0 (diff)
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/chromebook_speedy_defconfig')
-rw-r--r--configs/chromebook_speedy_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/chromebook_speedy_defconfig b/configs/chromebook_speedy_defconfig
index 8f7c70a8df..709af4cad5 100644
--- a/configs/chromebook_speedy_defconfig
+++ b/configs/chromebook_speedy_defconfig
@@ -26,7 +26,7 @@ CONFIG_BOARD_EARLY_INIT_R=y
CONFIG_SPL_STACK_R=y
CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x2000
# CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR is not set
-# CONFIG_SPL_CRC32_SUPPORT is not set
+# CONFIG_SPL_CRC32 is not set
CONFIG_SPL_SPI_LOAD=y
CONFIG_CMD_GPIO=y
CONFIG_CMD_GPT=y