From 9b47da504d14c33b76d586a85d82432f87a971ea Mon Sep 17 00:00:00 2001 From: Dalon Westergreen Date: Thu, 15 Feb 2018 13:59:36 -0800 Subject: Cleanup stratix10.conf remove redundant _stratix10 from variables and add all needed UBOOT variables Signed-off-by: Dalon Westergreen --- conf/machine/stratix10.conf | 7 +++++-- 1 file 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 @@ require conf/machine/include/arm/arch-armv8.inc -SPL_BINARY_stratix10 = "spl/u-boot-spl-dtb.bin" +SPL_BINARY = "spl/u-boot-spl-dtb.bin" +UBOOT_SUFFIX = "img" +UBOOT_BINARY = "u-boot-dtb.img" +UBOOT_IMAGE = "u-boot-dtb-${MACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-socfpga" PREFERRED_VERSION_u-boot-socfpga ?= "v2017.09%" @@ -15,7 +18,7 @@ KERNEL_PROVIDER ?= "linux-altera" PREFERRED_PROVIDER_virtual/kernel ?= "${KERNEL_PROVIDER}" KERNEL_IMAGETYPE = "Image" -KERNEL_DEVICETREE_stratix10 ?= "altera/socfpga_stratix10_socdk.dtb" +KERNEL_DEVICETREE ?= "altera/socfpga_stratix10_socdk.dtb" # we do not want to have getty running on tty1 as we run # auto-serial-console there -- cgit v1.2.3-54-g00ecf