vf610twr: Fix typo in DRAM init
[platform/kernel/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 ALL-y += u-boot-sunxi-with-spl.bin
5 endif
6 endif