Re: [PATCH 2/2] terminal: only serial_reinit_all if available

2021-04-13 Thread Tom Rini
On Wed, Mar 10, 2021 at 10:39:24PM +1100, Asherah Connor wrote: > serial_reinit_all() is only available if CONFIG_SERIAL is defined (i.e. > !CONFIG_DM_SERIAL). > > Signed-off-by: Asherah Connor > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: P

Re: [PATCH 2/2] terminal: only serial_reinit_all if available

2021-03-11 Thread Simon Glass
On Wed, 10 Mar 2021 at 04:39, Asherah Connor wrote: > > serial_reinit_all() is only available if CONFIG_SERIAL is defined (i.e. > !CONFIG_DM_SERIAL). > > Signed-off-by: Asherah Connor > > --- > > cmd/terminal.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) Reviewed-by: Simon Glass