[PATCH 04/41] x530: Remove unused symbols

Tom Rini trini at konsulko.com
Fri Dec 2 22:42:14 CET 2022


The symbols CONFIG_UBI_PART and CONFIG_UBIFS_VOLUME are not referenced
anywhere, drop them.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 include/configs/x530.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/include/configs/x530.h b/include/configs/x530.h
index dee87cb77325..6cc3496ee593 100644
--- a/include/configs/x530.h
+++ b/include/configs/x530.h
@@ -53,7 +53,4 @@
 	"fdt_high=0x10000000\0"		\
 	"initrd_high=0x10000000\0"
 
-#define CONFIG_UBI_PART			user
-#define CONFIG_UBIFS_VOLUME		user
-
 #endif /* _CONFIG_X530_H */
-- 
2.25.1



More information about the U-Boot mailing list