aboutsummaryrefslogtreecommitdiff
path: root/board/rda/rda8850e/config.mk
diff options
context:
space:
mode:
authorDaniel Thompson <daniel.thompson@linaro.org>2017-07-31 17:23:07 +0100
committerDaniel Thompson <daniel.thompson@linaro.org>2017-07-31 17:23:07 +0100
commite5b9b8c8b78096e961f4a45b9d1418e4641f24f9 (patch)
treea88f532f386376fca6a376e2c362173f971dc144 /board/rda/rda8850e/config.mk
parent415d386877df49eb051b85ef74fa59a16dc17c7d (diff)
Orangepi i96 support (mega patch)rda/v2012.04.01-r0
This is https://github.com/orangepi-xunlong/OrangePiRDA_u-boot 5ee06c1afb7c ("add new patch a patch") as a single patch against a guestimated upstream version. This is merely a reference tree for later comparisons. Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org> NOT-Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Diffstat (limited to 'board/rda/rda8850e/config.mk')
-rw-r--r--board/rda/rda8850e/config.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/rda/rda8850e/config.mk b/board/rda/rda8850e/config.mk
new file mode 100644
index 0000000000..39782ba05e
--- /dev/null
+++ b/board/rda/rda8850e/config.mk
@@ -0,0 +1,15 @@
+#
+#the spl code should not exceed the SPL_MAX_SIZE,and if
+#the spl don't up to the max size, paddint the last with
+#zero(or 0xff?)
+
+#48kbytes, 48*1024
+#SPL_APPENDING_TO := 48
+#SPL_MAX_SIZE := 49512
+
+# space for spl(48KiB) & mtd partition table(4KiB),
+# so uboot offset 52KiB(48 + 4).
+
+SPL_APPENDING_TO := 52
+
+CONFIG_SPL_SIGNATURE_CHECK_IMAGE := y