From 005dedd3480f47ff1049e132ec8d83bc0e24fbef Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Sun, 1 Mar 2020 08:09:19 +0100 Subject: lantiq: copy target to kernel 5.4 Duplicate kernel 4.19 config and patches for kernel 5.4. Duplicate the devicetree source files as well, they need kernel 5.4 specific adjustments. Signed-off-by: Mathias Kresin --- .../0300-MTD-cfi-cmdset-0001-disable-buffered-writes.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 target/linux/lantiq/patches-5.4/0300-MTD-cfi-cmdset-0001-disable-buffered-writes.patch (limited to 'target/linux/lantiq/patches-5.4/0300-MTD-cfi-cmdset-0001-disable-buffered-writes.patch') diff --git a/target/linux/lantiq/patches-5.4/0300-MTD-cfi-cmdset-0001-disable-buffered-writes.patch b/target/linux/lantiq/patches-5.4/0300-MTD-cfi-cmdset-0001-disable-buffered-writes.patch new file mode 100644 index 0000000000..d153c521d3 --- /dev/null +++ b/target/linux/lantiq/patches-5.4/0300-MTD-cfi-cmdset-0001-disable-buffered-writes.patch @@ -0,0 +1,11 @@ +--- a/drivers/mtd/chips/cfi_cmdset_0001.c ++++ b/drivers/mtd/chips/cfi_cmdset_0001.c +@@ -39,7 +39,7 @@ + /* #define CMDSET0001_DISABLE_WRITE_SUSPEND */ + + // debugging, turns off buffer write mode if set to 1 +-#define FORCE_WORD_WRITE 0 ++#define FORCE_WORD_WRITE 1 + + /* Intel chips */ + #define I82802AB 0x00ad -- cgit v1.2.3