mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2026-05-18 11:10:03 +00:00
Pass the address of the address of the DTB to patch_dtb in boot.c, rather than just the address to the DTB. This allows the modified DTB address to overwrite the address of the original DTB, fixing a bug where the ramdisk address was not being passed to the kernel via the DTB successfully.