diff options
| author | Tom Rini <[email protected]> | 2022-12-02 16:42:14 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-22 10:31:47 -0500 |
| commit | 5732cf24ddfe010cd18de2233b9f175fa11f004f (patch) | |
| tree | f92c929aa7c7a165d3926cd55737b4a974ebfa99 /include | |
| parent | b41eb5a27e8cf6d32e68ea70ab0b5226329db154 (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 <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/x530.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/x530.h b/include/configs/x530.h index c213dc6074b..4cf41f52fd7 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 */ |
