[Buildroot] [PATCH v4 7/8] board/freescale/common/imx8: Templatize uboot image name

Xavier Roumegue xroumegue at gmail.com
Wed Nov 25 18:30:16 UTC 2020


Signed-off-by: Xavier Roumegue <xroumegue at gmail.com>
---
 board/freescale/common/imx/genimage.cfg.template_imx8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/freescale/common/imx/genimage.cfg.template_imx8 b/board/freescale/common/imx/genimage.cfg.template_imx8
index 5689205083..b9d6dbde27 100644
--- a/board/freescale/common/imx/genimage.cfg.template_imx8
+++ b/board/freescale/common/imx/genimage.cfg.template_imx8
@@ -23,7 +23,7 @@ image sdcard.img {
 
   partition imx-boot {
     in-partition-table = "no"
-    image = "imx8-boot-sd.bin"
+    image = "%UBOOTBIN%"
     offset = %IMXOFFSET%
   }
 
-- 
2.29.2




More information about the buildroot mailing list