Generate olpc.fth depending on the target image type.
[openwrt.git] / target / linux / ixp4xx / patches-2.6.26 / 191-cambria_optional_uart.patch
index c556b04..78e4a9e 100644 (file)
 +
 +static struct plat_serial8250_port cambria_optional_uart_data[] = {
 +      {
-+              .flags          = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST,
++              .flags          = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST | UPF_BUGGY_UART,
 +              .iotype         = UPIO_MEM,
 +              .regshift       = 0,
 +              .uartclk        = 1843200,
 +      },
 +      {
-+              .flags          = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST,
++              .flags          = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST | UPF_BUGGY_UART,
 +              .iotype         = UPIO_MEM,
 +              .regshift       = 0,
 +              .uartclk        = 1843200,
This page took 0.032362 seconds and 4 git commands to generate.