]> git.sur5r.net Git - u-boot/blob - arch/arm/cpu/armv7/sunxi/config.mk
Merge remote-tracking branch 'u-boot/master'
[u-boot] / arch / arm / cpu / armv7 / sunxi / config.mk
1 # Build a combined spl + u-boot image
2 ifdef CONFIG_SPL
3 ifndef CONFIG_SPL_BUILD
4 ALL-y += u-boot-sunxi-with-spl.bin
5 endif
6 endif