Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/embedded/conf Put console=fb back as autodetec...



details:   https://anonhg.NetBSD.org/src/rev/b249659a99fe
branches:  trunk
changeset: 791695:b249659a99fe
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Nov 28 13:39:18 2013 +0000

description:
Put console=fb back as autodetect is bunged up.

diffstat:

 distrib/utils/embedded/conf/rpi.conf |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d8cd0be05d2d -r b249659a99fe distrib/utils/embedded/conf/rpi.conf
--- a/distrib/utils/embedded/conf/rpi.conf      Thu Nov 28 13:04:35 2013 +0000
+++ b/distrib/utils/embedded/conf/rpi.conf      Thu Nov 28 13:39:18 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rpi.conf,v 1.23 2013/09/16 15:23:57 ast Exp $
+# $NetBSD: rpi.conf,v 1.24 2013/11/28 13:39:18 skrll Exp $
 # Raspberry Pi customization script used by mkimage
 #
 
@@ -33,7 +33,7 @@
 
 populate() {
        cat > ${mnt}/boot/cmdline.txt << EOF
-root=ld0a
+root=ld0a console=fb
 #fb=1280x1024          # to select a mode, otherwise try EDID 
 #fb=disable            # to disable fb completely
 EOF



Home | Main Index | Thread Index | Old Index