[PATCH 1/2] bin: Fix the broken symbolic link of qemu_arm64 config file

Bin Meng bmeng.cn at gmail.com
Mon Nov 10 13:47:59 CET 2025


Commit 48a0f7fa renamed the conf.qemu_arm64_na to conf.qemu_arm64
but it forgot to update the symbolic link in the bin/ellesmere dir.

Fixes: 48a0f7fa ("bin: Run the conf without board_ident as default")
Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
---

 bin/ellesmere/conf.qemu_arm64    | 1 +
 bin/ellesmere/conf.qemu_arm64_na | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)
 create mode 120000 bin/ellesmere/conf.qemu_arm64
 delete mode 120000 bin/ellesmere/conf.qemu_arm64_na

diff --git a/bin/ellesmere/conf.qemu_arm64 b/bin/ellesmere/conf.qemu_arm64
new file mode 120000
index 0000000..dee6855
--- /dev/null
+++ b/bin/ellesmere/conf.qemu_arm64
@@ -0,0 +1 @@
+../travis-ci/conf.qemu_arm64
\ No newline at end of file
diff --git a/bin/ellesmere/conf.qemu_arm64_na b/bin/ellesmere/conf.qemu_arm64_na
deleted file mode 120000
index cf56db1..0000000
--- a/bin/ellesmere/conf.qemu_arm64_na
+++ /dev/null
@@ -1 +0,0 @@
-../travis-ci/conf.qemu_arm64_na
\ No newline at end of file
-- 
2.34.1



More information about the U-Boot mailing list