diff options
author | Heiko Schocher <hs@denx.de> | 2017-06-23 18:13:59 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-06-29 14:01:11 (GMT) |
commit | be884598dabcccd96c058b29b2f86766881b3b78 (patch) | |
tree | ca8b0aeea259aed5bbf2279b39f7ca6a7fc50fc2 /board/siemens | |
parent | 2fa5130d461a16c4b979db1e521929876ed14ca7 (diff) | |
download | u-boot-be884598dabcccd96c058b29b2f86766881b3b78.tar.xz |
atmel, at91: fix smartweb board
since commit: f8b7fff1d5c5 "serial: atmel_usart: Add clk support"
smartweb 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')
-rw-r--r-- | board/siemens/smartweb/smartweb.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/siemens/smartweb/smartweb.c b/board/siemens/smartweb/smartweb.c index 78a7946..718ccc7 100644 --- a/board/siemens/smartweb/smartweb.c +++ b/board/siemens/smartweb/smartweb.c @@ -256,12 +256,3 @@ void mem_init(void) sdramc_initialize(ATMEL_BASE_CS1, &setting); } #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, -}; |