summaryrefslogtreecommitdiffstats
path: root/board/ti/omap2420h4
diff options
context:
space:
mode:
Diffstat (limited to 'board/ti/omap2420h4')
-rw-r--r--board/ti/omap2420h4/lowlevel_init.S2
-rw-r--r--board/ti/omap2420h4/mem.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/board/ti/omap2420h4/lowlevel_init.S b/board/ti/omap2420h4/lowlevel_init.S
index 731c552e7a..2b5f338545 100644
--- a/board/ti/omap2420h4/lowlevel_init.S
+++ b/board/ti/omap2420h4/lowlevel_init.S
@@ -28,7 +28,7 @@
#include <version.h>
#include <asm/arch/omap2420.h>
#include <asm/arch/mem.h>
-#include <asm/arch/clocks.h>
+#include <asm/arch/clock.h>
_TEXT_BASE:
.word CONFIG_SYS_TEXT_BASE /* sdram load addr from config.mk */
diff --git a/board/ti/omap2420h4/mem.c b/board/ti/omap2420h4/mem.c
index ba3f12aded..b0832389ee 100644
--- a/board/ti/omap2420h4/mem.c
+++ b/board/ti/omap2420h4/mem.c
@@ -25,7 +25,7 @@
#include <asm/arch/bits.h>
#include <asm/arch/mux.h>
#include <asm/arch/mem.h>
-#include <asm/arch/clocks.h>
+#include <asm/arch/clock.h>
#include <asm/arch/sys_proto.h>
#include <asm/arch/sys_info.h>
OpenPOWER on IntegriCloud