mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-09 11:48:53 +00:00
b67932e3e7
CONFIG_UNIPHIER_SERIAL has been moved to Kconfig and it is defined in ./.config but not in spl/.config, so pin_init() should be called from the normal image so that UART works correctly. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
11 lines
324 B
Makefile
11 lines
324 B
Makefile
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_DISPLAY_BOARDINFO) += board_info.o
|
|
obj-y += platdevice.o
|
|
obj-y += boot-mode.o
|
|
obj-$(CONFIG_SOC_INIT) += bcu_init.o sbc_init.o sg_init.o pll_init.o \
|
|
clkrst_init.o
|
|
obj-$(CONFIG_BOARD_POSTCLK_INIT) += pinctrl.o
|
|
obj-$(CONFIG_DRAM_INIT) += pll_spectrum.o umc_init.o
|