riscv: dts: spacemit: fix uboot partition offset on Milk-V Jupiter

Correct the uboot partition node name to match its actual offset.

Fixes: 2829823956 ("riscv: dts: spacemit: enable QSPI and add SPI NOR on Milk-V Jupiter")
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Reviewed-by: Yixun Lan <dlan@kernel.org>
Link: https://patch.msgid.link/20260519041458.3287843-6-aurelien@aurel32.net
Signed-off-by: Yixun Lan <dlan@kernel.org>
This commit is contained in:
Aurelien Jarno 2026-05-19 06:12:39 +02:00 committed by Yixun Lan
parent 60b5e027c8
commit 6edd9a0d32

View File

@ -379,7 +379,7 @@ env@60000 {
opensbi@70000 {
reg = <0x70000 0x30000>;
};
uboot@a00000 {
uboot@a0000 {
reg = <0xa0000 0x760000>;
};
};