commit | fc39c2fd51e64707de4d61ed49479ebea2847e1b | [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 | c840d26c752141b94bbc24ac748ddd45752a955a [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>