]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cmd_bootm.c: Change interpretation of standalone image parameters.
authorDetlev Zundel <dzu@denx.de>
Tue, 22 Dec 2009 11:43:02 +0000 (12:43 +0100)
committerWolfgang Denk <wd@denx.de>
Sun, 17 Jan 2010 23:26:36 +0000 (00:26 +0100)
commitc3d7eec6d88945dec0626cdd4f4a35cb5f83ef00
treeff864696edbc959ce96b37f949a91e63cfd4defb
parent8b828a8f44b7ee9953c7ba63e64b1e80790139b3
cmd_bootm.c: Change interpretation of standalone image parameters.

Current code uses the second argument to bootm for standalone images to
override the load address specified in the image instead of passing all
parameters as is to the application.  This behaviour is not documented
and not in line with how the go command works for standalone applications,
so we simply drop it.

Signed-off-by: Detlev Zundel <dzu@denx.de>
common/cmd_bootm.c