diff options
Diffstat (limited to 'include/ubi_uboot.h')
-rw-r--r-- | include/ubi_uboot.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/ubi_uboot.h b/include/ubi_uboot.h index fa33d5e..80acbcb 100644 --- a/include/ubi_uboot.h +++ b/include/ubi_uboot.h @@ -35,9 +35,6 @@ #include <linux/errno.h> /* configurable */ -#if !defined(CONFIG_MTD_UBI_WL_THRESHOLD) -#define CONFIG_MTD_UBI_WL_THRESHOLD 4096 -#endif #define CONFIG_MTD_UBI_BEB_RESERVE 1 /* debug options (Linux: drivers/mtd/ubi/Kconfig.debug) */ @@ -59,10 +56,6 @@ */ #define CONFIG_MTD_UBI_MODULE -#if !defined(CONFIG_MTD_UBI_BEB_LIMIT) -#define CONFIG_MTD_UBI_BEB_LIMIT 20 -#endif - /* build.c */ #define get_device(...) #define put_device(...) |