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:
Marko Ratkaj
2017-04-06 20:13:31 +02:00
committed by Luka Perkov
parent f564fcc6bf
commit ee1cee2cac
6 changed files with 37 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ endef
define U-Boot/clearfog
NAME:=SolidRun ClearFog A1
BUILD_DEVICES:=armada-388-clearfog-pro
BUILD_DEVICES:=armada-388-clearfog-base armada-388-clearfog-pro
UBOOT_IMAGE:=u-boot-spl.kwb
endef