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, 2/6] board: ge: Move VPD EEPROM configuration to the defconfig
Date: Thu, 19 Jul 2018 16:31:01 -0400	[thread overview]
Message-ID: <20180719203101.GP4609@bill-the-cat> (raw)
In-Reply-To: <20180626174304.6413-3-sebastian.reichel@collabora.co.uk>

On Tue, Jun 26, 2018 at 07:43:00PM +0200, Sebastian Reichel wrote:

> From: Denis Zalevskiy <denis.zalevskiy@ge.com>
> 
> Use standard configuration logic to define EEPROM constants. Names are based on
> VPD_EEPROM_ prefix because EEPROM_ is already used by i2c_eeprom driver.
> 
> Signed-off-by: Denis Zalevskiy <denis.zalevskiy@ge.com>
> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
> ---
>  board/ge/bx50v3/Kconfig     |  2 ++
>  board/ge/bx50v3/bx50v3.c    | 17 ++++-------------
>  board/ge/mx53ppd/Kconfig    |  2 ++
>  board/ge/mx53ppd/mx53ppd.c  | 14 ++++----------
>  configs/ge_bx50v3_defconfig |  9 +++++++++
>  configs/mx53ppd_defconfig   | 10 ++++++++++
>  6 files changed, 31 insertions(+), 23 deletions(-)
> 
> diff --git a/board/ge/bx50v3/Kconfig b/board/ge/bx50v3/Kconfig
> index 993b0559302b..05938560abda 100644
> --- a/board/ge/bx50v3/Kconfig
> +++ b/board/ge/bx50v3/Kconfig
> @@ -15,4 +15,6 @@ config SYS_SOC
>  config SYS_CONFIG_NAME
>  	default "ge_bx50v3"
>  
> +source "board/ge/common/Kconfig"

The new file board/ge/common/Kconfig is missing, please repost the
series with the file added, thanks!

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

  reply	other threads:[~2018-07-19 20:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-26 17:42 [U-Boot] [PATCH 0/6] GE: Move from ext4 to eeprom bootcounter Sebastian Reichel
2018-06-26 17:42 ` [U-Boot] [PATCH 1/6] board: ge: Remove EEPROM bus param from read_vpd() Sebastian Reichel
2018-06-26 17:43 ` [U-Boot] [PATCH 2/6] board: ge: Move VPD EEPROM configuration to the defconfig Sebastian Reichel
2018-07-19 20:31   ` Tom Rini [this message]
2018-07-19 21:47     ` [U-Boot] [U-Boot, " Sebastian Reichel
2018-06-26 17:43 ` [U-Boot] [PATCH 3/6] bootcount: i2c: Add bus switching to the I2C bootcount driver Sebastian Reichel
2018-06-26 17:43 ` [U-Boot] [PATCH 4/6] bootcount: Configure length limit for I2C bootcount Sebastian Reichel
2018-06-26 17:43 ` [U-Boot] [PATCH 5/6] board: ge: Move VPD reading to the vpd_reader Sebastian Reichel
2018-06-26 17:43 ` [U-Boot] [PATCH 6/6] board: ge: Store bootcount in EEPROM on PPD and Bx50v3 Sebastian Reichel

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=20180719203101.GP4609@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