Re: [PATCH 3/3] image: android: handle ramdisk default address

2024-10-17 Thread Mattijs Korpershoek
Hi Neil, Thank you for the patch. On mer., oct. 16, 2024 at 17:46, Neil Armstrong wrote: > The two tools that create android boot images, mkbootimg and the fastboot > client, set the kernel address by default to 0x11008000. > > U-boot always honors this field, and will try to copy the ramdisk

[PATCH 3/3] image: android: handle ramdisk default address

2024-10-16 Thread Neil Armstrong
The two tools that create android boot images, mkbootimg and the fastboot client, set the kernel address by default to 0x11008000. U-boot always honors this field, and will try to copy the ramdisk to whatever value is set in the header, which won't be mapped to the actual RAM on most platforms, re