Module Name: src
Committed By: jmcneill
Date: Mon Dec 18 19:08:16 UTC 2017
Modified Files:
src/distrib/utils/embedded/files: armv7_boot.cmd
Log Message:
No need to specify console=fb for pinebook anymore as WSDISPLAY_MULTICONS will
give us a framebuffer console
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/distrib/utils/embedded/files/armv7_boot.cmd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/utils/embedded/files/armv7_boot.cmd
diff -u src/distrib/utils/embedded/files/armv7_boot.cmd:1.3 src/distrib/utils/embedded/files/armv7_boot.cmd:1.4
--- src/distrib/utils/embedded/files/armv7_boot.cmd:1.3 Sat Dec 16 21:28:19 2017
+++ src/distrib/utils/embedded/files/armv7_boot.cmd Mon Dec 18 19:08:16 2017
@@ -1,10 +1,6 @@
if test "${soc}" = "sunxi" ; then
setenv kernel netbsd-SUNXI.ub
- if test "${fdtfile}" = "allwinner/sun50i-a64-pinebook.dtb" ; ten
- setenv bootargs 'root=ld0a console=fb'
- else
- setenv bootargs 'root=ld0a'
- fi
+ setenv bootargs 'root=ld0a'
setenv mmcpart 0:1
setenv use_fdt 1
fi