Skip to content
Snippets Groups Projects
Commit fd61e55d authored by Gerald Van Baren's avatar Gerald Van Baren
Browse files

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: default avatarGerald Van Baren <vanbaren@cideas.com>
parent 6f35ded9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment