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 --- include/configs/rk3368_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/rk3368_common.h') diff --git a/include/configs/rk3368_common.h b/include/configs/rk3368_common.h index cf51f25bf3..bb2e96ba05 100644 --- a/include/configs/rk3368_common.h +++ b/include/configs/rk3368_common.h @@ -10,7 +10,7 @@ #define CONFIG_SYS_CACHELINE_SIZE 64 -#include +#include #include #define CONFIG_SYS_SDRAM_BASE 0 -- cgit