aboutsummaryrefslogtreecommitdiff
path: root/configs/chromebook_coral_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-03-15 18:11:18 +1300
committerSimon Glass <sjg@chromium.org>2021-03-27 15:04:31 +1300
commit529d5f96cf7be9ae60db1a5f1c2a2aa0a3d5d26d (patch)
treebf7a278db2140115a37d256a277fdd6c2c38c4d3 /configs/chromebook_coral_defconfig
parentb3b60f59124a1f4fdcee5b7eff3f057e33cfa4c7 (diff)
downloadu-boot-529d5f96cf7be9ae60db1a5f1c2a2aa0a3d5d26d.zip
u-boot-529d5f96cf7be9ae60db1a5f1c2a2aa0a3d5d26d.tar.gz
u-boot-529d5f96cf7be9ae60db1a5f1c2a2aa0a3d5d26d.tar.bz2
cpu: Rename SPL_CPU_SUPPORT to SPL_CPU
The _SUPPORT suffix is from an earlier time and interferes with use of the CONFIG_IS_ENABLED() macro. Rename the option to drop the suffix. Tidy up the TODO that prompted this. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/chromebook_coral_defconfig')
-rw-r--r--configs/chromebook_coral_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/chromebook_coral_defconfig b/configs/chromebook_coral_defconfig
index e3756cf..4823913 100644
--- a/configs/chromebook_coral_defconfig
+++ b/configs/chromebook_coral_defconfig
@@ -43,7 +43,7 @@ CONFIG_BLOBLIST_ADDR=0x100000
CONFIG_HANDOFF=y
CONFIG_TPL_SYS_MALLOC_SIMPLE=y
CONFIG_SPL_SEPARATE_BSS=y
-CONFIG_SPL_CPU_SUPPORT=y
+CONFIG_SPL_CPU=y
CONFIG_SPL_DM_SPI_FLASH=y
CONFIG_SPL_PCI=y
# CONFIG_SPL_SPI_FLASH_TINY is not set