]> git.baikalelectronics.ru Git - uboot.git/commit
rpi: Allow to boot without serial
authorAlexander Graf <agraf@suse.de>
Thu, 5 Apr 2018 09:36:22 +0000 (11:36 +0200)
committerAlexander Graf <agraf@suse.de>
Thu, 5 Apr 2018 09:36:24 +0000 (11:36 +0200)
commitd854386b5efa62939ebb8ca4af97ab50244bcb6d
tree14fc18f9d5345fb81022749ab187c2cd9a7276d4
parent55524b7a9d561ace14f9400dfce1bcc800ba3c60
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 <agraf@suse.de>
configs/rpi_0_w_defconfig
configs/rpi_2_defconfig
configs/rpi_defconfig