From 35c49577dea944f6f8c0546860dd67714e247ffd Mon Sep 17 00:00:00 2001 From: Renaud Barbier Date: Fri, 28 Feb 2014 12:58:52 +0000 Subject: MPC85xx: fix memory layout to prevent corruption during memtest Memory regions on MPC85xx boards are incorrectly defined leading to corruption when running memory tests. This patch updates the memory layout of MPC85xx boards so that critical memory regions can be correctly reserved during the memory test. Tested on the P2020RDB and DA923RC. Signed-off-by: Renaud Barbier Signed-off-by: Sascha Hauer --- arch/ppc/mach-mpc5xxx/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/ppc/mach-mpc5xxx') diff --git a/arch/ppc/mach-mpc5xxx/Kconfig b/arch/ppc/mach-mpc5xxx/Kconfig index 180aa32ad1..1ecce3a56c 100644 --- a/arch/ppc/mach-mpc5xxx/Kconfig +++ b/arch/ppc/mach-mpc5xxx/Kconfig @@ -32,6 +32,7 @@ config ARCH_MPC5200 config MPC5xxx bool depends on MACH_PHYCORE_MPC5200B_TINY + select HAVE_CONFIGURABLE_MEMORY_LAYOUT default y menu "Board specific settings" -- cgit v1.2.3