* Nicolas Pitre <[email protected]> [110611 23:03]: > The appended DTB gets relocated with the decompressor code to get out > of the way of the decompressed kernel. However the .bss section may > be larger than the relocated code and data, therefore overwriting the > DTB. Let's make sure the relocation takes care of moving zImage so > no conflict with .bss occurs. > > Thanks to Tony Lindgren <[email protected]> for figuring out this issue. > > While at it, let's clean up the code a bit so that the wont_overwrite > symbol is used while determining if a conflict exists, making the above > change more precise as well as eliminating some ARM/THUMB alternates. > > Signed-off-by: Nicolas Pitre <[email protected]>
Great, this simplifies things: Acked-by: Tony Lindgren <[email protected]> _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
