]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Create new fdt boardsetup command, fix bug parsing [] form of set values.
authorGerald Van Baren <vanbaren@cideas.com>
Tue, 26 Jun 2007 03:25:28 +0000 (23:25 -0400)
committerGerald Van Baren <vanbaren@cideas.com>
Fri, 10 Aug 2007 23:21:36 +0000 (19:21 -0400)
commitfd61e55dd8cb52ce3ff91b3917af26e24b6b0845
treed55b8d1953fdd3008ab831b90f3e1c5776d97912
parent6f35ded9e85493595e0eb66a82b502a95326d049
Create new fdt boardsetup command, fix bug parsing [] form of set values.

Previously ft_board_setup() was called by fdt_chosen() which was not
really correctly structured.  This splits ft_board_setup() out by creating
a new fdt boardsetup command.

Fix a bug when parsing fdt set command values which have the square
bracket form [00 11 22 33] - the length was updated incorrectly in when
parsing that form.

Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
common/cmd_fdt.c
common/fdt_support.c