sandbox: implement ft_board_setup()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 14 Mar 2020 11:13:40 +0000 (12:13 +0100)
committerSimon Glass <sjg@chromium.org>
Thu, 16 Apr 2020 14:07:58 +0000 (08:07 -0600)
commit1c0bc80ae106a363770d38d633a40b4c3f583566
treece51a1151a262b17ef9751c276364f0d28b851eb
parent1ecea74e2e3f42185bb018fa64f70f43d2096d2f
sandbox: implement ft_board_setup()

Currently we are not able to test reservations created by ft_board_setup().

Implement ft_board_setup() to create an arbitrary reservation and enable
OF_BOARD_SETUP.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromum.org>
arch/Kconfig
board/sandbox/sandbox.c