mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 08:10:31 -04:00
17 lines
322 B
C
17 lines
322 B
C
--- include/configs/rpi.h.orig 2016-11-14 16:27:11 UTC
|
|
+++ include/configs/rpi.h
|
|
@@ -104,11 +104,13 @@
|
|
#endif
|
|
|
|
/* Console UART */
|
|
+/*
|
|
#ifdef CONFIG_BCM2837
|
|
#define CONFIG_BCM283X_MU_SERIAL
|
|
#else
|
|
+*/
|
|
#define CONFIG_PL01X_SERIAL
|
|
-#endif
|
|
+/* #endif */
|
|
#define CONFIG_CONS_INDEX 0
|
|
#define CONFIG_BAUDRATE 115200
|
|
|