diff options
author | Pali Rohár <pali@kernel.org> | 2022-10-09 15:12:09 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-10-12 11:11:58 -0400 |
commit | 767ecc5f9ff932c2f8361238d50c1dc6e7d07dce (patch) | |
tree | 3802536bb0cfb49d1d5efe9464fbe00325d2ec77 /include/configs/nokia_rx51.h | |
parent | 34803205ebb4a049fd8c3e3f885ba440a9fb585e (diff) | |
download | u-boot-767ecc5f9ff932c2f8361238d50c1dc6e7d07dce.tar.gz u-boot-767ecc5f9ff932c2f8361238d50c1dc6e7d07dce.tar.bz2 u-boot-767ecc5f9ff932c2f8361238d50c1dc6e7d07dce.zip |
Nokia RX-51: Remove CONFIG_UBI_SIZE
CONFIG_UBI_SIZE option is not used, so remove it.
Signed-off-by: Pali Rohár <pali@kernel.org>
Diffstat (limited to 'include/configs/nokia_rx51.h')
-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 97aafc5f72..a88cfe77d5 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 */ |