
22 Nov
2005
22 Nov
'05
8:07 a.m.
i only had i flash(2M) at 0xbfc00000
i set as #define PHYS_FLASH_1 0xbfc00000 /* Flash Bank #1 */ #define CFG_FLASH_BASE PHYS_FLASH_1 #define CFG_NO_FLASH 1 /* Flash is not usable now */ #define CFG_ENV_IS_NOWHERE 1 /* Store ENV in memory only */ #define CFG_ENV_ADDR (CFG_MONITOR_BASE - 0x1000) #define CFG_ENV_SIZE 0x2000
is there any other define need to set?
regards
zhuzhenhua