mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-12 16:07:30 +00:00
powerpc/85xx: Fix plat_mp_up() disabling of BPTR for CoreNet Platforms
Copying directly from ECM/PQ3 is not correct for how CoreNet based platforms handle boot page translation. Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
This commit is contained in:
parent
d89a976c13
commit
e81241af5a
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2008-2010 Freescale Semiconductor, Inc.
|
||||
* Copyright 2008-2011 Freescale Semiconductor, Inc.
|
||||
*
|
||||
* See file CREDITS for list of people who contributed to this
|
||||
* project.
|
||||
|
@ -288,7 +288,7 @@ static void plat_mp_up(unsigned long bootpg)
|
|||
* unusable for normal operation but it does allow OSes to easily
|
||||
* reset a processor core to put it back into U-Boot's spinloop.
|
||||
*/
|
||||
clrbits_be32(&ecm->bptr, 0x80000000);
|
||||
clrbits_be32(&ccm->bstrar, LAW_EN);
|
||||
#endif
|
||||
}
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue