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