summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/stratix10.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/machine/stratix10.conf b/conf/machine/stratix10.conf
index 30ab930..52603bf 100644
--- a/conf/machine/stratix10.conf
+++ b/conf/machine/stratix10.conf
@@ -4,7 +4,10 @@
4 4
5require conf/machine/include/arm/arch-armv8.inc 5require conf/machine/include/arm/arch-armv8.inc
6 6
7SPL_BINARY_stratix10 = "spl/u-boot-spl-dtb.bin" 7SPL_BINARY = "spl/u-boot-spl-dtb.bin"
8UBOOT_SUFFIX = "img"
9UBOOT_BINARY = "u-boot-dtb.img"
10UBOOT_IMAGE = "u-boot-dtb-${MACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
8PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-socfpga" 11PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-socfpga"
9PREFERRED_VERSION_u-boot-socfpga ?= "v2017.09%" 12PREFERRED_VERSION_u-boot-socfpga ?= "v2017.09%"
10 13
@@ -15,7 +18,7 @@ KERNEL_PROVIDER ?= "linux-altera"
15PREFERRED_PROVIDER_virtual/kernel ?= "${KERNEL_PROVIDER}" 18PREFERRED_PROVIDER_virtual/kernel ?= "${KERNEL_PROVIDER}"
16KERNEL_IMAGETYPE = "Image" 19KERNEL_IMAGETYPE = "Image"
17 20
18KERNEL_DEVICETREE_stratix10 ?= "altera/socfpga_stratix10_socdk.dtb" 21KERNEL_DEVICETREE ?= "altera/socfpga_stratix10_socdk.dtb"
19 22
20# we do not want to have getty running on tty1 as we run 23# we do not want to have getty running on tty1 as we run
21# auto-serial-console there 24# auto-serial-console there