9
0
Fork 0

Undo change of f6e20fc6ca... to include/configs/trab.h

(Must have been an accident?)
This commit is contained in:
Wolfgang Denk 2005-09-26 23:40:37 +02:00
parent d8e7e0f044
commit fb34a9a201
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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