[U-Boot-Users] if i dont want to use env in the test stage, how to set the config file?

zhuzhenhua zzh.hust at gmail.com
Tue Nov 22 08:07:08 CET 2005


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




More information about the U-Boot mailing list