summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/stratix10.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/stratix10.conf b/conf/machine/stratix10.conf
index f0b3edc..5030075 100644
--- a/conf/machine/stratix10.conf
+++ b/conf/machine/stratix10.conf
@@ -8,7 +8,7 @@ SPL_BINARY_stratix10 = "spl/u-boot-spl-dtb.bin"
8PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-socfpga" 8PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-socfpga"
9PREFERRED_VERSION_u-boot-socfpga ?= "v2017.09%" 9PREFERRED_VERSION_u-boot-socfpga ?= "v2017.09%"
10 10
11UBOOT_CONFIG ??= "stratix10-socdk" 11UBOOT_CONFIG ??= "stratix10-socdk"
12UBOOT_CONFIG[stratix10-socdk] = "socfpga_stratix10_defconfig" 12UBOOT_CONFIG[stratix10-socdk] = "socfpga_stratix10_defconfig"
13 13
14KERNEL_PROVIDER ?= "linux-altera" 14KERNEL_PROVIDER ?= "linux-altera"
@@ -23,3 +23,4 @@ FEATURE_PACKAGES_autoserial = "auto-serial-console"
23# auto-serial-console there 23# auto-serial-console there
24#USE_VT = "0" 24#USE_VT = "0"
25IMAGE_FSTYPES ?= "cpio ext3 tar.gz" 25IMAGE_FSTYPES ?= "cpio ext3 tar.gz"
26MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"