summaryrefslogtreecommitdiffstats
path: root/drivers/bootcount/bootcount_davinci.c
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2013-08-28 09:00:28 -0400
committerTom Rini <trini@ti.com>2013-11-01 15:30:22 -0400
commit155d424a9a0228e2f38ce21a92b20c31896d61d2 (patch)
tree787d83dfc4399221718262f540b61a961d9e48e0 /drivers/bootcount/bootcount_davinci.c
parent5d4d38d1cc89f523118219b1a38713d94fe72b3b (diff)
downloadtalos-obmc-uboot-155d424a9a0228e2f38ce21a92b20c31896d61d2.tar.gz
talos-obmc-uboot-155d424a9a0228e2f38ce21a92b20c31896d61d2.zip
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 'drivers/bootcount/bootcount_davinci.c')
-rw-r--r--drivers/bootcount/bootcount_davinci.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/bootcount/bootcount_davinci.c b/drivers/bootcount/bootcount_davinci.c
index efa4d42cbf..eddd940005 100644
--- a/drivers/bootcount/bootcount_davinci.c
+++ b/drivers/bootcount/bootcount_davinci.c
@@ -6,8 +6,7 @@
*/
#include <bootcount.h>
-#include <asm/arch/da850_lowlevel.h>
-#include <asm/arch/davinci_misc.h>
+#include <asm/davinci_rtc.h>
void bootcount_store(ulong a)
{
OpenPOWER on IntegriCloud