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] [PATCH v2 19/48] Convert CONFIG_CMD_ERRATA to Kconfig
Date: Tue, 16 May 2017 22:25:16 -0400	[thread overview]
Message-ID: <20170517022516.GF5701@bill-the-cat> (raw)
In-Reply-To: <20170516233908.2337-20-sjg@chromium.org>

On Tue, May 16, 2017 at 05:38:39PM -0600, Simon Glass wrote:

> This converts the following to Kconfig:
>    CONFIG_CMD_ERRATA
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
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/20170516/1b0666cd/attachment.sig>

  reply	other threads:[~2017-05-17  2:25 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-16 23:38 [U-Boot] [PATCH v2 00/48] Kconfig: Convert commands (D to L) to Kconfig Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 01/48] configs: Re-sync Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 02/48] Kconfig: Drop CONFIG_CMD_DS4510_INFO Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 03/48] Kconfig: Drop CONFIG_CMD_DS4510_MEM Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 04/48] Kconfig: Drop CONFIG_CMD_DS4510_RST Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 05/48] Kconfig: Drop CONFIG_CMD_DS4510 Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 06/48] Convert CONFIG_DS4510 to Kconfig Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 07/48] Kconfig: Drop CONFIG_SYS_I2C_DTT_ADDR Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 08/48] Drop three-wire serial (TWS) support Simon Glass
2017-05-17  2:24   ` Tom Rini
2017-05-16 23:38 ` [U-Boot] [PATCH v2 09/48] Drop digital thermometer and thermostat (DTT) drivers Simon Glass
2017-05-17  2:25   ` Tom Rini
2017-05-16 23:38 ` [U-Boot] [PATCH v2 10/48] Kconfig: Drop CONFIG_SYS_I2C_DS1621_ADDR Simon Glass
2017-05-17  2:25   ` Tom Rini
2017-05-16 23:38 ` [U-Boot] [PATCH v2 11/48] Kconfig: Drop CONFIG_SYS_I2C_DS4510_ADDR Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 12/48] Convert CONFIG_CMD_ECCTEST to Kconfig Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 13/48] Convert CONFIG_CMD_EECONFIG " Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 14/48] Convert CONFIG_CMD_EEPROM et al " Simon Glass
2017-05-17  2:25   ` Tom Rini
2017-05-16 23:38 ` [U-Boot] [PATCH v2 15/48] Convert CONFIG_CMD_ENTERRCM " Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 16/48] Kconfig: Drop CONFIG_CMD_ENV Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 17/48] Convert CONFIG_CMD_ENV_CALLBACK to Kconfig Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 18/48] Convert CONFIG_CMD_ENV_FLAGS " Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 19/48] Convert CONFIG_CMD_ERRATA " Simon Glass
2017-05-17  2:25   ` Tom Rini [this message]
2017-05-16 23:38 ` [U-Boot] [PATCH v2 20/48] Convert CONFIG_CMD_ESBC_VALIDATE " Simon Glass
2017-05-17  2:25   ` Tom Rini
2017-05-16 23:38 ` [U-Boot] [PATCH v2 21/48] Convert CONFIG_CMD_ETHSW " Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 22/48] Convert CONFIG_CMD_FDC " Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 23/48] Kconfig: Drop CONFIG_CMD_FDT_MAX_DUMP Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 24/48] Convert CONFIG_CMD_FPGAD to Kconfig Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 25/48] Convert CONFIG_CMD_FPGA_LOADBP et al " Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 26/48] Convert CONFIG_CMD_FUSE " Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 27/48] Convert CONFIG_CMD_GETTIME " Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 28/48] Convert CONFIG_CMD_GSC " Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 29/48] Convert CONFIG_CMD_HASH " Simon Glass
2017-05-17  2:24   ` Tom Rini
2017-05-17  3:29     ` Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 30/48] Kconfig: Add CONFIG_HASH to enable hashing API Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 31/48] Convert CONFIG_CMD_HD44760 to Kconfig Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 32/48] Convert CONFIG_CMD_HDMIDETECT " Simon Glass
2017-05-17  2:25   ` Tom Rini
2017-05-16 23:38 ` [U-Boot] [PATCH v2 33/48] Convert CONFIG_CMD_IDE " Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 34/48] Kconfig: Add a CONFIG_IDE option Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 35/48] Convert CONFIG_CMD_IMMAP to Kconfig Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 36/48] Kconfig: Drop CONFIG_CMD_IMXOTP Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 37/48] Kconfig: Drop CONFIG_CMD_IMX_FUSE Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 38/48] Convert CONFIG_CMD_IO to Kconfig Simon Glass
2017-05-16 23:38 ` [U-Boot] [PATCH v2 39/48] Convert CONFIG_CMD_IOLOOP " Simon Glass
2017-05-16 23:39 ` [U-Boot] [PATCH v2 40/48] Convert CONFIG_CMD_IOTRACE " Simon Glass
2017-05-16 23:39 ` [U-Boot] [PATCH v2 41/48] Convert CONFIG_CMD_JFFS2 " Simon Glass
2017-05-16 23:39 ` [U-Boot] [PATCH v2 42/48] fs: Kconfig: Add a separate option for FS_JFFS2 Simon Glass
2017-05-16 23:39 ` [U-Boot] [PATCH v2 43/48] Convert CONFIG_CMD_IRQ to Kconfig Simon Glass
2017-05-17  2:25   ` Tom Rini
2017-05-16 23:39 ` [U-Boot] [PATCH v2 44/48] Convert CONFIG_CMD_KGDB " Simon Glass
2017-05-16 23:39 ` [U-Boot] [PATCH v2 45/48] Kconfig: Drop CONFIG_CMD_LOADY Simon Glass
2017-05-16 23:39 ` [U-Boot] [PATCH v2 46/48] Convert CONFIG_LZMA to Kconfig Simon Glass
2017-05-16 23:39 ` [U-Boot] [PATCH v2 47/48] Convert CONFIG_CMD_LZMADEC " Simon Glass
2017-05-16 23:39 ` [U-Boot] [PATCH v2 48/48] sandbox: Enable CMD_GETTIME Simon Glass

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=20170517022516.GF5701@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