summaryrefslogtreecommitdiffstats
path: root/bsp/meta-altera/conf/machine/cyclone5.conf
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/meta-altera/conf/machine/cyclone5.conf')
-rw-r--r--bsp/meta-altera/conf/machine/cyclone5.conf11
1 files changed, 2 insertions, 9 deletions
diff --git a/bsp/meta-altera/conf/machine/cyclone5.conf b/bsp/meta-altera/conf/machine/cyclone5.conf
index bee250bf..13f5c8da 100644
--- a/bsp/meta-altera/conf/machine/cyclone5.conf
+++ b/bsp/meta-altera/conf/machine/cyclone5.conf
@@ -4,17 +4,8 @@
require conf/machine/include/socfpga.inc
-PREFERRED_VERSION_u-boot-socfpga ?= "v2019.01%"
-
UBOOT_CONFIG ??= "cyclone5-socdk"
-UBOOT_CONFIG[cyclone5-socdk] = "socfpga_cyclone5_defconfig"
-UBOOT_CONFIG[de0-nano-soc] = "socfpga_de0_nano_soc_defconfig"
-UBOOT_CONFIG[mcvevk] = "socfpga_mcvevk_defconfig"
-UBOOT_CONFIG[sockit] = "socfpga_sockit_defconfig"
-UBOOT_CONFIG[socrates] = "socfpga_socrates_defconfig"
-UBOOT_CONFIG[sr1500] = "socfpga_sr1500_defconfig"
-
KMACHINE = "cyclone5"
# Default kernel devicetrees
@@ -47,6 +38,8 @@ IMAGE_BOOT_FILES ?= " \
extlinux.conf;extlinux/extlinux.conf \
"
+EXTRA_IMAGECMD_jffs2 ?= "-e 0x10000"
+
WKS_FILE ?= "sdimage-cyclone5-arria5.wks"
IMAGE_FSTYPES +="wic"