From: Philipp Tomsich Date: Fri, 14 Jul 2017 15:51:44 +0000 (+0200) Subject: rockchip: rk3368: spl: enable SPL_FRAMEWORK in rk3368_common.h X-Git-Tag: v2017.09-rc2~5^2~35 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1c78740285568bfc084a7f67cdddb130965c6938;p=oweals%2Fu-boot.git rockchip: rk3368: spl: enable SPL_FRAMEWORK in rk3368_common.h To build TPL and SPL stages for the RK3368, we will also need to enable the SPL_FRAMEWORK. Signed-off-by: Philipp Tomsich Reviewed-by: Simon Glass --- diff --git a/include/configs/rk3368_common.h b/include/configs/rk3368_common.h index e35f4c0a84..678f40d5bf 100644 --- a/include/configs/rk3368_common.h +++ b/include/configs/rk3368_common.h @@ -23,6 +23,7 @@ #define COUNTER_FREQUENCY 24000000 +#define CONFIG_SPL_FRAMEWORK #define CONFIG_SYS_NS16550_MEM32 #define CONFIG_SYS_TEXT_BASE 0x00200000