]> git.sur5r.net Git - u-boot/blob - arch/arm/cpu/armv7/sunxi/config.mk
sunxi: non-FEL SPL boot support for sun7i
[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 ifndef CONFIG_SPL_FEL
5 ALL-y += u-boot-sunxi-with-spl.bin
6 endif
7 endif
8 endif