commit | 04a3b142d654fe66ab4eb5df2c7bd5371793bac8 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@kernel.crashing.org> | Tue Mar 31 17:58:13 2009 -0500 |
committer | Kumar Gala <galak@kernel.crashing.org> | Wed Apr 01 15:29:49 2009 -0500 |
tree | 61674d1c39bd6f0d7c99bf6d6ffbee38c4fbda92 | |
parent | e1064b3cd59ae60f01a89e984fa2b7f000590d27 [diff] |
85xx/86xx: Ensure MP boot page is not used 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 <galak@kernel.crashing.org> Acked-by: Becky Bruce <beckyb@kernel.crashing.org>