]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parameters
authorNiklaus Giger <niklaus.giger@member.fsf.org>
Mon, 3 Nov 2008 21:15:34 +0000 (22:15 +0100)
committerWolfgang Denk <wd@denx.de>
Sat, 6 Dec 2008 23:18:53 +0000 (00:18 +0100)
commit29a4c24de99d8cb4ac32991c04cab87ed94ca1f9
tree486703f2606836e9c1a832544b7fd9d08f778d03
parente9084b23d16102f44ace24379a1c0c352497ef80
cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parameters

- fix size too small by one in sprintf
- changed old (pre 2004) device name ibmEmac to emac
- boot device may be overriden in board config
- servername may be defined in board config
- additional parameters may be defined in board config
- fixed some line wrappings
- replaced  redundant MAX define by max

Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
common/cmd_elf.c