diff options
author | Heiko Schocher | 2017-06-28 11:24:58 +0200 |
---|---|---|
committer | Tom Rini | 2017-06-29 10:01:12 -0400 |
commit | be2787bf29a066e603235a694325ce74426043b4 (patch) | |
tree | d56a9770d7e3bb72a7d949dc2a60f237d048a45e /board/siemens/taurus | |
parent | e91ead868b536d0a0dc49aa48f4d8c80c1a94b79 (diff) |
atmel, at91: fix taurus board
since commit: f8b7fff1d5c5 "serial: atmel_usart: Add clk support"
taurus board comes not up anymore. Fix it.
Signed-off-by: Heiko Schocher <hs@denx.de>
Acked-by: Wenyou Yang <wenyou.yang@microchip.com>
Diffstat (limited to 'board/siemens/taurus')
-rw-r--r-- | board/siemens/taurus/taurus.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/siemens/taurus/taurus.c b/board/siemens/taurus/taurus.c index 8da24be5683..4aa8d648690 100644 --- a/board/siemens/taurus/taurus.c +++ b/board/siemens/taurus/taurus.c @@ -448,12 +448,3 @@ U_BOOT_CMD( ); #endif #endif - -static struct atmel_serial_platdata at91sam9260_serial_plat = { - .base_addr = ATMEL_BASE_DBGU, -}; - -U_BOOT_DEVICE(at91sam9260_serial) = { - .name = "serial_atmel", - .platdata = &at91sam9260_serial_plat, -}; |