On Sun, 18 Sep 2011, Linus Walleij wrote:
On Tue, Sep 13, 2011 at 8:42 PM, David Brown [off-list ref] wrote:
quoted
On Tue, Sep 06, 2011 at 01:52:43PM -0400, Nicolas Pitre wrote:
quoted
My latest patchset is here:
git://git.linaro.org/people/nico/linux zImage_DTB_append
I'm not fully satisfied to send them upstream yet though.
These patches do appear to still work on MSM.
Hm I wonder what is wrong on our end, probably our own fault :-/
Arey you encapsulating the zImage+DTB in a uImage like I do
(so as to use with elder U-Boot) or are you using some other
method to get the zImage+DTB into the system?
What I do to thest it here is along those lines:
make <whatever_foo_defconfig_you_want>
make zImage
cat foobar.dtb >> arch/arm/boot/zImage
make uImage
Nicolas