aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-07-14 17:51:44 +0200
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-08-13 17:12:33 +0200
commit1c78740285568bfc084a7f67cdddb130965c6938 (patch)
treeb3be2a6ca5292bb87ded31da152a76e278e78c84
parent1ac973a193387afc37b0069c2d011cbf2d5f970f (diff)
downloadu-boot-1c78740285568bfc084a7f67cdddb130965c6938.zip
u-boot-1c78740285568bfc084a7f67cdddb130965c6938.tar.gz
u-boot-1c78740285568bfc084a7f67cdddb130965c6938.tar.bz2
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 <philipp.tomsich@theobroma-systems.com> Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--include/configs/rk3368_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/rk3368_common.h b/include/configs/rk3368_common.h
index e35f4c0..678f40d 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