commit | 1e6cade533a8393eb53145afe7d9c700076e4c13 | [log] [tgz] |
---|---|---|
author | Robert Marko <robert.marko@sartura.hr> | Wed Nov 29 11:11:06 2023 +0100 |
committer | Stefan Roese <sr@denx.de> | Wed Jan 10 09:38:55 2024 +0100 |
tree | 9c588ee92a7a729267b3f6f48d3af805e2b1b22f | |
parent | 173c336c05cd3286ce67a8e30922cbeae2b0a641 [diff] |
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>