summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2013-12-13 17:10:23 +0000
committerian <ian@FreeBSD.org>2013-12-13 17:10:23 +0000
commit8f39a8efa7e77b93e2c57c61369be20c2b401181 (patch)
tree0480e8cd47539ea185d5246473d3276476bc455c /sys/boot
parent4d06787a451c0efa553a5669a9668f8869f9754b (diff)
downloadFreeBSD-src-8f39a8efa7e77b93e2c57c61369be20c2b401181.zip
FreeBSD-src-8f39a8efa7e77b93e2c57c61369be20c2b401181.tar.gz
MFC r256804:
Switch to using the standard uart console driver instead of the special driver for early boot debugging.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/fdt/dts/digi-ccwmx53.dts9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/boot/fdt/dts/digi-ccwmx53.dts b/sys/boot/fdt/dts/digi-ccwmx53.dts
index e71262a..84fa047 100644
--- a/sys/boot/fdt/dts/digi-ccwmx53.dts
+++ b/sys/boot/fdt/dts/digi-ccwmx53.dts
@@ -70,9 +70,9 @@
};
/* UART1, console */
- UART1: serial@53fbc000 {
+ console: serial@53fbc000 {
status = "okay";
- clock-frequency = <3000000>; /* XXX */
+ clock-frequency = <0>; /* won't load w/o this */
};
clock@53fd4000 {
@@ -111,13 +111,12 @@
};
aliases {
- UART1 = &UART1;
SSI2 = &SSI2;
};
chosen {
bootargs = "-v";
- stdin = "UART1";
- stdout = "UART1";
+ stdin = &console;
+ stdout = &console;
};
};
OpenPOWER on IntegriCloud