diff options
author | Marek Vasut <marex@denx.de> | 2012-09-12 12:36:25 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-10-15 11:53:48 -0700 |
commit | ce6971cdd81b8c16aad2cceaf1cd923a34cd096a (patch) | |
tree | b6d57431cd543a4555674c3922bf8f3f8b444039 /include/configs/palmld.h | |
parent | 407e6a280044c9d1a512e9d544bbc0d12f48cca3 (diff) | |
download | u-boot-imx-ce6971cdd81b8c16aad2cceaf1cd923a34cd096a.zip u-boot-imx-ce6971cdd81b8c16aad2cceaf1cd923a34cd096a.tar.gz u-boot-imx-ce6971cdd81b8c16aad2cceaf1cd923a34cd096a.tar.bz2 |
serial: pxa: Make use of default_serial_console in serial_pxa
Make use of the newly implemented weak default_serial_console in
the serial_pxa driver. This removes all reimplementations of this
function from board files.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Marek Vasut <marek.vasut@gmail.com>
Cc: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/palmld.h')
-rw-r--r-- | include/configs/palmld.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/palmld.h b/include/configs/palmld.h index 835121e..c5dd494 100644 --- a/include/configs/palmld.h +++ b/include/configs/palmld.h @@ -54,6 +54,7 @@ */ #define CONFIG_PXA_SERIAL #define CONFIG_FFUART 1 +#define CONFIG_CONS_INDEX 3 #define CONFIG_BAUDRATE 9600 /* |