mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-24 22:16:14 +00:00
6ec7711d00
Make all the patches apply. This also refreshes some of the kernel configurations. Signed-off-by: Martin Schiller <ms@dev.tdt.de>
22 lines
671 B
Diff
22 lines
671 B
Diff
From 5e93c85ac3e5626d1aa7e7f9c0a008b2a4224f04 Mon Sep 17 00:00:00 2001
|
|
From: Matti Laakso <malaakso@elisanet.fi>
|
|
Date: Sat, 14 Feb 2015 20:48:00 +0000
|
|
Subject: [PATCH] MTD: cfi_cmdset_0001: disable buffered writes
|
|
|
|
Signed-off-by: Matti Laakso <malaakso@elisanet.fi>
|
|
---
|
|
drivers/mtd/chips/cfi_cmdset_0001.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/drivers/mtd/chips/cfi_cmdset_0001.c
|
|
+++ b/drivers/mtd/chips/cfi_cmdset_0001.c
|
|
@@ -40,7 +40,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
|