Module Name:    src
Committed By:   thorpej
Date:           Sat May 25 01:37:55 UTC 2019

Modified Files:
        src/share/installboot/evbarm: boards.plist

Log Message:
Add the Lamobo R1 board.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/installboot/evbarm/boards.plist

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/installboot/evbarm/boards.plist
diff -u src/share/installboot/evbarm/boards.plist:1.1 src/share/installboot/evbarm/boards.plist:1.2
--- src/share/installboot/evbarm/boards.plist:1.1	Tue May  7 05:02:42 2019
+++ src/share/installboot/evbarm/boards.plist	Sat May 25 01:37:54 2019
@@ -1,4 +1,4 @@
-<!-- $NetBSD: boards.plist,v 1.1 2019/05/07 05:02:42 thorpej Exp $ -->
+<!-- $NetBSD: boards.plist,v 1.2 2019/05/25 01:37:54 thorpej Exp $ -->
 <!--
   Copyright (c) 2019 The NetBSD Foundation, Inc.
   All rights reserved.
@@ -135,6 +135,13 @@
 	  -->
 	<!-- Banana Pi-branded board "compatible" strings are a mess.
 	     We will just keep them all together here.  -->
+	<key>lamobo,lamobo-r1</key>
+	<dict>
+		<key>description</key>
+		<string>Lamobo R1</string>
+		<key>u-boot-pkg</key>
+		<string>lamobo-r1</string>
+	</dict>
 	<key>lemaker,bananapi</key>
 	<dict>
 		<key>description</key>

Reply via email to