From d808fd9b06890a84bcda0470a7cfbbed7891465d Mon Sep 17 00:00:00 2001 From: Dalon Westergreen Date: Fri, 20 Sep 2019 08:19:25 -0700 Subject: 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 --- conf/machine/arria10.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ require conf/machine/include/socfpga.inc SPL_BINARY = "u-boot-with-spl.sfp" -UBOOT_BINARY = "u-boot-dtb.img" +UBOOT_BINARY = "u-boot.img" UBOOT_CONFIG ??= "arria10-socdk" -- cgit v1.2.3-54-g00ecf