[U-Boot] u-boot doubts

Dennis Semakin insane79 at yandex.ru
Wed Dec 30 11:40:06 CET 2009


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


More information about the U-Boot mailing list