]> git.sur5r.net Git - u-boot/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>
Tue, 24 Nov 2009 15:04:46 +0000 (09:04 -0600)
commit01826abc02ce160501534788e63629ccbe31b05c
tree7f2c7e1048dea61101ee88e3e62cb0fa6a090f3d
parent3c014f1586d5bfe30dca7549396915c83f31cd30
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