am33xx: Add SPI SPL as an option
[platform/kernel/u-boot.git] / arch / arm / cpu / armv7 / am33xx / config.mk
index 5750bbd..babf0eb 100644 (file)
@@ -13,6 +13,7 @@
 #
 ifdef CONFIG_SPL_BUILD
 ALL-y  += $(OBJTREE)/MLO
+ALL-$(CONFIG_SPL_SPI_SUPPORT) += $(OBJTREE)/MLO.byteswap
 else
 ALL-y  += $(obj)u-boot.img
 endif