diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-08 01:22:21 -0600 |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2008-01-09 16:25:04 -0600 |
commit | b009f3eca99bb7b9e6ba6639a8909a138dd5e9fe (patch) | |
tree | 4346cd75759fe027b7d6871e54965871efd80f94 /include/configs/MPC8560ADS.h | |
parent | b964e9368f45372aaf1da0c13fe56f6d81ae8e96 (diff) | |
download | bootable_bootloader_goldelico_gta04-b009f3eca99bb7b9e6ba6639a8909a138dd5e9fe.zip bootable_bootloader_goldelico_gta04-b009f3eca99bb7b9e6ba6639a8909a138dd5e9fe.tar.gz bootable_bootloader_goldelico_gta04-b009f3eca99bb7b9e6ba6639a8909a138dd5e9fe.tar.bz2 |
85xx: Remove cache config from configs.h
Either use the standard defines in asm/cache.h or grab the information
at runtime from the L1CFG SPR.
Also, minor cleanup in cache.h to make the code a bit more readable.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/MPC8560ADS.h')
-rw-r--r-- | include/configs/MPC8560ADS.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/MPC8560ADS.h b/include/configs/MPC8560ADS.h index d4e0de0..5f10555 100644 --- a/include/configs/MPC8560ADS.h +++ b/include/configs/MPC8560ADS.h @@ -490,13 +490,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 * |