summaryrefslogtreecommitdiff
path: root/board/rockchip/sheep_rk3368
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2019-03-28 06:01:23 +0300
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2019-05-01 01:00:05 +0300
commit15f09a1a834b125ed4a6102eac96186da0641541 (patch)
treec9ea3bb11363ef34fcb26843aecf755f843cc23f /board/rockchip/sheep_rk3368
parent6916dad51104ca297c8037e15d9abcd1811117f5 (diff)
downloadu-boot-15f09a1a834b125ed4a6102eac96186da0641541.tar.xz
rockchip: use 'arch-rockchip' as header file path
Rockchip use 'arch-rockchip' instead of arch-$(SOC) as common header file path, so that we can get the correct path directly. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'board/rockchip/sheep_rk3368')
-rw-r--r--board/rockchip/sheep_rk3368/sheep_rk3368.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/rockchip/sheep_rk3368/sheep_rk3368.c b/board/rockchip/sheep_rk3368/sheep_rk3368.c
index ea22cb985f..9bb93c7d16 100644
--- a/board/rockchip/sheep_rk3368/sheep_rk3368.c
+++ b/board/rockchip/sheep_rk3368/sheep_rk3368.c
@@ -4,8 +4,8 @@
*/
#include <common.h>
#include <asm/io.h>
-#include <asm/arch/clock.h>
-#include <asm/arch/grf_rk3368.h>
+#include <asm/arch-rockchip/clock.h>
+#include <asm/arch-rockchip/grf_rk3368.h>
#include <syscon.h>
int mach_cpu_init(void)