mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
starfive: visionfive2: add device tree overlay support
device tree overlay support requires fdtoverlay_addr_r to be set before ~~~~~~ Invalid fdtoverlay_addr_r for loading overlays after ~~~~~ Retrieving file: /boot/overlay/rtc-ds3231.dtbo Signed-off-by: John Clark <inindev@gmail.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
This commit is contained in:
parent
866dcd88a0
commit
94533cd9c1
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
|||
"kernel_comp_addr_r=0x88000000\0" \
|
||||
"kernel_comp_size=0x4000000\0" \
|
||||
"fdt_addr_r=0x46000000\0" \
|
||||
"fdtoverlay_addr_r=0x45800000\0" \
|
||||
"scriptaddr=0x43900000\0" \
|
||||
"pxefile_addr_r=0x45900000\0" \
|
||||
"ramdisk_addr_r=0x46100000\0" \
|
||||
|
|
Loading…
Add table
Reference in a new issue