mvebu: add ClearFog Base support
Add support for SolidRun ClearFog Base board. The base model is a smaller version of ClearFog Pro without the DSA switch, replacing it with a second copper gigabit port, and only one PCIe socket. Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
This commit is contained in:
committed by
Luka Perkov
parent
f564fcc6bf
commit
ee1cee2cac
@@ -22,6 +22,9 @@ platform_do_upgrade() {
|
||||
armada-388-clearfog-pro)
|
||||
platform_do_upgrade_clearfog "$ARGV"
|
||||
;;
|
||||
armada-388-clearfog-base)
|
||||
platform_do_upgrade_clearfog "$ARGV"
|
||||
;;
|
||||
*)
|
||||
default_do_upgrade "$ARGV"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user