Skip to content
Snippets Groups Projects
Commit e81241af authored by Ed Swarthout's avatar Ed Swarthout Committed by Kumar Gala
Browse files

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: default avatarEd Swarthout <Ed.Swarthout@freescale.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent d89a976c
No related branches found
No related tags found
No related merge requests found
/* /*
* Copyright 2008-2010 Freescale Semiconductor, Inc. * Copyright 2008-2011 Freescale Semiconductor, Inc.
* *
* See file CREDITS for list of people who contributed to this * See file CREDITS for list of people who contributed to this
* project. * project.
...@@ -288,7 +288,7 @@ static void plat_mp_up(unsigned long bootpg) ...@@ -288,7 +288,7 @@ static void plat_mp_up(unsigned long bootpg)
* unusable for normal operation but it does allow OSes to easily * unusable for normal operation but it does allow OSes to easily
* reset a processor core to put it back into U-Boot's spinloop. * 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 #endif
} }
#else #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment