board: ks2: move uinitrd fixup logic inside ft_board_setup_ex
authorNicholas Faustini <nicholas.faustini@azcomtech.com>
Wed, 3 Oct 2018 10:58:49 +0000 (12:58 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 10 Oct 2018 17:32:41 +0000 (13:32 -0400)
commit442faf61abb000b37fabbe2911ce3e81be79213f
tree5de25310a396a075cf7cfcf91d0330f569021405
parent2c76d311a4de1ee70a6ee0adc0bedbd26de69f5f
board: ks2: move uinitrd fixup logic inside ft_board_setup_ex

The uinitrd fixup logic should be executed after the FDT /chosen
node has been properly populated by fdt_initrd()

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