diff options
| author | Pali Rohár <[email protected]> | 2022-10-09 15:12:09 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-10-12 11:11:58 -0400 |
| commit | 767ecc5f9ff932c2f8361238d50c1dc6e7d07dce (patch) | |
| tree | 3802536bb0cfb49d1d5efe9464fbe00325d2ec77 /include | |
| parent | 34803205ebb4a049fd8c3e3f885ba440a9fb585e (diff) | |
Nokia RX-51: Remove CONFIG_UBI_SIZE
CONFIG_UBI_SIZE option is not used, so remove it.
Signed-off-by: Pali Rohár <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/nokia_rx51.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/nokia_rx51.h b/include/configs/nokia_rx51.h index 97aafc5f725..a88cfe77d50 100644 --- a/include/configs/nokia_rx51.h +++ b/include/configs/nokia_rx51.h @@ -31,8 +31,6 @@ #define V_OSCK 26000000 /* Clock output from T2 */ #define V_SCLK (V_OSCK >> 1) -#define CONFIG_UBI_SIZE (512 << 10) - /* * Hardware drivers */ |
