From patchwork Wed Apr 6 20:30:54 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,2/2] corenet_ds: enable buffered reads X-Patchwork-Submitter: Scott Wood X-Patchwork-Id: 90068 X-Patchwork-Delegate: afleming@freescale.com Message-Id: <20110406203054.GB30167@schlenkerla.am.freescale.net> To: Date: Wed, 6 Apr 2011 15:30:54 -0500 From: Scott Wood List-Id: U-Boot discussion Signed-off-by: Scott Wood --- include/configs/corenet_ds.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h index 7bafa05..47edabd 100644 --- a/include/configs/corenet_ds.h +++ b/include/configs/corenet_ds.h @@ -236,6 +236,8 @@ #define CONFIG_SYS_NS16550_REG_SIZE 1 #define CONFIG_SYS_NS16550_CLK (get_bus_freq(0)/2) +#define CONFIG_NS16550_BUFFER_READS + #define CONFIG_SYS_BAUDRATE_TABLE \ {300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200}