diff options
author | stroese <stroese> | 2004-12-16 18:05:42 +0000 |
---|---|---|
committer | stroese <stroese> | 2004-12-16 18:05:42 +0000 |
commit | a20b27a36b7b1f593e18b4efd506e5f01a392dc6 (patch) | |
tree | f9dc45c287966bb96c38a8267d07b217727efb3c /include/configs/ADCIOP.h | |
parent | 44acc8d334a8b9ddb81fc238b094574991f19afa (diff) | |
download | u-boot-imx-a20b27a36b7b1f593e18b4efd506e5f01a392dc6.zip u-boot-imx-a20b27a36b7b1f593e18b4efd506e5f01a392dc6.tar.gz u-boot-imx-a20b27a36b7b1f593e18b4efd506e5f01a392dc6.tar.bz2 |
esd config files updated
Diffstat (limited to 'include/configs/ADCIOP.h')
-rw-r--r-- | include/configs/ADCIOP.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ADCIOP.h b/include/configs/ADCIOP.h index 5a62139..8d21b3f 100644 --- a/include/configs/ADCIOP.h +++ b/include/configs/ADCIOP.h @@ -155,7 +155,7 @@ #define CFG_ENV_SIZE 0x0400 /* Size of Environment vars */ #define CFG_ENV_ADDR \ (CFG_NVRAM_BASE_ADDR+CFG_NVRAM_SIZE-CFG_ENV_SIZE) /* Env */ -#define CFG_NVRAM_VXWORKS_OFFS 0x7800 /* Offset for VxWorks eth-addr */ +#define CFG_VXWORKS_MAC_PTR (CFG_NVRAM_BASE_ADDR+0x7800) /* VxWorks eth-addr*/ #else /* Use FLASH for environment variables */ |