Re: [U-Boot] [PATCH 3/3] 85xx/86xx: Ensure MP boot page is not used

2009-04-01 Thread Wolfgang Denk
Dear Kumar Gala, In message <1238601989-6251-3-git-send-email-ga...@kernel.crashing.org> you wrote: > We had a bug on 86xx in which the boot page used to bring up secondary > cores was being overwritten and used for the malloc region in u-boot. > > We need to reserve the region of memory that th

[U-Boot] [PATCH 3/3] 85xx/86xx: Ensure MP boot page is not used

2009-04-01 Thread Kumar Gala
We had a bug on 86xx in which the boot page used to bring up secondary cores was being overwritten and used for the malloc region in u-boot. We need to reserve the region of memory that the boot page is going to be put at so nothing uses it. Signed-off-by: Kumar Gala Acked-by: Becky Bruce --- *