summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2019-09-18 15:03:49 -0700
committerKhem Raj <raj.khem@gmail.com>2019-09-20 18:39:32 -0700
commitd67906c96a1cec7e2780b03e4b941615d37721ee (patch)
tree5e0c75108443528ba187e02723c276952b2db427 /conf/machine/include
parent87fe6e18e5c23ab8031ed9f19d3a4688fb069699 (diff)
downloadmeta-altera-d67906c96a1cec7e2780b03e4b941615d37721ee.tar.gz
Add support for u-boot-socfpga 2019.04
2019.04 is now the officially supported u-boot for all socfpga platforms. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/socfpga_armv8a.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/socfpga_armv8a.inc b/conf/machine/include/socfpga_armv8a.inc
index e6307a7..150e3f2 100644
--- a/conf/machine/include/socfpga_armv8a.inc
+++ b/conf/machine/include/socfpga_armv8a.inc
@@ -8,7 +8,7 @@ MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"
8PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-socfpga" 8PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-socfpga"
9PREFERRED_PROVIDER_u-boot ?= "u-boot-socfpga" 9PREFERRED_PROVIDER_u-boot ?= "u-boot-socfpga"
10 10
11SPL_BINARY = "spl/u-boot-spl.hex" 11SPL_BINARY = "spl/u-boot-spl-dtb.hex"
12UBOOT_SUFFIX = "img" 12UBOOT_SUFFIX = "img"
13UBOOT_BINARY = "u-boot.img" 13UBOOT_BINARY = "u-boot.img"
14UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" 14UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"