
On 10/02/2016 05:01 PM, Simon Glass wrote:
The README mentions various options that are not used in U-Boot. This series tidies these up.
There are also some other README files that are out of date, or reference old options. This series tidies up/removes some of these also.
Simon Glass (16): README: Drop old Intel Monahans comment README: Drop CONFIG_COGENT and related options README: Correct CONFIG_ENV_OFFSET_RENDUND typo README: Drop unused JFFS2 options README: Drop unused CONFIG_SYS_LS_MC_FW_... options README: Drop CONFIG_OF_BOOT_CPU README: Drop CONFIG_LAN91C96_BASE README: Drop CONFIG_SYS_USB_BRG_CLK README: sh: Drop CONFIG_SYS_I2C_SH_BASE5 README: i2c: Drop unused i2c CONFIG options README: Drop CONFIG_SYS_INIT_DATA_SIZE README: Drop CONFIG_SYS_USE_OSCCLK atmel: Drop README.at91-soc README: Drop README.imx31 README: Drop CONFIG_MPC8349ADS README: Fix CONFIG_SYS_NAND_MAX_DEVICE typo
README | 104 +++-------------------------------------- doc/README.JFFS2 | 43 ++--------------- doc/README.JFFS2_NAND | 20 +------- doc/README.at91-soc | 48 ------------------- doc/README.imx31 | 29 ------------ doc/README.mpc83xxads | 1 - doc/README.nand | 2 +- include/configs/ls2080a_simu.h | 3 -- 8 files changed, 12 insertions(+), 238 deletions(-) delete mode 100644 doc/README.at91-soc delete mode 100644 doc/README.imx31
Reviewed-by: York Sun york.sun@nxp.com