Re: [U-Boot] [PATCH 2/3] 85xx: Introduce determine_mp_bootpg() helper.

2009-04-01 Thread Becky Bruce
On Apr 1, 2009, at 11:06 AM, Kumar Gala wrote: > Match determine_mp_bootpg() that was added for 86xx. We need this to > address a bug introduced in v2009.03 with 86xx MP booting. We have to > make sure to reserve the region of memory used for the MP bootpg() so > other u-boot code doesn't use i

[U-Boot] [PATCH 2/3] 85xx: Introduce determine_mp_bootpg() helper.

2009-04-01 Thread Kumar Gala
Match determine_mp_bootpg() that was added for 86xx. We need this to address a bug introduced in v2009.03 with 86xx MP booting. We have to make sure to reserve the region of memory used for the MP bootpg() so other u-boot code doesn't use it. Signed-off-by: Kumar Gala --- * fix up based on twea