]> git.ipfire.org Git - people/ms/u-boot.git/commit - README
Create configuration option for restricted ns16550 functions
authorRon Madrid <ron_madrid@sbcglobal.net>
Wed, 18 Feb 2009 22:30:44 +0000 (14:30 -0800)
committerWolfgang Denk <wd@denx.de>
Wed, 18 Feb 2009 23:34:51 +0000 (00:34 +0100)
commitf5675aa5ceeef30740970ab8ca0c8cbc324945cd
tree0ef4726c6591324c2bda00cbb956d8a97c7fe527
parent7b0bc0219db8981613259473cf19699ac259b4fb
Create configuration option for restricted ns16550 functions

This patch will create a configuration option for a minimum configuration for
the ns16550 serial driver at drivers/serial/ns16550.c and will apply this new
configuration option to the SIMPC8313.h config file in order to fix the NAND
bootstrap build error.  This option will exclude all functions with exception of
NS16550_putc and NS16550_init.  This will be used primarily to save space and
remove unused code from builds in which space is limited.

Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
README
drivers/serial/ns16550.c
include/configs/SIMPC8313.h