From e020b974cef577cc29a799cffd172e16245c6569 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 28 Oct 2022 20:26:58 -0400 Subject: Remove unused symbols CONFIG_SYS_JFFS2_FIRST_BANK et al This removes the following symbols: CONFIG_RTC_MCFRRTC CONFIG_SYS_JFFS2_FIRST_BANK CONFIG_SYS_JFFS2_FIRST_SECTOR CONFIG_SYS_JFFS2_NUM_BANKS CONFIG_SYS_LBC_CACHE_BASE CONFIG_SYS_LIME_SIZE CONFIG_SYS_MAMR CONFIG_SYS_MCFRRTC_BASE CONFIG_SYS_MONITOR_SEC Signed-off-by: Tom Rini Reviewed-by: Simon Glass --- doc/README.JFFS2 | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'doc') diff --git a/doc/README.JFFS2 b/doc/README.JFFS2 index 0245da0488f..fddefb17469 100644 --- a/doc/README.JFFS2 +++ b/doc/README.JFFS2 @@ -21,16 +21,6 @@ Sorting is done while inserting into the fragment list, which is more or less a bubble sort. That algorithm is known to be O(n^2), thus you should really consider if you can avoid it! - -There only one way for JFFS2 to find the disk. It uses the flash_info -structure to find the start of a JFFS2 disk (called partition in the code) -and you can change where the partition is with two defines. - -CONFIG_SYS_JFFS2_FIRST_BANK - defined the first flash bank to use - -CONFIG_SYS_JFFS2_FIRST_SECTOR - defines the first sector to use --- TODO. -- cgit v1.2.3