imx8m: config: convert to bootm_size
[platform/kernel/u-boot.git] / arch / arm / mach-uniphier / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2
3 ifdef CONFIG_SPL_BUILD
4
5 obj-y += boards.o
6 obj-y += spl_board_init.o
7 obj-y += memconf.o
8 obj-y += bcu/
9 obj-$(CONFIG_SPL_MMC_SUPPORT) += mmc-boot-mode.o
10
11 else
12
13 obj-$(CONFIG_DISPLAY_CPUINFO) += cpu-info.o
14 obj-y += dram_init.o
15 obj-y += board_init.o
16 obj-$(CONFIG_ARCH_UNIPHIER_V8_MULTI) += base-address.o
17 obj-$(CONFIG_BOARD_LATE_INIT) += board_late_init.o
18 ifndef CONFIG_SYSRESET
19 obj-y += reset.o
20 endif
21
22 obj-$(CONFIG_MICRO_SUPPORT_CARD) += micro-support-card.o
23 obj-y += pinctrl-glue.o
24 obj-$(CONFIG_MMC) += mmc-first-dev.o
25 obj-y += fdt-fixup.o
26
27 endif
28
29 obj-y += soc-info.o
30 obj-y += boot-device/
31 obj-y += clk/
32 obj-y += dram/
33
34 obj-$(CONFIG_DEBUG_UART_UNIPHIER) += debug-uart/
35
36 obj-$(CONFIG_CPU_V7A) += arm32/
37 obj-$(CONFIG_ARM64) += arm64/