Skip to content
Snippets Groups Projects
Commit 470250e8 authored by David Müller (ELSOFT AG)'s avatar David Müller (ELSOFT AG) Committed by Tom Rini
Browse files

s3c24xx: serial: Remove dead code

parent 0c2b6dff
No related branches found
No related tags found
No related merge requests found
......@@ -103,12 +103,6 @@ static int serial_init_dev(const int dev_index)
*/
writel(0x245, &uart->ucon);
/* FIXME: This is sooooooooooooooooooo ugly */
#if defined(CONFIG_ARCH_GTA02_v1) || defined(CONFIG_ARCH_GTA02_v2)
/* we need auto hw flow control on the gsm and gps port */
if (dev_index == 0 || dev_index == 1)
writel(0x10, &uart->umcon);
#endif
_serial_setbrg(dev_index);
return (0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment