summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7/omap-common/spl_ymodem.c
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2012-08-14 08:50:58 -0700
committerTom Rini <trini@ti.com>2012-09-27 09:49:57 -0700
commit55cdbb8d4e8508dcdb95400f6dfcb928220ffc70 (patch)
treefaf1a808b858b8370f35a8c54a1da205b81f9d7f /arch/arm/cpu/armv7/omap-common/spl_ymodem.c
parent24dafad5c42018ea11c0d12f747a7eb337229f5a (diff)
downloadu-boot-imx-55cdbb8d4e8508dcdb95400f6dfcb928220ffc70.zip
u-boot-imx-55cdbb8d4e8508dcdb95400f6dfcb928220ffc70.tar.gz
u-boot-imx-55cdbb8d4e8508dcdb95400f6dfcb928220ffc70.tar.bz2
ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h>
Move the SPL prototypes from <asm/omap_common.h> into <asm/spl.h> and add <asm/arch/spl.h> for arch specific portions of CONFIG_SPL_FRAMEWORK. Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/cpu/armv7/omap-common/spl_ymodem.c')
-rw-r--r--arch/arm/cpu/armv7/omap-common/spl_ymodem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/omap-common/spl_ymodem.c b/arch/arm/cpu/armv7/omap-common/spl_ymodem.c
index 47663f7..65565e3 100644
--- a/arch/arm/cpu/armv7/omap-common/spl_ymodem.c
+++ b/arch/arm/cpu/armv7/omap-common/spl_ymodem.c
@@ -26,11 +26,11 @@
* MA 02111-1307 USA
*/
#include <common.h>
+#include <asm/spl.h>
#include <xyzModem.h>
#include <asm/u-boot.h>
#include <asm/utils.h>
#include <asm/arch/sys_proto.h>
-#include <asm/omap_common.h>
#define BUF_SIZE 1024