Re: [U-Boot] [PATCH v2] OMAP3: pandora: fix booting without serial attached

2009-11-17 Thread Wolfgang Denk
Dear Tom, In message 4afc100c.1040...@windriver.com you wrote: It would be nice for this to go in as a fix for 2009.11, else users without serial cable won't be able to boot it. Wolfgang, Can this fix be included in 2009.11 ? Sure - if you merge it and send a pull request, please. Best

[U-Boot] [PATCH v2] OMAP3: pandora: fix booting without serial attached

2009-11-12 Thread Grazvydas Ignotas
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

Re: [U-Boot] [PATCH v2] OMAP3: pandora: fix booting without serial attached

2009-11-12 Thread Tom
Grazvydas Ignotas wrote: 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