diff options
author | Dave Liu <r63238@freescale.com> | 2008-01-10 23:03:03 +0800 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2008-01-10 21:06:32 -0600 |
commit | 2c5b48fc205c3e2752910da8f39209ed075929e5 (patch) | |
tree | 0d6adae97027472e428436680390bcadb35d7c3e /include/configs/MPC832XEMDS.h | |
parent | fab6f556bbbbd1bb35a5433161f7f173c18df559 (diff) | |
download | u-boot-imx-2c5b48fc205c3e2752910da8f39209ed075929e5.zip u-boot-imx-2c5b48fc205c3e2752910da8f39209ed075929e5.tar.gz u-boot-imx-2c5b48fc205c3e2752910da8f39209ed075929e5.tar.bz2 |
mpc83xx: Remove cache config from config.h
clean up the cache config from configs.h of board
Signed-off-by: Dave Liu <daveliu@freescale.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/configs/MPC832XEMDS.h')
-rw-r--r-- | include/configs/MPC832XEMDS.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/configs/MPC832XEMDS.h b/include/configs/MPC832XEMDS.h index 5eb5f12..25ac58c 100644 --- a/include/configs/MPC832XEMDS.h +++ b/include/configs/MPC832XEMDS.h @@ -482,15 +482,6 @@ #define CFG_HID2 HID2_HBE /* - * Cache Config - */ -#define CFG_DCACHE_SIZE 16384 -#define CFG_CACHELINE_SIZE 32 -#if defined(CONFIG_CMD_KGDB) -#define CFG_CACHELINE_SHIFT 5 /*log base 2 of the above value */ -#endif - -/* * MMU Setup */ |