aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-mvebu
diff options
context:
space:
mode:
authorMarko Ratkaj <marko.ratkaj@sartura.hr>2017-04-06 20:13:31 +0200
committerLuka Perkov <luka.perkov@sartura.hr>2017-05-14 00:34:03 +0200
commitee1cee2cac67108194f1496c29fead90afff1763 (patch)
tree016b1247a7d94c46d2580bd19883fda0de2b1b36 /package/boot/uboot-mvebu
parentf564fcc6bfb7bae4ca7768f8b30f5348fb472d97 (diff)
downloadupstream-ee1cee2cac67108194f1496c29fead90afff1763.tar.gz
upstream-ee1cee2cac67108194f1496c29fead90afff1763.tar.bz2
upstream-ee1cee2cac67108194f1496c29fead90afff1763.zip
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>
Diffstat (limited to 'package/boot/uboot-mvebu')
-rw-r--r--package/boot/uboot-mvebu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-mvebu/Makefile b/package/boot/uboot-mvebu/Makefile
index 1f2361caf0..a20c4b4f2d 100644
--- a/package/boot/uboot-mvebu/Makefile
+++ b/package/boot/uboot-mvebu/Makefile
@@ -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