From 5732cf24ddfe010cd18de2233b9f175fa11f004f Mon Sep 17 00:00:00 2001
From: Tom Rini <trini@konsulko.com>
Date: Fri, 2 Dec 2022 16:42:14 -0500
Subject: [PATCH] x530: Remove unused symbols

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 --git a/include/configs/x530.h b/include/configs/x530.h
index c213dc6074..4cf41f52fd 100644
--- a/include/configs/x530.h
+++ b/include/configs/x530.h
@@ -51,7 +51,4 @@
 	"fdt_high=0x10000000\0"		\
 	"initrd_high=0x10000000\0"
 
-#define CONFIG_UBI_PART			user
-#define CONFIG_UBIFS_VOLUME		user
-
 #endif /* _CONFIG_X530_H */
-- 
2.39.5