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.
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.