diff mbox series

[04/41] x530: Remove unused symbols

Message ID 20221202214251.3027264-4-trini@konsulko.com
State Accepted
Commit 5732cf24ddfe010cd18de2233b9f175fa11f004f
Delegated to: Tom Rini
Headers show
Series [01/41] usb: Update USB_STORAGE dependencies | expand

Commit Message

Tom Rini Dec. 2, 2022, 9:42 p.m. UTC
The symbols CONFIG_UBI_PART and CONFIG_UBIFS_VOLUME are not referenced
anywhere, drop them.

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

Patch

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 */