aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2022-10-09 15:12:09 +0200
committerTom Rini <trini@konsulko.com>2022-10-12 11:11:58 -0400
commit767ecc5f9ff932c2f8361238d50c1dc6e7d07dce (patch)
tree3802536bb0cfb49d1d5efe9464fbe00325d2ec77 /include
parent34803205ebb4a049fd8c3e3f885ba440a9fb585e (diff)
downloadu-boot-767ecc5f9ff932c2f8361238d50c1dc6e7d07dce.zip
u-boot-767ecc5f9ff932c2f8361238d50c1dc6e7d07dce.tar.gz
u-boot-767ecc5f9ff932c2f8361238d50c1dc6e7d07dce.tar.bz2
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')
-rw-r--r--include/configs/nokia_rx51.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/nokia_rx51.h b/include/configs/nokia_rx51.h
index 97aafc5..a88cfe7 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
*/