mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 21:54:45 +00:00
7f3eec03d5
Use board_debug_uart_init() for UART iomux init instead of do it in board_init_f, and move the function to soc file so that we can find all the soc/board setting in soc file and use a common board file. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> [Fixed whitespace error:] Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
14 lines
219 B
Makefile
14 lines
219 B
Makefile
#
|
|
# (C) Copyright 2015 Rockchip Electronics Co., Ltd
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += clk_rk3036.o
|
|
|
|
ifndef CONFIG_SPL_BUILD
|
|
obj-y += syscon_rk3036.o
|
|
endif
|
|
|
|
obj-y += rk3036.o
|
|
obj-y += sdram_rk3036.o
|