diff options
author | wdenk <wdenk> | 2004-09-21 23:33:32 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-09-21 23:33:32 +0000 |
commit | 4734cb78d8e57dbac4e9f23d91edd624484b0092 (patch) | |
tree | a7b622ef272424ba73dadc36119f331764b099ab /include/configs/at91rm9200dk.h | |
parent | a9c37d561d79fc9b11980853db1e1d4b15c76ba5 (diff) | |
download | u-boot-imx-4734cb78d8e57dbac4e9f23d91edd624484b0092.zip u-boot-imx-4734cb78d8e57dbac4e9f23d91edd624484b0092.tar.gz u-boot-imx-4734cb78d8e57dbac4e9f23d91edd624484b0092.tar.bz2 |
Patch by Gary Jennejohn, 09 Sep 2004:
allow to use USART1 as console port on at91rm9200dk boards
Diffstat (limited to 'include/configs/at91rm9200dk.h')
-rw-r--r-- | include/configs/at91rm9200dk.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/at91rm9200dk.h b/include/configs/at91rm9200dk.h index 94b6a8d..dbc430d 100644 --- a/include/configs/at91rm9200dk.h +++ b/include/configs/at91rm9200dk.h @@ -58,6 +58,10 @@ * Hardware drivers */ +/* define one of these to choose the DBGU or USART1 as console */ +#define CONFIG_DBGU +#undef CONFIG_USART1 + #undef CONFIG_HWFLOW /* don't include RTS/CTS flow control support */ #undef CONFIG_MODEM_SUPPORT /* disable modem initialization stuff */ |