Re: [U-Boot] [PATCH v3 3/7] FDT: Add fixup support for multiple banks of memory

2010-10-18 Thread Wolfgang Denk
Dear John Rigby, In message <1286999857-13790-4-git-send-email-john.ri...@linaro.org> you wrote: > Add fdt_fixup_memory_banks and reimplement fdt_fixup_memory > using it. Tested on OMAP3 beagle board with two banks of > memory. > > Signed-off-by: John Rigby > CC: Jerry Van Baren > --- > commo

[U-Boot] [PATCH v3 3/7] FDT: Add fixup support for multiple banks of memory

2010-10-13 Thread John Rigby
Add fdt_fixup_memory_banks and reimplement fdt_fixup_memory using it. Tested on OMAP3 beagle board with two banks of memory. Signed-off-by: John Rigby CC: Jerry Van Baren --- common/fdt_support.c | 86 ++--- include/fdt_support.h |1 + 2 files