diff options
author | Dalon Westergreen <dwesterg@gmail.com> | 2019-09-20 08:19:25 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-09-20 18:39:32 -0700 |
commit | d808fd9b06890a84bcda0470a7cfbbed7891465d (patch) | |
tree | 1cb69b30884db63a06c4ea7b4a87fb75fdae3a0d /conf/machine | |
parent | a12f770f02de8b502930d8ce348bfa899309a187 (diff) | |
download | meta-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>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/arria10.conf | 2 |
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 @@ | |||
5 | require conf/machine/include/socfpga.inc | 5 | require conf/machine/include/socfpga.inc |
6 | 6 | ||
7 | SPL_BINARY = "u-boot-with-spl.sfp" | 7 | SPL_BINARY = "u-boot-with-spl.sfp" |
8 | UBOOT_BINARY = "u-boot-dtb.img" | 8 | UBOOT_BINARY = "u-boot.img" |
9 | 9 | ||
10 | UBOOT_CONFIG ??= "arria10-socdk" | 10 | UBOOT_CONFIG ??= "arria10-socdk" |
11 | 11 | ||