Re: [U-Boot] u-boot environment variable parsing

2011-07-22 Thread Hebbar, Gururaja
Hi wd, Thanks for the reply. Helped me a lot. However see below On Thu, Jul 21, 2011 at 18:41:30, Wolfgang Denk wrote: Dear Hebbar, Gururaja, In message c82ba3053cfd354aacbd25efbd2a4ec603f0193...@dbde02.ent.ti.com you wrote: The question here is mmc_args re-uses variable bootargs

[U-Boot] u-boot environment variable parsing

2011-07-21 Thread Hebbar, Gururaja
Hi, I need one clarification regarding Environment variable declaration its usage. #define CONFIG_EXTRA_ENV_SETTINGS \ brd_mem=62M\0 \ bootargs_defaults=setenv bootargs \ console=${console} \ mem=${brd_mem}\0 \ mmc_args=run

Re: [U-Boot] u-boot environment variable parsing

2011-07-21 Thread Wolfgang Denk
Dear Hebbar, Gururaja, In message c82ba3053cfd354aacbd25efbd2a4ec603f0193...@dbde02.ent.ti.com you wrote: The question here is mmc_args re-uses variable bootargs as $(bootargs) nand_args re-uses it as ${bootargs}. Note the difference in curly flower brackets. run mmc_args fails for me