summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHean Loong Ong <loongx2@gmail.com>2019-08-02 14:21:14 +0800
committerKhem Raj <raj.khem@gmail.com>2019-08-02 19:01:14 -0700
commitbc1096f74eb2a72d7dabb3c0e7b8cdddd9a0ba9a (patch)
treef5478c61bc54948063ec72eb725777c7d878fd7b
parent4252ae1f4ea2a1fa7758a49066bc3a218bc6bc5e (diff)
downloadmeta-altera-bc1096f74eb2a72d7dabb3c0e7b8cdddd9a0ba9a.tar.gz
Update arria10.conf
Add jffs image configuration
-rw-r--r--conf/machine/arria10.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/arria10.conf b/conf/machine/arria10.conf
index b7313ae..249edcc 100644
--- a/conf/machine/arria10.conf
+++ b/conf/machine/arria10.conf
@@ -23,6 +23,7 @@ KERNEL_DEVICETREE ?= "\
23 socfpga_arria10_socdk_qspi.dtb \ 23 socfpga_arria10_socdk_qspi.dtb \
24 socfpga_arria10_socdk_nand.dtb \ 24 socfpga_arria10_socdk_nand.dtb \
25 " 25 "
26EXTRA_IMAGECMD_jffs2 = "--squash -s 256 -e 64KiB"
26 27
27SERIAL_CONSOLES ?= "115200;ttyS0" 28SERIAL_CONSOLES ?= "115200;ttyS0"
28 29