diff options
author | Andy Fleming <afleming@freescale.com> | 2008-01-09 16:34:51 -0600 |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2008-01-09 16:34:51 -0600 |
commit | 890dfef06c2d169a3356359596890754dfb8ee1c (patch) | |
tree | 286d11b621f8ec107356b3e197825fe2594e0613 /include | |
parent | b8ec2385038c094b07ec5b49336289a46b6e9cc6 (diff) | |
download | u-boot-imx-890dfef06c2d169a3356359596890754dfb8ee1c.zip u-boot-imx-890dfef06c2d169a3356359596890754dfb8ee1c.tar.gz u-boot-imx-890dfef06c2d169a3356359596890754dfb8ee1c.tar.bz2 |
Remove cache config from ATUM8548 and sbc8548 configs
These boards weren't updated by Kumar's config patch because they
weren't in the tree, yet.
Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ATUM8548.h | 7 | ||||
-rw-r--r-- | include/configs/sbc8548.h | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/include/configs/ATUM8548.h b/include/configs/ATUM8548.h index e11a445..f7020b4 100644 --- a/include/configs/ATUM8548.h +++ b/include/configs/ATUM8548.h @@ -388,13 +388,6 @@ */ #define CFG_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux*/ -/* Cache Configuration */ -#define CFG_DCACHE_SIZE 32768 -#define CFG_CACHELINE_SIZE 32 -#if defined(CONFIG_CMD_KGDB) -#define CFG_CACHELINE_SHIFT 5 /*log base 2 of the above value*/ -#endif - /* * Internal Definitions * diff --git a/include/configs/sbc8548.h b/include/configs/sbc8548.h index 30d7b01..c050a06 100644 --- a/include/configs/sbc8548.h +++ b/include/configs/sbc8548.h @@ -484,13 +484,6 @@ */ #define CFG_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux*/ -/* Cache Configuration */ -#define CFG_DCACHE_SIZE 32768 -#define CFG_CACHELINE_SIZE 32 -#if defined(CONFIG_CMD_KGDB) -#define CFG_CACHELINE_SHIFT 5 /*log base 2 of the above value*/ -#endif - /* * Internal Definitions * |