mirror of https://github.com/armbian/build.git
boards / Helios4: Fix: libfdt fdt_path_offset() returned FDT_ERR_NOTFOUND
Bump U-Boot v2025.10: - In DT path `/soc/spi@10680/` the entry `spi-flash@0` was renamed to `flash@0`
This commit is contained in:
parent
6ae23de2a4
commit
f643d5073e
|
|
@ -380,7 +380,7 @@ if test "${spi_workaround}" = "on"; then
|
|||
fdt set /soc/internal-regs/sata@e0000 status "disabled"
|
||||
fdt set /soc/internal-regs/sata@a8000 status "disabled"
|
||||
fdt set /soc/spi@10680 status "okay"
|
||||
fdt set /soc/spi@10680/spi-flash@0 status "okay"
|
||||
fdt set /soc/spi@10680/flash@0 status "okay"
|
||||
fi
|
||||
|
||||
# resize (trim) device tree after all overlays have been applied and fixup scripts have been run
|
||||
|
|
|
|||
Loading…
Reference in New Issue