mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] common: boards: qemu-virt: fix env path for QEMU RISC-V
@ 2022-12-05 13:36 Ahmad Fatoum
  2022-12-07  6:59 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2022-12-05 13:36 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

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@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@20000000"
-#define ENV_DEVICE_PATH		"/soc/flash@20000000/partitions/partition@3c00000"
+#define PARTS_TARGET_PATH	"/flash@20000000"
+#define ENV_DEVICE_PATH		"/flash@20000000/partitions/partition@3c00000"
 #else
 #define PARTS_TARGET_PATH	"/flash@0"
 #define ENV_DEVICE_PATH		"/flash@0/partitions/partition@3c00000"
-- 
2.30.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-12-07  7:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-05 13:36 [PATCH] common: boards: qemu-virt: fix env path for QEMU RISC-V Ahmad Fatoum
2022-12-07  6:59 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox