mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
Chase upstream Redo save_boot_params in lowlevel__init.S to add reserve_memory remove save_boot_params from rpi.c Note network code diffs are now upstreamed already PR: ports/216757 Submitted by: brd
17 lines
320 B
C
17 lines
320 B
C
--- include/configs/rpi.h.orig 2017-01-09 16:57:05 UTC
|
|
+++ include/configs/rpi.h
|
|
@@ -99,11 +99,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
|
|
|