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

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?
Jocke

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

In message 1197561215.8607.9.camel@gentoo-jocke.transmode.se you wrote:
in 1.1.4 I could write tftp $loadaddr $bootfile but in 1.3.1 I need to write tftp ${loadaddr} ${bootfile}
Not really, I think...
=> setenv loadaddr 400000 => setenv bootfile tqm5200/uImage => tftp $loadaddr $bootfile Using FEC ETHERNET device TFTP from server 192.168.1.1; our IP address is 192.168.160.4 Filename 'tqm5200/uImage'. Load address: 0x400000 Loading: ################################################################# ####### done Bytes transferred = 1042667 (fe8eb hex) => vers
U-Boot 1.3.1 (Dec 13 2007 - 19:48:34)
Have I made a mistake in my board port?
Probably.
Best regards,
Wolfgang Denk
participants (2)
-
Joakim Tjernlund
-
Wolfgang Denk