]> git.baikalelectronics.ru Git - uboot.git/commit
fdt: add call to ft_board_setup_ex() for ks2 boards
authorNicholas Faustini <nicholas.faustini@azcomtech.com>
Wed, 3 Oct 2018 10:58:48 +0000 (12:58 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 10 Oct 2018 17:32:41 +0000 (13:32 -0400)
commiteba7aed9eaa8b54f841714cc57a085cc4755bd92
treed1900a7a71f977c59d58917db1c86d4f0d75037b
parent8d3490b2db824e4a36540076292e9c465bd815c2
fdt: add call to ft_board_setup_ex() for ks2 boards

When updating the board FDT, some of the operations
are performed by ft_board_setup_ex() and should be
executed also by the fdt command.

Signed-off-by: Nicholas Faustini <nicholas.faustini@azcomtech.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
cmd/fdt.c