From 065dcacf398ef55ed5672c2b914130756c4e6670 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Thu, 5 Apr 2018 11:36:22 +0200 Subject: rpi: Allow to boot without serial When we enable CONFIG_OF_BOARD on Raspberry Pis, we may end up without serial console support in early boot. Hence we need to make the serial port optional, otherwise we will never get to the point where serial would be probed. Signed-off-by: Alexander Graf --- configs/rpi_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/rpi_defconfig') diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig index d13d3d3e2e1..2c0412d8eac 100644 --- a/configs/rpi_defconfig +++ b/configs/rpi_defconfig @@ -34,3 +34,4 @@ CONFIG_SYS_WHITE_ON_BLACK=y CONFIG_CONSOLE_SCROLL_LINES=10 CONFIG_PHYS_TO_BUS=y CONFIG_OF_LIBFDT_OVERLAY=y +# CONFIG_REQUIRE_SERIAL_CONSOLE is not set -- cgit v1.2.3