[PATCH] Nokia RX-51: Remove CONFIG_UBI_SIZE

9 Oct
2022
9 Oct
'22
3:12 p.m.
CONFIG_UBI_SIZE option is not used, so remove it.
Signed-off-by: Pali Rohár pali@kernel.org --- include/configs/nokia_rx51.h | 2 -- 1 file changed, 2 deletions(-)
diff --git a/include/configs/nokia_rx51.h b/include/configs/nokia_rx51.h index 97aafc5f7250..a88cfe77d50c 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 */
--
2.20.1

12 Oct
12 Oct
9:14 p.m.
On Sun, Oct 09, 2022 at 03:12:09PM +0200, Pali Rohár wrote:
CONFIG_UBI_SIZE option is not used, so remove it.
Signed-off-by: Pali Rohár pali@kernel.org
Applied to u-boot/master, thanks!
--
Tom
941
Age (days ago)
944
Last active (days ago)
1 comments
2 participants
participants (2)
-
Pali Rohár
-
Tom Rini