diff options
author | Stefan Roese <sr@denx.de> | 2014-10-22 10:13:06 (GMT) |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-10-23 13:59:20 (GMT) |
commit | 3dc23f7852158fafde9eb736060f9e8131997f19 (patch) | |
tree | 9304c712d44d32354ff17f1729948d4125ec317b /drivers/rtc | |
parent | d80cca29fe8876278e6e0c863c869a4cade7e8ad (diff) | |
download | u-boot-3dc23f7852158fafde9eb736060f9e8131997f19.tar.xz |
arm: marvell: Move arch/kirkwood.h to arch/soc.h
This move makes is possible to use this header not only from kirkwood
platforms but from all Marvell mvebu platforms.
Signed-off-by: Stefan Roese <sr@denx.de>
Tested-by: Luka Perkov <luka@openwrt.org>
Acked-by: Prafulla Wadaskar <prafulla@marvell.com>
Diffstat (limited to 'drivers/rtc')
-rw-r--r-- | drivers/rtc/mvrtc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/mvrtc.h b/drivers/rtc/mvrtc.h index ce7a69b..ebddc12 100644 --- a/drivers/rtc/mvrtc.h +++ b/drivers/rtc/mvrtc.h @@ -12,7 +12,7 @@ #ifndef _MVRTC_H_ #define _MVRTC_H_ -#include <asm/arch/kirkwood.h> +#include <asm/arch/soc.h> #include <compiler.h> /* RTC registers */ |