From 6f816dda30299528aacdc5c98a0cd89be25e0142 Mon Sep 17 00:00:00 2001 From: Alistair Francis Date: Wed, 3 Jul 2019 08:52:14 -0700 Subject: [PATCH] freedom-u540.conf: Include boot.scr.uimg in the boot partition Signed-off-by: Alistair Francis --- conf/machine/freedom-u540.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/freedom-u540.conf b/conf/machine/freedom-u540.conf index 4a8d4b2..9780a12 100644 --- a/conf/machine/freedom-u540.conf +++ b/conf/machine/freedom-u540.conf @@ -55,6 +55,7 @@ WKS_FILE_DEPENDS ?= " \ IMAGE_BOOT_FILES ?= " \ Image \ uImage \ + boot.scr.uimg \ " WKS_FILE ?= "freedom-u540-opensbi.wks"