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 /board/palmtc | |
parent | 407e6a280044c9d1a512e9d544bbc0d12f48cca3 (diff) |
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 'board/palmtc')
-rw-r--r-- | board/palmtc/palmtc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/palmtc/palmtc.c b/board/palmtc/palmtc.c index 4adf152a4ed..b23eec805e7 100644 --- a/board/palmtc/palmtc.c +++ b/board/palmtc/palmtc.c @@ -51,11 +51,6 @@ int board_init(void) return 0; } -struct serial_device *default_serial_console(void) -{ - return &serial_ffuart_device; -} - int dram_init(void) { pxa2xx_dram_init(); |