diff options
author | Simon Glass <sjg@chromium.org> | 2021-03-15 18:11:18 +1300 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2021-03-27 15:04:31 +1300 |
commit | 529d5f96cf7be9ae60db1a5f1c2a2aa0a3d5d26d (patch) | |
tree | bf7a278db2140115a37d256a277fdd6c2c38c4d3 /configs/chromebook_link64_defconfig | |
parent | b3b60f59124a1f4fdcee5b7eff3f057e33cfa4c7 (diff) | |
download | u-boot-529d5f96cf7be9ae60db1a5f1c2a2aa0a3d5d26d.tar.gz |
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_link64_defconfig')
-rw-r--r-- | configs/chromebook_link64_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/chromebook_link64_defconfig b/configs/chromebook_link64_defconfig index 8f56ee3476..872e33d757 100644 --- a/configs/chromebook_link64_defconfig +++ b/configs/chromebook_link64_defconfig @@ -31,7 +31,7 @@ CONFIG_DISPLAY_BOARDINFO_LATE=y CONFIG_LAST_STAGE_INIT=y CONFIG_MISC_INIT_R=y CONFIG_SPL_SYS_MALLOC_SIMPLE=y -CONFIG_SPL_CPU_SUPPORT=y +CONFIG_SPL_CPU=y CONFIG_SPL_ENV_SUPPORT=y CONFIG_SPL_I2C_SUPPORT=y CONFIG_SPL_DM_SPI_FLASH=y |