summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/arria10.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/machine/arria10.conf b/conf/machine/arria10.conf
index 40b258f..02b73df 100644
--- a/conf/machine/arria10.conf
+++ b/conf/machine/arria10.conf
@@ -21,7 +21,10 @@ KERNEL_DEVICETREE ?= "\
21 socfpga_arria10_socdk_qspi.dtb \ 21 socfpga_arria10_socdk_qspi.dtb \
22 socfpga_arria10_socdk_nand.dtb \ 22 socfpga_arria10_socdk_nand.dtb \
23 " 23 "
24EXTRA_IMAGECMD_jffs2 = "--squash -s 256 -e 64KiB" 24
25JFFS2_ERASEBLOCK ?= "${@bb.utils.contains("A10_IMAGE_TYPE", "NAND", "-e 0x20000", "", d)} \
26 ${@bb.utils.contains("A10_IMAGE_TYPE", "QSPI", "-e 0x10000", "", d)}"
27EXTRA_IMAGECMD_jffs2 ?= "--squash -s 256 ${JFFS2_ERASEBLOCK}"
25 28
26SERIAL_CONSOLES ?= "115200;ttyS0" 29SERIAL_CONSOLES ?= "115200;ttyS0"
27 30