summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2018-02-15 13:59:36 -0800
committerKhem Raj <raj.khem@gmail.com>2018-02-26 18:33:46 -0800
commit9b47da504d14c33b76d586a85d82432f87a971ea (patch)
treea2ab6185d9594e176b7e5099ec0887a52c3586c7
parent53b1543f22cb9d6688f19aa7ccaa0ab8edce8363 (diff)
downloadmeta-altera-9b47da504d14c33b76d586a85d82432f87a971ea.tar.gz
Cleanup stratix10.conf
remove redundant _stratix10 from variables and add all needed UBOOT variables Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
-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