diff options
| -rw-r--r-- | include/configs/ATUM8548.h | 1 | ||||
| -rw-r--r-- | include/configs/MPC8548CDS.h | 1 | ||||
| -rw-r--r-- | include/configs/sbc8548.h | 1 | 
3 files changed, 0 insertions, 3 deletions
| diff --git a/include/configs/ATUM8548.h b/include/configs/ATUM8548.h index 7ee05e565..91369a71e 100644 --- a/include/configs/ATUM8548.h +++ b/include/configs/ATUM8548.h @@ -67,7 +67,6 @@   */  #define CONFIG_L2_CACHE			/* toggle L2 cache */  #define CONFIG_BTB			/* toggle branch predition */ -#define CONFIG_CLEAR_LAW0		/* Clear LAW0 in cpu_init_r */  /*   * Only possible on E500 Version 2 or newer cores. diff --git a/include/configs/MPC8548CDS.h b/include/configs/MPC8548CDS.h index bebb9e961..e69ba901e 100644 --- a/include/configs/MPC8548CDS.h +++ b/include/configs/MPC8548CDS.h @@ -69,7 +69,6 @@ extern unsigned long get_clock_freq(void);   */  #define CONFIG_L2_CACHE			/* toggle L2 cache */  #define CONFIG_BTB			/* toggle branch predition */ -#define CONFIG_CLEAR_LAW0		/* Clear LAW0 in cpu_init_r */  /*   * Only possible on E500 Version 2 or newer cores. diff --git a/include/configs/sbc8548.h b/include/configs/sbc8548.h index a2ff9557c..838b4db9a 100644 --- a/include/configs/sbc8548.h +++ b/include/configs/sbc8548.h @@ -59,7 +59,6 @@   */  #define CONFIG_L2_CACHE			/* toggle L2 cache */  #define CONFIG_BTB			/* toggle branch predition */ -#define CONFIG_CLEAR_LAW0		/* Clear LAW0 in cpu_init_r */  /*   * Only possible on E500 Version 2 or newer cores. |