u-boot/board/toradex/common
Stefan Agner 37fa41256b toradex: allow custom fdt board setup in board file
The config block support currently uses the ft_board_setup function
to patch the device tree with config block information. However, this
does not allow to patch the device tree with board specific information.
Rename the common setup function to ft_common_board_setup and use the
call it from the board files directly.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2016-12-16 09:56:38 +01:00
..
Kconfig toradex: config block handling 2016-11-28 15:10:32 -05:00
Makefile toradex: config block handling 2016-11-28 15:10:32 -05:00
tdx-cfg-block.c toradex: config block handling 2016-11-28 15:10:32 -05:00
tdx-cfg-block.h toradex: config block handling 2016-11-28 15:10:32 -05:00
tdx-common.c toradex: allow custom fdt board setup in board file 2016-12-16 09:56:38 +01:00
tdx-common.h toradex: allow custom fdt board setup in board file 2016-12-16 09:56:38 +01:00