ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h>
[oweals/u-boot.git] / arch / arm / cpu / armv7 / omap-common / spl.c
index 71a467e52f7068b51398e28f6e58c8988be51e24..81991b2496ffddf7aa2255917a501a8fd1204d16 100644 (file)
@@ -23,6 +23,7 @@
  * MA 02111-1307 USA
  */
 #include <common.h>
+#include <asm/spl.h>
 #include <asm/u-boot.h>
 #include <asm/utils.h>
 #include <asm/arch/sys_proto.h>
@@ -30,7 +31,6 @@
 #include <mmc.h>
 #include <fat.h>
 #include <version.h>
-#include <asm/omap_common.h>
 #include <asm/arch/mmc_host_def.h>
 #include <i2c.h>
 #include <image.h>