commit | 7ceffb2140556c37ebdc1583dad790631f5032ec | [log] [tgz] |
---|---|---|
author | Daniel Allred <d-allred@ti.com> | Thu May 19 19:10:54 2016 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri May 27 15:41:38 2016 -0400 |
tree | 9894bd0c867f42815efd83484f43ce26c1a825ed | |
parent | 79ca224245cd0c255b11a3eda523fa3b00ba8b18 [diff] |
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>