Skip to content
  • Grazvydas Ignotas's avatar
    OMAP3: pandora: fix booting without serial attached · 01826abc
    Grazvydas Ignotas authored
    
    
    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: default avatarGrazvydas Ignotas <notasas@gmail.com>
    01826abc