diff options
author | Marek Vasut <marex@denx.de> | 2016-05-01 00:36:11 +0200 |
---|---|---|
committer | Minkyu Kang <mk7.kang@samsung.com> | 2016-05-26 12:55:49 +0900 |
commit | c06bbab65b79c2a1c077d78269ed2bfa87f6e923 (patch) | |
tree | 5ecd4bd90b27abeccec12533ce0366bf2915ce89 /arch/arm/lib/relocate_64.S | |
parent | f4f2fce70ccf793b10a59e48eb12fd8daa0b1f34 (diff) | |
download | u-boot-imx-c06bbab65b79c2a1c077d78269ed2bfa87f6e923.zip u-boot-imx-c06bbab65b79c2a1c077d78269ed2bfa87f6e923.tar.gz u-boot-imx-c06bbab65b79c2a1c077d78269ed2bfa87f6e923.tar.bz2 |
ARM: exynos: Fix build error if SERIAL is disabled in SPL
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>
Diffstat (limited to 'arch/arm/lib/relocate_64.S')
0 files changed, 0 insertions, 0 deletions