]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
ARM: omap5: add ft_board_setup for dra7xx/am57xx
authorDaniel Allred <d-allred@ti.com>
Fri, 20 May 2016 00:10:54 +0000 (19:10 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 27 May 2016 19:41:38 +0000 (15:41 -0400)
commit62a09f0535b223c8acbf85da8d4b1acf1667826e
tree9894bd0c867f42815efd83484f43ce26c1a825ed
parent1aad38f6e614f129fc987e9dd310cb6727e42363
ARM: omap5: add ft_board_setup for dra7xx/am57xx

Adds the board specific ft_board_setup() functions that
are called when CONFIG_OF_BOARD_SETUP is defined. These functions
will currently just call the ft_cpu_setup() function.

Adds CONFIG_OF_BOARD_SETUP to the defconfig files
for dra72_evm, dra74_evm, and am57xx_evm.

Signed-off-by: Daniel Allred <d-allred@ti.com>
Signed-off-by: Madan Srinivas <madans@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
board/ti/am57xx/board.c
board/ti/dra7xx/evm.c
configs/am57xx_evm_defconfig
configs/dra72_evm_defconfig
configs/dra74_evm_defconfig