Re: [U-Boot] [PATCH v1 1/2] x86: edison: Use proper number of serial interface

2019-02-27 Thread Bin Meng
On Tue, Feb 26, 2019 at 7:21 PM Andy Shevchenko wrote: > > The console is actually serial #2. When we would like to enable other ports, > this would be not okay to mess up with the ordering. > > Thus, fix the number of default console interface to be 2. > > Signed-off-by: Andy Shevchenko > --- >

[U-Boot] [PATCH v1 1/2] x86: edison: Use proper number of serial interface

2019-02-26 Thread Andy Shevchenko
The console is actually serial #2. When we would like to enable other ports, this would be not okay to mess up with the ordering. Thus, fix the number of default console interface to be 2. Signed-off-by: Andy Shevchenko --- arch/x86/dts/edison.dts | 6 +++--- 1 file changed, 3 insertions(+), 3