]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/sunxi/config.mk
Merge branch 'karo-tx-uboot' into kc-merge
[karo-tx-uboot.git] / 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 ifndef CONFIG_SPL_FEL
5 ALL-y += u-boot-sunxi-with-spl.bin
6 endif
7 endif
8 endif