mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 07:57:21 +00:00
c06bbab65b
If CONFIG_SPL_SERIAL_SUPPORT is not defined in include/configs/exynos5-common.h the following error is produced during the build of the SPL: arch/arm/mach-exynos/built-in.o: In function `do_lowlevel_init': ...u-boot/arch/arm/mach-exynos/lowlevel_init.c:221: undefined reference to `debug_uart_init' Add additional condition to check if SPL build is in progress and in that case check if CONFIG_SPL_SERIAL_SUPPORT is also set before enabling the debug UART. Signed-off-by: Marek Vasut <marex@denx.de> Cc: Simon Glass <sjg@chromium.org> Cc: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com> |
||
---|---|---|
.. | ||
include/mach | ||
clock.c | ||
clock_init.h | ||
clock_init_exynos4.c | ||
clock_init_exynos5.c | ||
common_setup.h | ||
config.mk | ||
dmc_common.c | ||
dmc_init_ddr3.c | ||
dmc_init_exynos4.c | ||
exynos4_setup.h | ||
exynos5_setup.h | ||
Kconfig | ||
lowlevel_init.c | ||
Makefile | ||
mmu-arm64.c | ||
pinmux.c | ||
power.c | ||
sec_boot.S | ||
soc.c | ||
spl_boot.c | ||
system.c | ||
tzpc.c |