00f5ffc68301d8e0e9bb56bffaa1f87745b1b167
[oweals/u-boot.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