From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Wed, 6 Apr 2011 15:30:54 -0500 Subject: [U-Boot] [PATCH 2/2] corenet_ds: enable buffered reads In-Reply-To: <20110406203012.GA30167@schlenkerla.am.freescale.net> Message-ID: <20110406203054.GB30167@schlenkerla.am.freescale.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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} -- 1.7.1