commit | fd61e55dd8cb52ce3ff91b3917af26e24b6b0845 | [log] [tgz] |
---|---|---|
author | Gerald Van Baren <vanbaren@cideas.com> | Mon Jun 25 23:25:28 2007 -0400 |
committer | Gerald Van Baren <vanbaren@cideas.com> | Fri Aug 10 19:21:36 2007 -0400 |
tree | d55b8d1953fdd3008ab831b90f3e1c5776d97912 | |
parent | 6f35ded9e85493595e0eb66a82b502a95326d049 [diff] |
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>