commit | 065dcacf398ef55ed5672c2b914130756c4e6670 | [log] [tgz] |
---|---|---|
author | Alexander Graf <agraf@suse.de> | Thu Apr 05 11:36:22 2018 +0200 |
committer | Alexander Graf <agraf@suse.de> | Thu Apr 05 11:36:24 2018 +0200 |
tree | 14fc18f9d5345fb81022749ab187c2cd9a7276d4 | |
parent | 645b5afbb8215b3386cd6fc2dc3119bd68e4c760 [diff] |
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>