cpu: Rename SPL_CPU_SUPPORT to SPL_CPU
authorSimon Glass <sjg@chromium.org>
Mon, 15 Mar 2021 05:11:18 +0000 (18:11 +1300)
committerSimon Glass <sjg@chromium.org>
Sat, 27 Mar 2021 02:04:31 +0000 (15:04 +1300)
commit529d5f96cf7be9ae60db1a5f1c2a2aa0a3d5d26d
treebf7a278db2140115a37d256a277fdd6c2c38c4d3
parentb3b60f59124a1f4fdcee5b7eff3f057e33cfa4c7
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>
arch/riscv/cpu/ax25/Kconfig
arch/riscv/cpu/fu540/Kconfig
arch/riscv/cpu/generic/Kconfig
arch/x86/lib/spl.c
common/spl/Kconfig
configs/chromebook_coral_defconfig
configs/chromebook_link64_defconfig
configs/qemu-x86_64_defconfig
drivers/Makefile
drivers/timer/timer-uclass.c