x530: Remove unused symbols
authorTom Rini <trini@konsulko.com>
Fri, 2 Dec 2022 21:42:14 +0000 (16:42 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 22 Dec 2022 15:31:47 +0000 (10:31 -0500)
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

index c213dc6..4cf41f5 100644 (file)
@@ -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 */