xref: /rk3399_rockchip-uboot/arch/arm/cpu/armv7/sunxi/config.mk (revision b9cb64825b5e6efeb715abd8b48d9b12f98973e9)
1# Build a combined spl + u-boot image
2ifdef CONFIG_SPL
3ifndef CONFIG_SPL_BUILD
4ALL-y += u-boot-sunxi-with-spl.bin
5endif
6endif
7