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

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

22 Nov
22 Nov
1:12 p.m.
In message 50c9a2250511212307s4f32ee14t19eb5e88474e2e82@mail.gmail.com you wrote:
i only had i flash(2M) at 0xbfc00000
2M is more than enough for U-boot including environment. To me it makes no sense to disable the environment "for testing" - just wasted effort.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
It's hard to make a program foolproof because fools are so ingenious.
7108
Age (days ago)
7108
Last active (days ago)
1 comments
2 participants
participants (2)
-
Wolfgang Denk
-
zhuzhenhua