commit | f11acc657e530e79fa65b48866d169ef7a3651fe | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Dec 02 16:42:14 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 22 10:31:47 2022 -0500 |
tree | f92c929aa7c7a165d3926cd55737b4a974ebfa99 | |
parent | 2c8058919c84ec7c3bc4562e99370a7591685496 [diff] |
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>
diff --git a/include/configs/x530.h b/include/configs/x530.h index c213dc6..4cf41f5 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 */