diff options
author | Tom Rini <trini@ti.com> | 2013-08-28 09:00:28 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-11-01 15:30:22 -0400 |
commit | 155d424a9a0228e2f38ce21a92b20c31896d61d2 (patch) | |
tree | 787d83dfc4399221718262f540b61a961d9e48e0 /board/enbw/enbw_cmc/enbw_cmc.c | |
parent | 5d4d38d1cc89f523118219b1a38713d94fe72b3b (diff) | |
download | u-boot-imx-155d424a9a0228e2f38ce21a92b20c31896d61d2.zip u-boot-imx-155d424a9a0228e2f38ce21a92b20c31896d61d2.tar.gz u-boot-imx-155d424a9a0228e2f38ce21a92b20c31896d61d2.tar.bz2 |
am33xx, davinci: Create and use <asm/davinci_rtc.h>
Create a common header file for the RTC IP block that is shared between
davinci and am33xx.
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'board/enbw/enbw_cmc/enbw_cmc.c')
-rw-r--r-- | board/enbw/enbw_cmc/enbw_cmc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/enbw/enbw_cmc/enbw_cmc.c b/board/enbw/enbw_cmc/enbw_cmc.c index c477962..39efe20 100644 --- a/board/enbw/enbw_cmc/enbw_cmc.c +++ b/board/enbw/enbw_cmc/enbw_cmc.c @@ -36,6 +36,7 @@ #include <asm/arch/hardware.h> #include <asm/arch/sdmmc_defs.h> #include <asm/arch/timer_defs.h> +#include <asm/davinci_rtc.h> DECLARE_GLOBAL_DATA_PTR; |