diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2019-03-28 11:01:23 +0800 |
---|---|---|
committer | Philipp Tomsich <philipp.tomsich@theobroma-systems.com> | 2019-05-01 00:00:05 +0200 |
commit | 15f09a1a834b125ed4a6102eac96186da0641541 (patch) | |
tree | c9ea3bb11363ef34fcb26843aecf755f843cc23f /include/configs/rk3036_common.h | |
parent | 6916dad51104ca297c8037e15d9abcd1811117f5 (diff) | |
download | u-boot-15f09a1a834b125ed4a6102eac96186da0641541.tar.gz u-boot-15f09a1a834b125ed4a6102eac96186da0641541.tar.xz u-boot-15f09a1a834b125ed4a6102eac96186da0641541.zip |
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 'include/configs/rk3036_common.h')
-rw-r--r-- | include/configs/rk3036_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/rk3036_common.h b/include/configs/rk3036_common.h index 6c02446a65..f5d09d18e5 100644 --- a/include/configs/rk3036_common.h +++ b/include/configs/rk3036_common.h @@ -5,7 +5,7 @@ #ifndef __CONFIG_RK3036_COMMON_H #define __CONFIG_RK3036_COMMON_H -#include <asm/arch/hardware.h> +#include <asm/arch-rockchip/hardware.h> #include "rockchip-common.h" #define CONFIG_SYS_MALLOC_LEN (32 << 20) |