diff options
-rw-r--r-- | CHANGELOG | 3 | ||||
-rw-r--r-- | include/configs/trab.h | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -2,6 +2,9 @@ Changes for U-Boot 1.1.4: ====================================================================== +* Undo change of f6e20fc6ca... to include/configs/trab.h + (Must have been an accident?) + * Add support for AT91RM9200 OHCI Controller. Patch by Eric Benard, 07 Apr 2005 diff --git a/include/configs/trab.h b/include/configs/trab.h index 3ca0049..8ffd1c9 100644 --- a/include/configs/trab.h +++ b/include/configs/trab.h @@ -399,7 +399,7 @@ #define CFG_ENV_SIZE 0x4000 #define CFG_ENV_SECT_SIZE 0x20000 #else -#define CFG_ENV_ADDR (CFG_FLASH_BASE + 0x8000) +#define CFG_ENV_ADDR (CFG_FLASH_BASE + 0x4000) #define CFG_ENV_SIZE 0x4000 #define CFG_ENV_SECT_SIZE 0x4000 #endif |