mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] UBI: remove Kconfig entry from include
@ 2019-04-30 15:14 Jan Remmet
  2019-05-06  6:35 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Remmet @ 2019-04-30 15:14 UTC (permalink / raw)
  To: barebox

CONFIG_MTD_UBI_WL_THRESHOLD can be set via Kconfig.
default there is also 4096. So remove the leftover here.

Signed-off-by: Jan Remmet <j.remmet@phytec.de>
---
 drivers/mtd/ubi/ubi-barebox.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/mtd/ubi/ubi-barebox.h b/drivers/mtd/ubi/ubi-barebox.h
index 557ad8831676..7ee87ffd3e10 100644
--- a/drivers/mtd/ubi/ubi-barebox.h
+++ b/drivers/mtd/ubi/ubi-barebox.h
@@ -30,7 +30,6 @@
 #define crc32(seed, data, length)  crc32_no_comp(seed, (unsigned char * const)data, length)
 
 /* configurable */
-#define CONFIG_MTD_UBI_WL_THRESHOLD	4096
 #define UBI_IO_DEBUG			0
 
 /* upd.c */
-- 
2.7.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-06  6:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-30 15:14 [PATCH] UBI: remove Kconfig entry from include Jan Remmet
2019-05-06  6:35 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox