]> Git Repo - J-u-boot.git/commit
terminal: only serial_reinit_all if available
authorAsherah Connor <[email protected]>
Wed, 10 Mar 2021 11:39:24 +0000 (22:39 +1100)
committerTom Rini <[email protected]>
Mon, 12 Apr 2021 21:44:55 +0000 (17:44 -0400)
commitac3821430e0e2dc6ddb766950b0098c67d4969d3
tree2c5f1a1cde84c8436ea3dee51e680a3d8a5a4b18
parent5c935eb6f7075b227178ddd3a3a231bef4b7238d
terminal: only serial_reinit_all if available

serial_reinit_all() is only available if CONFIG_SERIAL is defined (i.e.
!CONFIG_DM_SERIAL).

Signed-off-by: Asherah Connor <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
cmd/terminal.c
This page took 0.032886 seconds and 4 git commands to generate.