Re: [U-Boot] [PATCH 2/2] ARM: highbank: remove DRAM bank setup

2013-02-19 Thread Wolfgang Denk
Dear Rob Herring, In message <1359085160-28675-2-git-send-email-robherri...@gmail.com> you wrote: > > The memory sizes in highbank dtb's are already correct, so remove the DRAM > bank setup so the memory node is not fixed up by u-boot. I think you do more here... > -void dram_init_banksize(void)

[U-Boot] [PATCH 2/2] ARM: highbank: remove DRAM bank setup

2013-01-24 Thread Rob Herring
From: Rob Herring The memory sizes in highbank dtb's are already correct, so remove the DRAM bank setup so the memory node is not fixed up by u-boot. Signed-off-by: Rob Herring --- board/highbank/highbank.c |6 -- include/configs/highbank.h |2 +- 2 files changed, 1 insertion(+),