summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/sunxi/config.mk
blob: 00f5ffc68301d8e0e9bb56bffaa1f87745b1b167 (plain)
1
2
3
4
5
6
7
8
# Build a combined spl + u-boot image
ifdef CONFIG_SPL
ifndef CONFIG_SPL_BUILD
ifndef CONFIG_SPL_FEL
ALL-y += u-boot-sunxi-with-spl.bin
endif
endif
endif
OpenPOWER on IntegriCloud