public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot, 02/16] README: Drop CONFIG_COGENT and related options
Date: Thu, 6 Oct 2016 20:42:15 -0400	[thread overview]
Message-ID: <20161007004215.GT4884@bill-the-cat> (raw)
In-Reply-To: <1475452871-16982-3-git-send-email-sjg@chromium.org>

On Sun, Oct 02, 2016 at 06:00:57PM -0600, Simon Glass wrote:

> These are no-longer present in U-Boot. Drop them.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161006/f69c6f99/attachment.sig>

  parent reply	other threads:[~2016-10-07  0:42 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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   ` Tom Rini [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161007004215.GT4884@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox