blob: 00f5ffc68301d8e0e9bb56bffaa1f87745b1b167 [file] [log] [blame]
Ian Campbell50827a52014-05-05 11:52:30 +01001# Build a combined spl + u-boot image
2ifdef CONFIG_SPL
3ifndef CONFIG_SPL_BUILD
4ifndef CONFIG_SPL_FEL
5ALL-y += u-boot-sunxi-with-spl.bin
6endif
7endif
8endif