diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2009-08-04 17:38:00 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-08-28 17:12:37 -0500 |
commit | bafdf9aa9dbb69d937b72db17ed5800998c59523 (patch) | |
tree | d8f2b44521faa11bc9cf35dc76ab380b68839848 /include/configs/sbc8548.h | |
parent | 73aacc522849486b60a5611f678f0bf1c3053779 (diff) | |
download | u-boot-imx-bafdf9aa9dbb69d937b72db17ed5800998c59523.zip u-boot-imx-bafdf9aa9dbb69d937b72db17ed5800998c59523.tar.gz u-boot-imx-bafdf9aa9dbb69d937b72db17ed5800998c59523.tar.bz2 |
85xx: Remove unused CONFIG_CLEAR_LAW0 defines
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/sbc8548.h')
-rw-r--r-- | include/configs/sbc8548.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sbc8548.h b/include/configs/sbc8548.h index a2ff955..838b4db 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. |