imgtec-ci20: genimage config/ u-boot env
[openadk.git] / target / linux / patches / 4.4.302 / h8300.patch
blobcf73989a63b73b95a9b66f4dcb7d0da95bfbee07
1 diff -Nur linux-4.4.88.orig/arch/h8300/Kconfig.cpu linux-4.4.88/arch/h8300/Kconfig.cpu
2 --- linux-4.4.88.orig/arch/h8300/Kconfig.cpu 2017-09-13 23:10:05.000000000 +0200
3 +++ linux-4.4.88/arch/h8300/Kconfig.cpu 2017-09-17 21:15:32.584654434 +0200
4 @@ -96,4 +96,8 @@
5 hex "Load offset"
6 default 0
8 +config RAMBASE
9 + hex "RAM base address"
10 + default 0x400000
12 endmenu
13 diff -Nur linux-4.4.96.orig/arch/h8300/boot/dts/h8300h_sim.dts linux-4.4.96/arch/h8300/boot/dts/h8300h_sim.dts
14 --- linux-4.4.96.orig/arch/h8300/boot/dts/h8300h_sim.dts 2017-11-02 09:40:50.000000000 +0100
15 +++ linux-4.4.96/arch/h8300/boot/dts/h8300h_sim.dts 2017-11-18 21:59:54.665879649 +0100
16 @@ -37,7 +37,7 @@
18 memory@400000 {
19 device_type = "memory";
20 - reg = <0x400000 0x400000>;
21 + reg = <0x400000 0x800000>;
24 cpus {
25 diff -Nur linux-4.4.96.orig/drivers/tty/serial/sh-sci.c linux-4.4.96/drivers/tty/serial/sh-sci.c
26 --- linux-4.4.96.orig/drivers/tty/serial/sh-sci.c 2017-11-02 09:40:50.000000000 +0100
27 +++ linux-4.4.96/drivers/tty/serial/sh-sci.c 2017-11-18 22:15:05.951976319 +0100
28 @@ -898,8 +898,6 @@
29 /* overrun error */
30 if (tty_insert_flip_char(tport, 0, TTY_OVERRUN))
31 copied++;
33 - dev_notice(port->dev, "overrun error\n");
36 if (status & SCxSR_FER(port)) {
37 @@ -972,7 +970,6 @@
38 tty_insert_flip_char(tport, 0, TTY_OVERRUN);
39 tty_flip_buffer_push(tport);
41 - dev_dbg(port->dev, "overrun error\n");
42 copied++;