diff options
Diffstat (limited to 'target/linux/brcm2708/patches-3.10/016-amba-pl011-fifosize.patch')
-rw-r--r-- | target/linux/brcm2708/patches-3.10/016-amba-pl011-fifosize.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/brcm2708/patches-3.10/016-amba-pl011-fifosize.patch b/target/linux/brcm2708/patches-3.10/016-amba-pl011-fifosize.patch deleted file mode 100644 index 4419612340..0000000000 --- a/target/linux/brcm2708/patches-3.10/016-amba-pl011-fifosize.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/drivers/tty/serial/amba-pl011.c -+++ b/drivers/tty/serial/amba-pl011.c -@@ -84,7 +84,7 @@ struct vendor_data { - - static unsigned int get_fifosize_arm(unsigned int periphid) - { -- unsigned int rev = (periphid >> 20) & 0xf; -+ unsigned int rev = 0; //(periphid >> 20) & 0xf; - return rev < 3 ? 16 : 32; - } - |