Re: [PATCH] ARM: Fix device tree blob corruption.

2010-09-21 Thread Grant Likely
On Tue, Sep 21, 2010 at 3:24 AM, Shaju Abraham wrote: > The device tree support for arm is broken in > git://git.secretlab.ca/git/linux-2.6.git test-devtree. > due to not reserving the memory used by the device tree blob.The device tree > blob gets corrupted > as a result. The patch reserves the

[PATCH] ARM: Fix device tree blob corruption.

2010-09-20 Thread Shaju Abraham
The device tree support for arm is broken in git://git.secretlab.ca/git/linux-2.6.git test-devtree. due to not reserving the memory used by the device tree blob.The device tree blob gets corrupted as a result. The patch reserves the memblock used by device tree blob. Signed-off-by: Shaju Abraha