diff options
author | Lokesh Vutla | 2013-05-30 02:54:32 +0000 |
---|---|---|
committer | Tom Rini | 2013-06-10 08:43:09 -0400 |
commit | af1d002f896e7f9cda47c384db31349cf923e95c (patch) | |
tree | fa7d7eb043ec1a4ee8cf34850aff89b729c2349f /board/ti/omap2420h4 | |
parent | bcdd8f72f34bcf2a6e9730e37dd2d2292548a8a4 (diff) |
ARM: OMAP2+: Rename asm/arch/clocks.h asm/arch/clock.h
To be consistent with other ARM platforms,
renaming asm/arch-omap*/clocks.h to asm/arch-omap*/clock.h
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'board/ti/omap2420h4')
-rw-r--r-- | board/ti/omap2420h4/lowlevel_init.S | 2 | ||||
-rw-r--r-- | board/ti/omap2420h4/mem.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/ti/omap2420h4/lowlevel_init.S b/board/ti/omap2420h4/lowlevel_init.S index 731c552e7a2..2b5f3385452 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 ba3f12adeda..b0832389eef 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> |