summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorAlexander Dahl <ada@thorsis.com>2024-03-06 10:25:29 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2024-03-11 13:03:28 +0100
commitb0d397ff8ac83ca048a3f3267f807a29bd5d600c (patch)
treeddf8eac66bf6656b411dfc2b4753525eae780dfc /rules
parent83139e1e7cc9a615df525ae3774727c2ec2ea48d (diff)
downloadDistroKit-b0d397ff8ac83ca048a3f3267f807a29bd5d600c.tar.gz
DistroKit-b0d397ff8ac83ca048a3f3267f807a29bd5d600c.tar.xz
blspec-entry: Backport fix from ptxdist master
Backport PTXdist commit 0d360df876bc26f709cf (2024-02-02, Alexander Dahl: "blspec-entry: Fix kernel entry for FIT image"), otherwise barebox fails when trying to boot a FIT image like this: ERROR: could not open /mnt/mmc0.1//boot//boot/linux.fit: No such file or directory ERROR: blspec: Booting failed Signed-off-by: Alexander Dahl <ada@thorsis.com> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.pengutronix.de/20240306092530.1448784-3-a.fatoum@pengutronix.de Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/blspec-entry.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/blspec-entry.make b/rules/blspec-entry.make
index 7523009..4421594 100644
--- a/rules/blspec-entry.make
+++ b/rules/blspec-entry.make
@@ -30,7 +30,7 @@ endif
BLSPEC_ENTRY_LICENSE = ignore
ifdef PTXCONF_KERNEL_FIT
-BLSPEC_KERNEL_IMAGE = /boot/linux.fit
+BLSPEC_KERNEL_IMAGE = linux.fit
else
BLSPEC_KERNEL_IMAGE = $(KERNEL_IMAGE)
endif