]> git.ipfire.org Git - people/ms/u-boot.git/commit
toradex: allow custom fdt board setup in board file
authorStefan Agner <stefan.agner@toradex.com>
Wed, 30 Nov 2016 21:41:53 +0000 (13:41 -0800)
committerStefano Babic <sbabic@denx.de>
Fri, 16 Dec 2016 08:56:38 +0000 (09:56 +0100)
commit37fa41256bd756f3652e7479b976982092a4f9bc
tree9c08803b3c6f224801c18a85e9d05a1462766ed5
parentbeaf40688ba7303e9db50558b3852c79437eecad
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>
board/toradex/apalis_t30/apalis_t30.c
board/toradex/colibri_imx7/colibri_imx7.c
board/toradex/colibri_pxa270/colibri_pxa270.c
board/toradex/colibri_t20/colibri_t20.c
board/toradex/colibri_t30/colibri_t30.c
board/toradex/colibri_vf/colibri_vf.c
board/toradex/common/tdx-common.c
board/toradex/common/tdx-common.h