From 149fce953c0e557f089db6ed0b4a757c4c56a992 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Mon, 17 Apr 2023 00:34:44 +0800
Subject: [PATCH] Fix u-boot build for miss buildroot cross compiler bug
---
bsp/images/igkboard.json | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/bsp/images/igkboard.json b/bsp/images/igkboard.json
index 50a2ce5..04dad55 100644
--- a/bsp/images/igkboard.json
+++ b/bsp/images/igkboard.json
@@ -1,6 +1,6 @@
{
"IMAGE_CONF": {
- "NAME": "linuxsys_${BOARD}_${SYSNAME}.img",
+ "NAME": "linuxsys-${SYSNAME}-${BOARD}.img",
"SIZE": "1024",
"COMPRESS": "no"
},
--
Gitblit v1.9.1