
30 Dec
2009
30 Dec
'09
11:40 a.m.
Hi ,
If i enable the CONFIG_ENV_IS_EMBEDDED macro, where the environmental
variables will be stored? Can i use saveenv command? if yes, where it will be stored?
thanks -chandru
May be here, in common/env_embedded.c written
/* * Generate embedded environment table * inside U-Boot image, if needed. */ #if defined(ENV_IS_EMBEDDED) /* * Only put the environment in it's own section when we are building * U-Boot proper. The host based program "tools/envcrc" does not need * a seperate section. Note that ENV_CRC is only defined when building * U-Boot itself.