From 4219e3db9ecf2b0634c6cd96580eedb690a58490 Mon Sep 17 00:00:00 2001 From: Michel-FK Date: Wed, 21 Oct 2020 23:19:57 +0200 Subject: [PATCH] fix u-boot-env.img path Signed-off-by: Michel-FK --- genimage.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genimage.cfg b/genimage.cfg index 7c47729..9a7014d 100644 --- a/genimage.cfg +++ b/genimage.cfg @@ -21,7 +21,7 @@ image sdcard.img { in-partition-table = "no" offset = 544K size = 128K - image = "FunKey/output/images/u-boot-env.img" + image = "Recovery/output/images/u-boot-env.img" } # partition gpt-table {