From 977b57583a7c34010e566a09a679ec3c1836f996 Mon Sep 17 00:00:00 2001 From: Kim Phillips Date: Wed, 9 Jan 2008 15:24:06 -0600 Subject: mpc83xx: add missing CONFIG_HAS_ETH0 defines the new libfdt code only updates eth0 if CONFIG_HAS_ETH0 is defined; add the define to the missing board configs. Thanks to Emilian Medve for finding this. Signed-off-by: Kim Phillips --- include/configs/MPC832XEMDS.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/MPC832XEMDS.h') diff --git a/include/configs/MPC832XEMDS.h b/include/configs/MPC832XEMDS.h index a48b311..5eb5f12 100644 --- a/include/configs/MPC832XEMDS.h +++ b/include/configs/MPC832XEMDS.h @@ -575,6 +575,7 @@ #define CONFIG_ENV_OVERWRITE #if defined(CONFIG_UEC_ETH) +#define CONFIG_HAS_ETH0 #define CONFIG_ETHADDR 00:04:9f:ef:03:01 #define CONFIG_HAS_ETH1 #define CONFIG_ETH1ADDR 00:04:9f:ef:03:02 -- cgit v1.1 From 2c5b48fc205c3e2752910da8f39209ed075929e5 Mon Sep 17 00:00:00 2001 From: Dave Liu Date: Thu, 10 Jan 2008 23:03:03 +0800 Subject: mpc83xx: Remove cache config from config.h clean up the cache config from configs.h of board Signed-off-by: Dave Liu Signed-off-by: Kim Phillips --- include/configs/MPC832XEMDS.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include/configs/MPC832XEMDS.h') 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 */ -- cgit v1.1