summaryrefslogtreecommitdiffstats
path: root/bsp/meta-altera/conf/machine/stratix10.conf
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/meta-altera/conf/machine/stratix10.conf')
-rw-r--r--bsp/meta-altera/conf/machine/stratix10.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/bsp/meta-altera/conf/machine/stratix10.conf b/bsp/meta-altera/conf/machine/stratix10.conf
index a3ca1f77..4b4ad3a0 100644
--- a/bsp/meta-altera/conf/machine/stratix10.conf
+++ b/bsp/meta-altera/conf/machine/stratix10.conf
@@ -5,18 +5,19 @@
require conf/machine/include/socfpga_armv8a.inc
UBOOT_CONFIG ??= "stratix10-socdk"
-UBOOT_CONFIG[stratix10-socdk] = "socfpga_stratix10_defconfig"
KERNEL_DEVICETREE ?= "altera/socfpga_stratix10_socdk.dtb"
SERIAL_CONSOLES ?= "115200;ttyS0"
+EXTRA_IMAGECMD_jffs2 ?= "-n -q -e 0x10000"
+
# Add variables for wic creation of sdcard image
IMAGE_BOOT_FILES ?= " \
${UBOOT_BINARY} \
${KERNEL_IMAGETYPE} \
socfpga_stratix10_socdk.dtb \
"
-WKS_FILE ?= "sdimage-stratix10.wks"
+WKS_FILE ?= "sdimage-stratix10-agilex.wks"
IMAGE_FSTYPES += "wic"