Re: [U-Boot] [PATCH 5/5] pxa: fix relocation

2011-11-28 Thread Stefan Herbrechtsmeier
Am 26.11.2011 23:27, schrieb Remy Bohmer: 2011/10/17 Stefan Herbrechtsmeiersherb...@cit-ec.uni-bielefeld.de: The current relocation don't work correct, as it doesn't clear the initial ram (dcache) after relocation. This leads to missing bootargs during Linux boot. Additionally the current

Re: [U-Boot] [PATCH 5/5] pxa: fix relocation

2011-11-26 Thread Remy Bohmer
Hi, 2011/10/17 Stefan Herbrechtsmeier sherb...@cit-ec.uni-bielefeld.de: The current relocation don't work correct, as it doesn't clear the initial ram (dcache) after relocation. This leads to missing bootargs during Linux boot. Additionally the current relocation use the sdram address for the

[U-Boot] [PATCH 5/5] pxa: fix relocation

2011-10-17 Thread Stefan Herbrechtsmeier
The current relocation don't work correct, as it doesn't clear the initial ram (dcache) after relocation. This leads to missing bootargs during Linux boot. Additionally the current relocation use the sdram address for the initial ram which introduce a bug in the sdram initialization. This patch