summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDalon Westergreen <dwesterg@gmail.com>2019-09-20 08:19:25 -0700
committerKhem Raj <raj.khem@gmail.com>2019-09-20 18:39:32 -0700
commitd808fd9b06890a84bcda0470a7cfbbed7891465d (patch)
tree1cb69b30884db63a06c4ea7b4a87fb75fdae3a0d
parenta12f770f02de8b502930d8ce348bfa899309a187 (diff)
downloadmeta-altera-d808fd9b06890a84bcda0470a7cfbbed7891465d.tar.gz
Arria10: Update u-boot binary name
u-boot default configuration now correctly has u-boot.img as the u-boot fat image filename. So we need to update the UBOOT_BINARY name appropriately. Signed-off-by: Dalon Westergreen <dwesterg@gmail.com>
-rw-r--r--conf/machine/arria10.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/arria10.conf b/conf/machine/arria10.conf
index 3fd23c1..40b258f 100644
--- a/conf/machine/arria10.conf
+++ b/conf/machine/arria10.conf
@@ -5,7 +5,7 @@
5require conf/machine/include/socfpga.inc 5require conf/machine/include/socfpga.inc
6 6
7SPL_BINARY = "u-boot-with-spl.sfp" 7SPL_BINARY = "u-boot-with-spl.sfp"
8UBOOT_BINARY = "u-boot-dtb.img" 8UBOOT_BINARY = "u-boot.img"
9 9
10UBOOT_CONFIG ??= "arria10-socdk" 10UBOOT_CONFIG ??= "arria10-socdk"
11 11