commit | fde58124c3831cce0e046e0ec7cb4222d72c4fa7 | [log] [tgz] |
---|---|---|
author | Robert Marko <robert.marko@sartura.hr> | Wed Nov 29 11:11:07 2023 +0100 |
committer | Stefan Roese <sr@denx.de> | Wed Jan 10 09:38:55 2024 +0100 |
tree | 8515e6ecbb3b52ecd4d50091cca4a40cdfd38949 | |
parent | 9a43eb12db36a5b77d904749dabe9141e67180a1 [diff] |
arm: mvebu: Espressobin: move network setup into a separate function Currently, Esspresobin switch is being setup directly in last_stage_init() which makes it hard to add support for any other board to be setup. So, lets just move the switch setup 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>