From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dennis Semakin Date: Wed, 30 Dec 2009 13:40:06 +0300 Subject: [U-Boot] u-boot doubts In-Reply-To: <67b11d980912300153l3cc3dc05m99328168b9dbce54@mail.gmail.com> References: <67b11d980912300153l3cc3dc05m99328168b9dbce54@mail.gmail.com> Message-ID: <5581262169606@webmail9.yandex.ru> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > 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.