diff options
author | Dalon Westergreen <dwesterg@gmail.com> | 2019-09-18 15:03:49 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-20 18:39:32 -0700 |
commit | d67906c96a1cec7e2780b03e4b941615d37721ee (patch) | |
tree | 5e0c75108443528ba187e02723c276952b2db427 /conf/machine/include | |
parent | 87fe6e18e5c23ab8031ed9f19d3a4688fb069699 (diff) | |
download | meta-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.inc | 2 |
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" | |||
8 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-socfpga" | 8 | PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-socfpga" |
9 | PREFERRED_PROVIDER_u-boot ?= "u-boot-socfpga" | 9 | PREFERRED_PROVIDER_u-boot ?= "u-boot-socfpga" |
10 | 10 | ||
11 | SPL_BINARY = "spl/u-boot-spl.hex" | 11 | SPL_BINARY = "spl/u-boot-spl-dtb.hex" |
12 | UBOOT_SUFFIX = "img" | 12 | UBOOT_SUFFIX = "img" |
13 | UBOOT_BINARY = "u-boot.img" | 13 | UBOOT_BINARY = "u-boot.img" |
14 | UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" | 14 | UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" |