arm: samsung: Migrate a number of symbols to Kconfig
authorTom Rini <trini@konsulko.com>
Sat, 11 Jun 2022 02:59:33 +0000 (22:59 -0400)
committerTom Rini <trini@konsulko.com>
Tue, 28 Jun 2022 21:04:37 +0000 (17:04 -0400)
commit24ec3dea4bf07e8928e82d509ce5bc742fdbde9b
treec53ebac3d58b0785d2349fc3b9b82b53c69117fd
parent1e03e03d03a358ad905e90f77565f19909b6063f
arm: samsung: Migrate a number of symbols to Kconfig

- In a number of cases, use CONFIG_ARCH_EXYNOS[45] rather than
  CONFIG_EXYNOS[45]
- In other cases, test for CONFIG_ARCH_EXYNOS or CONFIG_ARCH_S5PC1XX
- Migrate specific SoC CONFIG values to Kconfig
- Use CONFIG_TARGET_x rather than CONFIG_x
- Migrate other CONFIG_EXYNOS_x symbols to Kconfig
- Reference CONFIG_EXYNOS_RELOCATE_CODE_BASE directly as EXYNOS_RELOCATE_CODE_BASE
- Rename CONFIG_S5P_PA_SYSRAM to CONFIG_SMP_PEN_ADDR to match the rest
  of U-Boot usage.

Cc: Minkyu Kang <mk7.kang@samsung.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
36 files changed:
arch/arm/Kconfig
arch/arm/dts/Makefile
arch/arm/include/asm/spl.h
arch/arm/mach-exynos/Kconfig
arch/arm/mach-exynos/Makefile
arch/arm/mach-exynos/dmc_init_exynos4.c
arch/arm/mach-exynos/exynos4_setup.h
arch/arm/mach-exynos/lowlevel_init.c
arch/arm/mach-exynos/sec_boot.S
board/samsung/arndale/arndale.c
configs/odroid-xu3_defconfig
configs/odroid_defconfig
configs/trats2_defconfig
configs/trats_defconfig
drivers/i2c/exynos_hs_i2c.c
drivers/i2c/s3c24x0_i2c.c
include/configs/arndale.h
include/configs/espresso7420.h
include/configs/exynos-common.h
include/configs/exynos4-common.h
include/configs/exynos5-common.h
include/configs/exynos5-dt-common.h
include/configs/exynos5250-common.h
include/configs/exynos5420-common.h
include/configs/exynos7420-common.h
include/configs/exynos78x0-common.h
include/configs/odroid.h
include/configs/odroid_xu3.h
include/configs/origen.h
include/configs/s5p_goni.h
include/configs/smdkc100.h
include/configs/smdkv310.h
include/configs/trats.h
include/configs/trats2.h
include/power/fg_battery_cell_params.h
scripts/Makefile.spl