aboutsummaryrefslogtreecommitdiff
path: root/board/rda/rda8850e/config.mk
diff options
context:
space:
mode:
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