summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/arria10.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/conf/machine/arria10.conf b/conf/machine/arria10.conf
index 02b73df..9935b5a 100644
--- a/conf/machine/arria10.conf
+++ b/conf/machine/arria10.conf
@@ -22,9 +22,10 @@ KERNEL_DEVICETREE ?= "\
22 socfpga_arria10_socdk_nand.dtb \ 22 socfpga_arria10_socdk_nand.dtb \
23 " 23 "
24 24
25JFFS2_ERASEBLOCK ?= "${@bb.utils.contains("A10_IMAGE_TYPE", "NAND", "-e 0x20000", "", d)} \ 25EXTRA_IMAGECMD_jffs2 ?= "\
26 ${@bb.utils.contains("A10_IMAGE_TYPE", "QSPI", "-e 0x10000", "", d)}" 26 ${@bb.utils.contains("A10_IMAGE_TYPE", "NAND", "-e 0x20000 -s 0x200", "", d)} \
27EXTRA_IMAGECMD_jffs2 ?= "--squash -s 256 ${JFFS2_ERASEBLOCK}" 27 ${@bb.utils.contains("A10_IMAGE_TYPE", "QSPI", "-e 0x10000", "", d)} \
28 "
28 29
29SERIAL_CONSOLES ?= "115200;ttyS0" 30SERIAL_CONSOLES ?= "115200;ttyS0"
30 31