[U-Boot] [PATCH 2/2 v2] xpedite5370: Enable MP support

Peter Tyser ptyser at xes-inc.com
Thu Aug 6 00:23:44 CEST 2009


Also, disable Boot Page Translation after the secondary core is enabled
so that the 0xfffff000-0xffffffff memory region can still be utilized
for flash similar to other X-ES boards

Signed-off-by: Peter Tyser <ptyser at xes-inc.com>
---
 include/configs/XPEDITE5370.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/configs/XPEDITE5370.h b/include/configs/XPEDITE5370.h
index acb62ad..0847db8 100644
--- a/include/configs/XPEDITE5370.h
+++ b/include/configs/XPEDITE5370.h
@@ -34,6 +34,8 @@
 #define CONFIG_E500		1	/* BOOKE e500 family */
 #define CONFIG_MPC85xx		1	/* MPC8540/60/55/41/48 */
 #define CONFIG_MPC8572		1
+#define CONFIG_MP
+#define CONFIG_MPC8xxx_DISABLE_BPTR	/* Disable boot page translation */
 #define CONFIG_XPEDITE5370	1
 #define CONFIG_SYS_BOARD_NAME	"XPedite5370"
 #define CONFIG_NUM_CPUS		2	/* 2 Cores */
-- 
1.6.2.1



More information about the U-Boot mailing list