]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
OMAP3: pandora: fix booting without serial attached
authorGrazvydas Ignotas <notasas@gmail.com>
Thu, 12 Nov 2009 09:46:07 +0000 (11:46 +0200)
committerTom Rix <Tom.Rix@windriver.com>
Fri, 27 Nov 2009 22:26:14 +0000 (16:26 -0600)
commitc90b32739a50ca52d9b8d220ea6875ae994566ec
treed16e69ab5b8b1a2b2f518c29b18b8456fde9c5cd
parentac67804fbb2d82a19170066c02af7053d474ce8d
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>
board/pandora/pandora.h