On 7 May 2018 at 12:12, Igor Mammedov wrote:
>
> Changelog v3->v4:
>* dropped "arm: boot: set boot_info starting from first_cpu",
> since it's applied to target-arm.next
>* fix crash (in 3/4) when QEMU tried to load DTB but none was provided,
> get_dtb() hook isn't set by most A
Changelog v3->v4:
* dropped "arm: boot: set boot_info starting from first_cpu",
since it's applied to target-arm.next
* fix crash (in 3/4) when QEMU tried to load DTB but none was provided,
get_dtb() hook isn't set by most ARM boards so such boards crash
trying to call it. Ch