diff options
Diffstat (limited to 'include/configs/xupv2p.h')
| -rw-r--r-- | include/configs/xupv2p.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/include/configs/xupv2p.h b/include/configs/xupv2p.h index 7bd142469..0e3371465 100644 --- a/include/configs/xupv2p.h +++ b/include/configs/xupv2p.h @@ -151,8 +151,8 @@  #define	CFG_NO_FLASH		1  #define	CONFIG_ENV_IS_NOWHERE	1 -#define	CFG_ENV_SIZE		0x1000 -#define	CFG_ENV_ADDR		(CFG_MONITOR_BASE - CFG_ENV_SIZE) +#define	CONFIG_ENV_SIZE		0x1000 +#define	CONFIG_ENV_ADDR		(CFG_MONITOR_BASE - CONFIG_ENV_SIZE)  /*   * BOOTP options |