On Fri, 28 Oct 2022 at 18:27, Tom Rini <tr...@konsulko.com> wrote: > > 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 <tr...@konsulko.com> > --- > README | 8 -------- > doc/README.JFFS2 | 10 ---------- > include/configs/astro_mcf5373l.h | 11 ----------- > include/configs/at91sam9263ek.h | 1 - > include/configs/socrates.h | 3 --- > include/configs/stmark2.h | 4 ---- > include/configs/tuxx1.h | 4 ---- > 7 files changed, 41 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>