From 7e780369e43ebf5c9e337dfad84dd36b2a08a21f Mon Sep 17 00:00:00 2001 From: wdenk Date: Thu, 8 Apr 2004 22:31:29 +0000 Subject: * Patch by Mark Jonas: Remove config.tmp files only when unconfiguring the board * Adapt RMU board for bigger flash memory * Test fix for ethernet problems on MPC5200 --- include/configs/pcu_e.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/pcu_e.h') diff --git a/include/configs/pcu_e.h b/include/configs/pcu_e.h index 31f1e56b0..833d2d14f 100644 --- a/include/configs/pcu_e.h +++ b/include/configs/pcu_e.h @@ -222,6 +222,7 @@ #define CFG_ENV_SIZE 0x2000 /* Total Size of Environment */ #define CFG_ENV_ADDR 0xFFFFE000 /* Address of Environment Sector */ #define CFG_ENV_SECT_SIZE 0x2000 /* use the top-most 8k boot sector */ +#define CFG_ENV_IS_EMBEDDED 1 /* short-cut compile-time test */ #else /* Final version: environment in EEPROM */ #define CFG_ENV_IS_IN_EEPROM 1 -- cgit v1.2.3