]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit907699439fdea79791b05fc60835d26ef0ab93d7
treebf7a278db2140115a37d256a277fdd6c2c38c4d3
parent1ce641469e58bbe2fda7b7d1a60cfb5c7bdce2c3
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