Re: [U-Boot] [PATCH 6/8] ARM: bootm: allow skipping fdt memory node fixup

2015-06-07 Thread Simon Glass
Hi Andre, On 5 June 2015 at 18:14, Andre Przywara wrote: > On Fri, 5 Jun 2015 08:12:25 -0600 > Simon Glass wrote: > > Hi Simon, > > thanks for taking a look. > >> On 4 June 2015 at 17:58, Andre Przywara wrote: >> > From: Rob Herring >> > >> > Currently, u-boot will always fixup the DT memory n

Re: [U-Boot] [PATCH 6/8] ARM: bootm: allow skipping fdt memory node fixup

2015-06-05 Thread Andre Przywara
On Fri, 5 Jun 2015 08:12:25 -0600 Simon Glass wrote: Hi Simon, thanks for taking a look. > On 4 June 2015 at 17:58, Andre Przywara wrote: > > From: Rob Herring > > > > Currently, u-boot will always fixup the DT memory node on ARM. If > > the dtb has correct memory information, then we don't w

Re: [U-Boot] [PATCH 6/8] ARM: bootm: allow skipping fdt memory node fixup

2015-06-05 Thread Simon Glass
Hi Andre, On 4 June 2015 at 17:58, Andre Przywara wrote: > From: Rob Herring > > Currently, u-boot will always fixup the DT memory node on ARM. If the dtb > has correct memory information, then we don't want or need u-boot to touch > the memory node. Allow platforms to skip this by not filling i

[U-Boot] [PATCH 6/8] ARM: bootm: allow skipping fdt memory node fixup

2015-06-04 Thread Andre Przywara
From: Rob Herring Currently, u-boot will always fixup the DT memory node on ARM. If the dtb has correct memory information, then we don't want or need u-boot to touch the memory node. Allow platforms to skip this by not filling in dram bank information. Signed-off-by: Rob Herring Signed-off-by: