public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 00/16] README: Clean up old CONFIG options
@ 2016-10-03  0:00 Simon Glass
  2016-10-03  0:00 ` [U-Boot] [PATCH 01/16] README: Drop old Intel Monahans comment Simon Glass
                   ` (16 more replies)
  0 siblings, 17 replies; 55+ messages in thread
From: Simon Glass @ 2016-10-03  0:00 UTC (permalink / raw)
  To: u-boot

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

-- 
2.8.0.rc3.226.g39d4020

^ permalink raw reply	[flat|nested] 55+ messages in thread

end of thread, other threads:[~2016-10-07 19:33 UTC | newest]

Thread overview: 55+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-03  0:00 [U-Boot] [PATCH 00/16] README: Clean up old CONFIG options Simon Glass
2016-10-03  0:00 ` [U-Boot] [PATCH 01/16] README: Drop old Intel Monahans comment Simon Glass
2016-10-05  6:11   ` Bin Meng
2016-10-07  0:41   ` [U-Boot] [U-Boot, " Tom Rini
2016-10-03  0:00 ` [U-Boot] [PATCH 02/16] README: Drop CONFIG_COGENT and related options Simon Glass
2016-10-05  6:11   ` Bin Meng
2016-10-07  0:42   ` [U-Boot] [U-Boot, " Tom Rini
2016-10-03  0:00 ` [U-Boot] [PATCH 03/16] README: Correct CONFIG_ENV_OFFSET_RENDUND typo Simon Glass
2016-10-05  6:11   ` Bin Meng
2016-10-07  0:42   ` [U-Boot] [U-Boot, " Tom Rini
2016-10-03  0:00 ` [U-Boot] [PATCH 04/16] README: Drop unused JFFS2 options Simon Glass
2016-10-05  6:11   ` Bin Meng
2016-10-07  0:42   ` [U-Boot] [U-Boot,04/16] " Tom Rini
2016-10-03  0:01 ` [U-Boot] [PATCH 05/16] README: Drop unused CONFIG_SYS_LS_MC_FW_... options Simon Glass
2016-10-05  6:11   ` Bin Meng
2016-10-07 19:30     ` Simon Glass
2016-10-07 19:33       ` Tom Rini
2016-10-07  0:42   ` [U-Boot] [U-Boot, " Tom Rini
2016-10-03  0:01 ` [U-Boot] [PATCH 06/16] README: Drop CONFIG_OF_BOOT_CPU Simon Glass
2016-10-05  6:11   ` Bin Meng
2016-10-07  0:42   ` [U-Boot] [U-Boot,06/16] " Tom Rini
2016-10-03  0:01 ` [U-Boot] [PATCH 07/16] README: Drop CONFIG_LAN91C96_BASE Simon Glass
2016-10-05  6:11   ` Bin Meng
2016-10-07  0:42   ` [U-Boot] [U-Boot,07/16] " Tom Rini
2016-10-03  0:01 ` [U-Boot] [PATCH 08/16] README: Drop CONFIG_SYS_USB_BRG_CLK Simon Glass
2016-10-05  6:11   ` Bin Meng
2016-10-07  0:42   ` [U-Boot] [U-Boot,08/16] " Tom Rini
2016-10-03  0:01 ` [U-Boot] [PATCH 09/16] README: sh: Drop CONFIG_SYS_I2C_SH_BASE5 Simon Glass
2016-10-05  6:11   ` Bin Meng
2016-10-07  0:42   ` [U-Boot] [U-Boot, " Tom Rini
2016-10-03  0:01 ` [U-Boot] [PATCH 10/16] README: i2c: Drop unused i2c CONFIG options Simon Glass
2016-10-04  5:16   ` Heiko Schocher
2016-10-05  6:11   ` Bin Meng
2016-10-07  0:43   ` [U-Boot] [U-Boot, " Tom Rini
2016-10-03  0:01 ` [U-Boot] [PATCH 11/16] README: Drop CONFIG_SYS_INIT_DATA_SIZE Simon Glass
2016-10-05  6:12   ` Bin Meng
2016-10-07  0:43   ` [U-Boot] [U-Boot,11/16] " Tom Rini
2016-10-03  0:01 ` [U-Boot] [PATCH 12/16] README: Drop CONFIG_SYS_USE_OSCCLK Simon Glass
2016-10-05  6:12   ` Bin Meng
2016-10-07  0:43   ` [U-Boot] [U-Boot,12/16] " Tom Rini
2016-10-03  0:01 ` [U-Boot] [PATCH 13/16] atmel: Drop README.at91-soc Simon Glass
2016-10-05  6:12   ` Bin Meng
2016-10-06 20:26   ` Andreas Bießmann
2016-10-07  0:43   ` [U-Boot] [U-Boot,13/16] " Tom Rini
2016-10-03  0:01 ` [U-Boot] [PATCH 14/16] README: Drop README.imx31 Simon Glass
2016-10-05  6:12   ` Bin Meng
2016-10-07  0:43   ` [U-Boot] [U-Boot,14/16] " Tom Rini
2016-10-03  0:01 ` [U-Boot] [PATCH 15/16] README: Drop CONFIG_MPC8349ADS Simon Glass
2016-10-05  6:12   ` Bin Meng
2016-10-07  0:43   ` [U-Boot] [U-Boot,15/16] " Tom Rini
2016-10-03  0:01 ` [U-Boot] [PATCH 16/16] README: Fix CONFIG_SYS_NAND_MAX_DEVICE typo Simon Glass
2016-10-03 17:34   ` Scott Wood
2016-10-05  6:12   ` Bin Meng
2016-10-07  0:43   ` [U-Boot] [U-Boot, " Tom Rini
2016-10-05 14:59 ` [U-Boot] [PATCH 00/16] README: Clean up old CONFIG options york sun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox