[PATCH] common: boards: qemu-virt: fix env path for QEMU RISC-V
Ahmad Fatoum
a.fatoum at pengutronix.de
Mon Dec 5 05:36:02 PST 2022
At least with QEMU emulator version 7.1.0 (Debian 1:7.1+dfsg-2+b2),
the flash node is no longer in /soc and is instead top-level like
ARM Virt. Fix the path in the overlay accordingly.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
common/boards/qemu-virt/overlay-of-flash.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/common/boards/qemu-virt/overlay-of-flash.dts b/common/boards/qemu-virt/overlay-of-flash.dts
index ace2c7026b7a..3f2beaac3798 100644
--- a/common/boards/qemu-virt/overlay-of-flash.dts
+++ b/common/boards/qemu-virt/overlay-of-flash.dts
@@ -4,8 +4,8 @@
/plugin/;
#ifdef RISCV_VIRT
-#define PARTS_TARGET_PATH "/soc/flash at 20000000"
-#define ENV_DEVICE_PATH "/soc/flash at 20000000/partitions/partition at 3c00000"
+#define PARTS_TARGET_PATH "/flash at 20000000"
+#define ENV_DEVICE_PATH "/flash at 20000000/partitions/partition at 3c00000"
#else
#define PARTS_TARGET_PATH "/flash at 0"
#define ENV_DEVICE_PATH "/flash at 0/partitions/partition at 3c00000"
--
2.30.2
More information about the barebox
mailing list