]> git.baikalelectronics.ru Git - uboot.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)
commit73570b595a41824ca60ea4a00e2848aa4e2928cb
tree9c08803b3c6f224801c18a85e9d05a1462766ed5
parent267af03fb71d61c59c2e38057a2cdbc132999888
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