From 45f2166ac0233a9263058378f39612bd11f61196 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Wed, 16 Jan 2008 09:06:48 -0600 Subject: 85xx: convert PM854/PM856 over to use new LAW init code Signed-off-by: Kumar Gala --- include/configs/PM856.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/PM856.h') diff --git a/include/configs/PM856.h b/include/configs/PM856.h index ae2645c079..8902f42ff1 100644 --- a/include/configs/PM856.h +++ b/include/configs/PM856.h @@ -51,6 +51,7 @@ #define CONFIG_DDR_2T_TIMING /* Sets the 2T timing bit */ #define CONFIG_MEM_INIT_VALUE 0xDEADBEEF +#define CONFIG_FSL_LAW 1 /* Use common FSL init code */ /* * sysclk for MPC85xx -- cgit From 818218bac6a11591e2542c344d2330e0f4e1968b Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 17 Jan 2008 01:31:34 -0600 Subject: 85xx: Convert PM854/PM856 to new TLB setup Signed-off-by: Kumar Gala --- include/configs/PM856.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/PM856.h') diff --git a/include/configs/PM856.h b/include/configs/PM856.h index 8902f42ff1..48bbef6db7 100644 --- a/include/configs/PM856.h +++ b/include/configs/PM856.h @@ -52,6 +52,7 @@ #define CONFIG_MEM_INIT_VALUE 0xDEADBEEF #define CONFIG_FSL_LAW 1 /* Use common FSL init code */ +#define CONFIG_FSL_INIT_TLBS 1 /* Use common FSL init code */ /* * sysclk for MPC85xx -- cgit From 7dc358bb0de9e2fa341f3b4c914466b1f34b2d89 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Thu, 17 Jan 2008 02:19:18 -0600 Subject: 85xx: Get ride of old TLB setup code Now that all boards have been converted, remove old config code and the config option for the new style. Signed-off-by: Kumar Gala --- include/configs/PM856.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/PM856.h') diff --git a/include/configs/PM856.h b/include/configs/PM856.h index 48bbef6db7..8902f42ff1 100644 --- a/include/configs/PM856.h +++ b/include/configs/PM856.h @@ -52,7 +52,6 @@ #define CONFIG_MEM_INIT_VALUE 0xDEADBEEF #define CONFIG_FSL_LAW 1 /* Use common FSL init code */ -#define CONFIG_FSL_INIT_TLBS 1 /* Use common FSL init code */ /* * sysclk for MPC85xx -- cgit