Re: [U-Boot] [PATCH v2] x86: drop custom CONFIG_SYS_BAUDRATE_TABLE define

2018-09-17 Thread Bin Meng
On Fri, Sep 7, 2018 at 3:35 PM Bin Meng wrote: > > On Fri, Sep 7, 2018 at 3:30 PM Christian Gmeiner > wrote: > > > > This will add support for a baud rate of 57600. > > > > Signed-off-by: Christian Gmeiner > > --- > > include/configs/x86-common.h | 2 -- > > 1 file changed, 2 deletions(-) > >

Re: [U-Boot] [PATCH v2] x86: drop custom CONFIG_SYS_BAUDRATE_TABLE define

2018-09-07 Thread Bin Meng
On Fri, Sep 7, 2018 at 3:30 PM Christian Gmeiner wrote: > > This will add support for a baud rate of 57600. > > Signed-off-by: Christian Gmeiner > --- > include/configs/x86-common.h | 2 -- > 1 file changed, 2 deletions(-) > Reviewed-by: Bin Meng

[U-Boot] [PATCH v2] x86: drop custom CONFIG_SYS_BAUDRATE_TABLE define

2018-09-07 Thread Christian Gmeiner
This will add support for a baud rate of 57600. Signed-off-by: Christian Gmeiner --- include/configs/x86-common.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h index f0b027e69c..78c382de0c 100644 ---