Re: [U-Boot] [PATCH 01/25] SPEAr: Fix ARM relocation support

2012-03-07 Thread Stefan Roese
On Wednesday 07 March 2012 13:03:50 Amit Virdi wrote: > While the u-boot code is running from the flash, it is essential that no > access is made to the bss segment. This is due to the fact that .rel.dyn > and .bss areas overlap and former contains information used in relocation. > In SPEAr, this w

[U-Boot] [PATCH 01/25] SPEAr: Fix ARM relocation support

2012-03-07 Thread Amit Virdi
While the u-boot code is running from the flash, it is essential that no access is made to the bss segment. This is due to the fact that .rel.dyn and .bss areas overlap and former contains information used in relocation. In SPEAr, this was not taken into consideration. As a result, while the reloca