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/theobroma-systems/lion_rk3368/lion_rk3368.c | 6 +++--- board/theobroma-systems/puma_rk3399/puma-rk3399.c | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'board/theobroma-systems') diff --git a/board/theobroma-systems/lion_rk3368/lion_rk3368.c b/board/theobroma-systems/lion_rk3368/lion_rk3368.c index e207535df0..6cd5a5f18e 100644 --- a/board/theobroma-systems/lion_rk3368/lion_rk3368.c +++ b/board/theobroma-systems/lion_rk3368/lion_rk3368.c @@ -6,9 +6,9 @@ #include #include #include -#include -#include -#include +#include +#include +#include #include int mach_cpu_init(void) diff --git a/board/theobroma-systems/puma_rk3399/puma-rk3399.c b/board/theobroma-systems/puma_rk3399/puma-rk3399.c index 573e691457..c6b509c109 100644 --- a/board/theobroma-systems/puma_rk3399/puma-rk3399.c +++ b/board/theobroma-systems/puma_rk3399/puma-rk3399.c @@ -15,11 +15,11 @@ #include #include #include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include #include #include -- cgit v1.2.3