From 15f09a1a834b125ed4a6102eac96186da0641541 Mon Sep 17 00:00:00 2001 From: Kever Yang Date: Thu, 28 Mar 2019 11:01:23 +0800 Subject: 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 Reviewed-by: Philipp Tomsich --- board/rockchip/sheep_rk3368/sheep_rk3368.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'board/rockchip/sheep_rk3368/sheep_rk3368.c') 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 #include -#include -#include +#include +#include #include int mach_cpu_init(void) -- cgit