
19 Feb
2013
19 Feb
'13
5:35 p.m.
On Thu, Jan 24, 2013 at 09:39:19PM -0600, Rob Herring wrote:
From: Rob Herring rob.herring@calxeda.com
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 rob.herring@calxeda.com
OK. With the notion that it's best to not fiddle with already correct things, we should have a way "out" there. But this patch means that bd->bi_dram is never set which looks to have some bad side-effects for cache (see arch/arm/lib/cache-cp15.c) so can we come up with some other way out here? Thanks!
--
Tom