summaryrefslogtreecommitdiff
path: root/distrib/armv7/miniroot
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2016-09-04 10:06:12 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2016-09-04 10:06:12 +0000
commit2b9dd958d46404cbf81ee8378a143e93d6ca0e75 (patch)
tree956c3a2d9e232ce6463c784c5813bd7d4f929da8 /distrib/armv7/miniroot
parent66d23229f1d76ff23dbe9db955959af39e1c839e (diff)
Switch the cubie miniroot from the Allwinner A10 based Cubieboard1
to the Allwinner A20 based Cubieboard2 now that problems with cortex A7 are fixed. There seems to be more people with the Cubieboard2 than the Cubieboard1.
Diffstat (limited to 'distrib/armv7/miniroot')
-rw-r--r--distrib/armv7/miniroot/cubie/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/armv7/miniroot/cubie/Makefile b/distrib/armv7/miniroot/cubie/Makefile
index 020bf563d73..ba0e9edd8aa 100644
--- a/distrib/armv7/miniroot/cubie/Makefile
+++ b/distrib/armv7/miniroot/cubie/Makefile
@@ -1,7 +1,7 @@
BOARD= cubie
PLATFORM=SUNXI
-UBOOT= Cubieboard
+UBOOT= Cubieboard2
DTBS=\
- sun4i-a10-cubieboard.dtb
+ sun7i-a20-cubieboard2.dtb
.include "${.CURDIR}/../Makefile.inc"