aboutsummaryrefslogtreecommitdiff
path: root/board/ti/beagle
diff options
context:
space:
mode:
Diffstat (limited to 'board/ti/beagle')
-rw-r--r--board/ti/beagle/beagle.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c
index 826aace..91e0a4c 100644
--- a/board/ti/beagle/beagle.c
+++ b/board/ti/beagle/beagle.c
@@ -71,18 +71,6 @@ static struct {
char env_setting[64];
} expansion_config;
-static const struct ns16550_platdata beagle_serial = {
- .base = OMAP34XX_UART3,
- .reg_shift = 2,
- .clock = V_NS16550_CLK,
- .fcr = UART_FCR_DEFVAL,
-};
-
-U_BOOT_DEVICE(beagle_uart) = {
- "ns16550_serial",
- &beagle_serial
-};
-
/*
* Routine: board_init
* Description: Early hardware init.