From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Tue, 4 Oct 2016 07:16:19 +0200 Subject: [U-Boot] [PATCH 10/16] README: i2c: Drop unused i2c CONFIG options In-Reply-To: <1475452871-16982-11-git-send-email-sjg@chromium.org> References: <1475452871-16982-1-git-send-email-sjg@chromium.org> <1475452871-16982-11-git-send-email-sjg@chromium.org> Message-ID: <57F33B23.4070503@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > --- > > README | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) Thanks! Acked-by: Heiko Schocher 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