rockchip-linux / u-boot

U-Boot tree for pending commits
113 stars 79 forks source link

Set right offset for dtb file #52

Closed Zortaniac closed 6 months ago

Zortaniac commented 4 years ago

Set right offset for dtb file if read from second pos in android recovery image. The right offset is used to locate the file in the recovery image and the header gets checked correctly but when added to the file list the wrong base address is used. The file points to the image header not to the dtb on later usage.