u-boot/arch/arm/mach-exynos
Sam Protsenko 08cfa971a7 exynos: Avoid duplicate reset_cpu with SYSRESET enabled
The sysreset uclass unconditionally provides a definition of the
reset_cpu() function. So does the exynos soc code. Fix the build with
SYSRESET enabled by omitting the function from the soc code in that
case. The code still needs to be kept around for use in SPL.

This commit was inspired by commit 6e19dc84c1 ("sunxi: Avoid duplicate
reset_cpu with SYSRESET enabled").

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2023-11-13 16:19:04 +09:00
..
include/mach arm: exynos: Include missing CPU header in gpio.h 2023-11-13 16:18:01 +09:00
clock.c doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
clock_init.h doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
clock_init_exynos4.c ARM: exynos: move SoC sources to mach-exynos 2015-08-17 13:06:52 +09:00
clock_init_exynos5.c exynos: Add proid_is_exynos542x() for common 542x 2018-12-13 16:36:30 -07:00
common_setup.h doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
config.mk SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
dmc_common.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
dmc_init_ddr3.c global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* 2022-12-05 16:06:07 -05:00
dmc_init_exynos4.c arm: samsung: Migrate a number of symbols to Kconfig 2022-06-28 17:04:37 -04:00
exynos4_setup.h arm: samsung: Migrate a number of symbols to Kconfig 2022-06-28 17:04:37 -04:00
exynos5_setup.h doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
Kconfig Convert CONFIG_FLASH_SPANSION_S29WS_N et al to Kconfig 2022-12-22 10:31:48 -05:00
lowlevel_init.c global: Migrate CONFIG_PHY_IRAM_BASE to CFG 2022-12-23 10:14:51 -05:00
Makefile arm: samsung: Migrate a number of symbols to Kconfig 2022-06-28 17:04:37 -04:00
mmu-arm64.c Correct SPL use of EXYNOS7420 2023-02-09 16:32:26 -05:00
pinmux.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
power.c exynos: Add proid_is_exynos542x() for common 542x 2018-12-13 16:36:30 -07:00
sec_boot.S global: Migrate CONFIG_IRAM_TOP to CFG 2022-12-23 10:10:40 -05:00
soc.c exynos: Avoid duplicate reset_cpu with SYSRESET enabled 2023-11-13 16:19:04 +09:00
spl_boot.c global: Move remaining CONFIG_SYS_* to CFG_SYS_* 2022-12-05 16:06:08 -05:00
system.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
tzpc.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00