summaryrefslogtreecommitdiff
path: root/common/fdt_decode.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/fdt_decode.c')
-rw-r--r--common/fdt_decode.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/common/fdt_decode.c b/common/fdt_decode.c
index b983710bcd..4f1eb59b2c 100644
--- a/common/fdt_decode.c
+++ b/common/fdt_decode.c
@@ -306,9 +306,7 @@ int fdt_decode_uart_console(const void *blob, struct fdt_uart *uart,
uart->silent = fdt_decode_get_config_int(blob, "silent_console", 0);
uart->io_mapped = get_int(blob, node, "io-mapped", 0);
uart->compat = fdt_decode_lookup(blob, node);
-#if defined(CONFIG_TEGRA3) && !defined(CONFIG_SYS_PLLP_BASE_IS_408MHZ)
- uart->clock_freq = 216000000;
-#endif
+
/* Calculate divisor if required */
if ((uart->divisor == -1) && (uart->clock_freq != -1))
fdt_decode_uart_calc_divisor(uart);