diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-03-27 23:26:43 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-04-04 20:42:20 +0200 |
commit | 3524049cd053746298e4cfab2449882e75c146fc (patch) | |
tree | 71a34c88087e6ee4c5404b191d082a3f5c0e796d /include/common.h | |
parent | beebd851cdbc9dd070bcdfec1fd8f17e3cc91bc0 (diff) | |
download | u-boot-imx-3524049cd053746298e4cfab2449882e75c146fc.zip u-boot-imx-3524049cd053746298e4cfab2449882e75c146fc.tar.gz u-boot-imx-3524049cd053746298e4cfab2449882e75c146fc.tar.bz2 |
at91rm9200: move serial shutdown code to serial drivers
introduce serial_exit for this purpose. Use it only when the rm9200
serial driver is active
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index 20c058a..30fff7d 100644 --- a/include/common.h +++ b/include/common.h @@ -453,6 +453,7 @@ void ft_pci_setup(void *blob, bd_t *bd); /* $(CPU)/serial.c */ int serial_init (void); +void serial_exit (void); void serial_addr (unsigned int); void serial_setbrg (void); void serial_putc (const char); |