commit | 5606a3641d42fdfae71538244f7412b262b683d0 | [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 | f097fa0263b722742cdbc9cd8c065ba56cd212e6 [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>