board_f: Add new function to allow runtime DTB selection
authorCooper Jr., Franklin <fcooper@ti.com>
Fri, 16 Jun 2017 22:25:12 +0000 (17:25 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 10 Jul 2017 18:25:54 +0000 (14:25 -0400)
commitaf9e6ad4ab29ffed5d4e08a5ccf75f3f28a83ab7
tree2a29e27c40b717b0c3ffc2992f2fae254ffa0cfa
parent80364a42c151ca0307d63b4859e4d390d943c04e
board_f: Add new function to allow runtime DTB selection

Runtime U-boot dtb selection is generally a two step process. First step
is to simply use an initial generic dtb. The second step is to select
the dtb and perhaps execute additional code ones U-boot knows what board
it is running on. Embedded_dtb_select handles the second step by allowing
board specific code to run and perform what ever necessary configuration
that is needed.

Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
common/Kconfig
common/board_f.c
include/common.h