[U-Boot-Users] hush variables, syntax change?

Joakim Tjernlund joakim.tjernlund at transmode.se
Thu Dec 13 19:19:32 CET 2007


On Thu, 2007-12-13 at 16:53 +0100, Joakim Tjernlund wrote:
> in 1.1.4 I could write
>   tftp $loadaddr $bootfile
> but in 1.3.1 I need to write
>   tftp ${loadaddr} ${bootfile}
> 
> Have I made a mistake in my board port?

I had made a mistake, use CFG_HUSH_PARSER instead of CONFIG_HUSH_PARSER,
then it works better :)

 Jocke




More information about the U-Boot mailing list