commit | c90b32739a50ca52d9b8d220ea6875ae994566ec | [log] [tgz] |
---|---|---|
author | Grazvydas Ignotas <notasas@gmail.com> | Thu Nov 12 11:46:07 2009 +0200 |
committer | Tom Rix <Tom.Rix@windriver.com> | Fri Nov 27 16:26:14 2009 -0600 |
tree | d16e69ab5b8b1a2b2f518c29b18b8456fde9c5cd | |
parent | ac67804fbb2d82a19170066c02af7053d474ce8d [diff] |
OMAP3: pandora: fix booting without serial attached When the board is booted without serial cable attached (which is how most of them will be used) UART RX is left floating and sometimes picks noise, which interrupts countdown and enters U-Boot prompt instead of booting the kernel. Fix this by setting up internal pullup on UART RX pin. This does not prevent serial from working as the internal pullup is weak. Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>