]> git.sur5r.net Git - u-boot/commit
ARM: omap5: add hooks for cpu/SoC fdt fixups
authorDaniel Allred <d-allred@ti.com>
Fri, 20 May 2016 00:10:53 +0000 (19:10 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 27 May 2016 19:41:37 +0000 (15:41 -0400)
commit1aad38f6e614f129fc987e9dd310cb6727e42363
treed52df9fd78d7fc48ee0d15b3b8fa5656dd22acc7
parent47c331ede1ef339425348cdc762e1feab6779d06
ARM: omap5: add hooks for cpu/SoC fdt fixups

Adds an fdt.c file in that defines the ft_cpu_setup() function,
which should be called from a board-specific ft_board_setup()).
This ft_cpu_setup() will currently do nothing for non-secure (GP)
devices but contains pertinent updates for booting on secure (HS)
devices.

Update the omap5 Makefile to include the fdt.c in the build.

Signed-off-by: Daniel Allred <d-allred@ti.com>
Signed-off-by: Madan Srinivas <madans@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
arch/arm/cpu/armv7/omap5/Makefile
arch/arm/cpu/armv7/omap5/fdt.c [new file with mode: 0644]