summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/omap-common/boot-common.c
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2012-08-13 12:03:19 -0700
committerTom Rini <trini@ti.com>2012-09-27 09:49:59 -0700
commit47f7bcae8c0de8b2a8af7ca309744f041a6d1424 (patch)
tree89bf4baf0ffa710a196545fff23992278b9232d5 /arch/arm/cpu/armv7/omap-common/boot-common.c
parentd7cb93b28a41237b689c9d84230d7d72a2048021 (diff)
downloadblackbird-obmc-uboot-47f7bcae8c0de8b2a8af7ca309744f041a6d1424.tar.gz
blackbird-obmc-uboot-47f7bcae8c0de8b2a8af7ca309744f041a6d1424.zip
SPL: Move the omap SPL framework to common/spl
Add a new flag, CONFIG_SPL_FRAMEWORK to opt into the common/spl SPL framework, enable on all of the previously using boards. We move the spl_ymodem.c portion to common/ and spl_mmc.c to drivers/mmc/. We leave the NAND one in-place as we plan to replace it later in this series. We use common/spl to avoid linker problems with respect to merging constant strings in objects. Otherwise all strings in common/ will be linked in and kept which grows SPL in size too much. Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/cpu/armv7/omap-common/boot-common.c')
-rw-r--r--arch/arm/cpu/armv7/omap-common/boot-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/omap-common/boot-common.c b/arch/arm/cpu/armv7/omap-common/boot-common.c
index ed398fdec7..0f19141cc2 100644
--- a/arch/arm/cpu/armv7/omap-common/boot-common.c
+++ b/arch/arm/cpu/armv7/omap-common/boot-common.c
@@ -17,7 +17,7 @@
*/
#include <common.h>
-#include <asm/spl.h>
+#include <spl.h>
#include <asm/omap_common.h>
#include <asm/arch/omap.h>
#include <asm/arch/mmc_host_def.h>
OpenPOWER on IntegriCloud