]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mvebu: Espressobin: move FDT fixup into a separate function
authorRobert Marko <robert.marko@sartura.hr>
Wed, 29 Nov 2023 10:11:06 +0000 (11:11 +0100)
committerStefan Roese <sr@denx.de>
Wed, 10 Jan 2024 08:38:55 +0000 (09:38 +0100)
commit9a43eb12db36a5b77d904749dabe9141e67180a1
tree9c588ee92a7a729267b3f6f48d3af805e2b1b22f
parentcb71a30857db25ccfa96c144f434a370814e74a7
arm: mvebu: Espressobin: move FDT fixup into a separate function

Currently, Esspresobin FDT is being fixed up directly in ft_board_setup()
which makes it hard to add support for any other board to be fixed up.

So, lets just move the FDT fixup code to a separate function and call it
if compatible matches, there should be no functional change.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Reviewed-by: Stefan Roese <sr@denx.de>
board/Marvell/mvebu_armada-37xx/board.c