summaryrefslogtreecommitdiff
path: root/include/ubi_uboot.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-04 10:03:30 -0500
committerTom Rini <trini@konsulko.com>2022-12-23 10:07:03 -0500
commit2c065aeeee8c4033f41836eafef0d949c94bf769 (patch)
tree2fa2a5d5a8045849f172a7914f0c675a677f7b93 /include/ubi_uboot.h
parentf00f676af6bcae0702efbac45b88c1b8b686d400 (diff)
mtd: ubi: Finish moving configuration to Kconfig
We have some unused and undefined symbols to remove references to, so do that. Move the final things that we do set (or need to keep unset) to Kconfig instead. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/ubi_uboot.h')
-rw-r--r--include/ubi_uboot.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/include/ubi_uboot.h b/include/ubi_uboot.h
index 0770228cd8..6da348eb62 100644
--- a/include/ubi_uboot.h
+++ b/include/ubi_uboot.h
@@ -34,28 +34,6 @@
#include <linux/errno.h>
-/* configurable */
-#define CONFIG_MTD_UBI_BEB_RESERVE 1
-
-/* debug options (Linux: drivers/mtd/ubi/Kconfig.debug) */
-#undef CONFIG_MTD_UBI_DEBUG
-#undef CONFIG_MTD_UBI_DEBUG_PARANOID
-#undef CONFIG_MTD_UBI_DEBUG_MSG
-#undef CONFIG_MTD_UBI_DEBUG_MSG_EBA
-#undef CONFIG_MTD_UBI_DEBUG_MSG_WL
-#undef CONFIG_MTD_UBI_DEBUG_MSG_IO
-#undef CONFIG_MTD_UBI_DEBUG_MSG_BLD
-
-#undef CONFIG_MTD_UBI_BLOCK
-
-/* ubi_init() disables returning error codes when built into the Linux
- * kernel so that it doesn't hang the Linux kernel boot process. Since
- * the U-Boot driver code depends on getting valid error codes from this
- * function we just tell the UBI layer that we are building as a module
- * (which only enables the additional error reporting).
- */
-#define CONFIG_MTD_UBI_MODULE
-
/* build.c */
#define get_device(...)
#define put_device(...)