From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 10/16] README: i2c: Drop unused i2c CONFIG options
Date: Tue, 4 Oct 2016 07:16:19 +0200 [thread overview]
Message-ID: <57F33B23.4070503@denx.de> (raw)
In-Reply-To: <1475452871-16982-11-git-send-email-sjg@chromium.org>
Hello Simon,
Am 03.10.2016 um 02:01 schrieb Simon Glass:
> CONFIG_SYS_NUM_I2C_ADAPTERS and CONFIG_SYS_I2C_MULTI_NOPROBES are not used
> in U-Boot, so drop them.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
> README | 7 ++-----
> 1 file changed, 2 insertions(+), 5 deletions(-)
Thanks!
Acked-by: Heiko Schocher <hs@denx.de>
bye,
Heiko
>
> diff --git a/README b/README
> index 0c90415..614a81c 100644
> --- a/README
> +++ b/README
> @@ -2326,10 +2326,7 @@ CBFS (Coreboot Filesystem) support
> additional defines:
>
> CONFIG_SYS_NUM_I2C_BUSES
> - Hold the number of i2c buses you want to use. If you
> - don't use/have i2c muxes on your i2c bus, this
> - is equal to CONFIG_SYS_NUM_I2C_ADAPTERS, and you can
> - omit this define.
> + Hold the number of i2c buses you want to use.
>
> CONFIG_SYS_I2C_DIRECT_BUS
> define this, if you don't use i2c muxes on your hardware.
> @@ -2543,7 +2540,7 @@ CBFS (Coreboot Filesystem) support
> will skip addresses 0x50 and 0x68 on a board with one I2C bus
>
> #define CONFIG_I2C_MULTI_BUS
> - #define CONFIG_SYS_I2C_MULTI_NOPROBES {{0,0x50},{0,0x68},{1,0x54}}
> + #define CONFIG_SYS_I2C_NOPROBES {{0,0x50},{0,0x68},{1,0x54}}
>
> will skip addresses 0x50 and 0x68 on bus 0 and address 0x54 on bus 1
>
>
--
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
next prev parent reply other threads:[~2016-10-04 5:16 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 ` [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 [this message]
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=57F33B23.4070503@denx.de \
--to=hs@denx.de \
--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