From: Klaus Goger Date: Fri, 6 Oct 2017 17:24:09 +0000 (+0200) Subject: rockchip: configs: use rockchip-common.h for rk3368 X-Git-Tag: v2017.11-rc4~21^2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e3e842f17cfe0f3f4972c462a4d3ed13ba5eb1ab;p=u-boot rockchip: configs: use rockchip-common.h for rk3368 rockchip-common.h already defines values that are missing from rk3368_common.h For example BOOT_TARGET_DEVICES was defined empty and therefore distroboot had no boot targets. Signed-off-by: Klaus Goger Acked-by: Philipp Tomsich Reviewed-by: Philipp Tomsich --- diff --git a/include/configs/rk3368_common.h b/include/configs/rk3368_common.h index 8b4155f37c..b643cc2464 100644 --- a/include/configs/rk3368_common.h +++ b/include/configs/rk3368_common.h @@ -7,6 +7,8 @@ #ifndef __CONFIG_RK3368_COMMON_H #define __CONFIG_RK3368_COMMON_H +#include "rockchip-common.h" + #define CONFIG_SYS_CACHELINE_SIZE 64 #include @@ -44,10 +46,6 @@ "kernel_addr_r=0x280000\0" \ "ramdisk_addr_r=0x5bf0000\0" -#include - -#define BOOT_TARGET_DEVICES(func) - #include #define CONFIG_EXTRA_ENV_SETTINGS \