[RFC PATCH V2 9/9] appended dtbs works!
From: nico@fluxnic.net (Nicolas Pitre)
Date: 2013-08-02 19:42:22
From: nico@fluxnic.net (Nicolas Pitre)
Date: 2013-08-02 19:42:22
On Fri, 2 Aug 2013, Jason Cooper wrote:
With this commit, the user can build a single binary with the zImage linked in and the dtbs appended.
Do you mean that you can append a DTB to the resulting binary we call the impedance matcher, or do you mean this supports the linking of a zImage with a DTB already appended? If the later I'd recommend against supporting this. If the former that's fine. This project allows for turning off CONFIG_ARM_APPENDED_DTB and that should probably be documented somewhere to avoid confusion. Nicolas