Re: [U-Boot] [PATCH 1/3] fdt: add memory bank decoding functions for board setup

2016-12-11 Thread Nathan Rossi
On 12 December 2016 at 06:27, Simon Glass wrote: > Hi Nathan, > > On 11 December 2016 at 08:58, Nathan Rossi wrote: >> Add two functions for use by board implementations to decode the memory >> banks of the /memory node so as to populate the global data with >> ram_size and board info for memory

Re: [U-Boot] [PATCH 1/3] fdt: add memory bank decoding functions for board setup

2016-12-11 Thread Simon Glass
Hi Nathan, On 11 December 2016 at 08:58, Nathan Rossi wrote: > Add two functions for use by board implementations to decode the memory > banks of the /memory node so as to populate the global data with > ram_size and board info for memory banks. > > The fdtdec_setup_memory_size() function decodes

[U-Boot] [PATCH 1/3] fdt: add memory bank decoding functions for board setup

2016-12-11 Thread Nathan Rossi
Add two functions for use by board implementations to decode the memory banks of the /memory node so as to populate the global data with ram_size and board info for memory banks. The fdtdec_setup_memory_size() function decodes the first memory bank and sets up the gd->ram_size with the size of the