Re: [PATCH v2] ARM: ux500: Allocate correct amount of memory for the u8540 in DT

2013-06-04 Thread Linus Walleij
On Fri, May 31, 2013 at 5:15 PM, Lee Jones wrote: > As it stands, the memory node in the u8540 Device Tree is ignored and > memory is actually stipulated by the bootloader via ATAGS. ARM core > architecture code then extracts the memory ATAG and inserts it into the > Device Tree. In the u8540 the

[PATCH v2] ARM: ux500: Allocate correct amount of memory for the u8540 in DT

2013-05-31 Thread Lee Jones
As it stands, the memory node in the u8540 Device Tree is ignored and memory is actually stipulated by the bootloader via ATAGS. ARM core architecture code then extracts the memory ATAG and inserts it into the Device Tree. In the u8540 the LittleKernel bootloader only stipulates 512MB of memory; ho