All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS
@ 2015-11-24 23:37 Marek Vasut
  2015-11-25  5:59 ` Heiko Schocher
  2015-12-06 22:06 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Marek Vasut @ 2015-11-24 23:37 UTC (permalink / raw)
  To: u-boot

This symbol is no longer used anywhere, remove it.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Heiko Schocher <hs@denx.de>
Cc: Tom Rini <trini@konsulko.com>
---
 include/configs/am335x_sl50.h        | 1 -
 include/configs/baltos.h             | 1 -
 include/configs/bav335x.h            | 1 -
 include/configs/ot1200.h             | 1 -
 include/configs/ti_armv7_keystone2.h | 1 -
 5 files changed, 5 deletions(-)

diff --git a/include/configs/am335x_sl50.h b/include/configs/am335x_sl50.h
index f655e69..1bdb96e 100644
--- a/include/configs/am335x_sl50.h
+++ b/include/configs/am335x_sl50.h
@@ -78,7 +78,6 @@
 #define CONFIG_ENV_EEPROM_IS_ON_I2C
 #define CONFIG_SYS_I2C_EEPROM_ADDR	0x50	/* Main EEPROM */
 #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN	2
-#define CONFIG_SYS_I2C_MULTI_EEPROMS
 
 /* PMIC support */
 #define CONFIG_POWER_TPS65217
diff --git a/include/configs/baltos.h b/include/configs/baltos.h
index 5545cf0..e9b4fe1 100644
--- a/include/configs/baltos.h
+++ b/include/configs/baltos.h
@@ -213,7 +213,6 @@
 #define CONFIG_ENV_EEPROM_IS_ON_I2C
 #define CONFIG_SYS_I2C_EEPROM_ADDR	0x50	/* Main EEPROM */
 #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN	2
-#define CONFIG_SYS_I2C_MULTI_EEPROMS
 
 /* PMIC support */
 #define CONFIG_POWER_TPS65910
diff --git a/include/configs/bav335x.h b/include/configs/bav335x.h
index 9917627..7ed874b 100644
--- a/include/configs/bav335x.h
+++ b/include/configs/bav335x.h
@@ -346,7 +346,6 @@ DEFAULT_LINUX_BOOT_ENV \
 #define CONFIG_ENV_EEPROM_IS_ON_I2C
 #define CONFIG_SYS_I2C_EEPROM_ADDR	0x50	/* Main EEPROM */
 #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN	2
-#define CONFIG_SYS_I2C_MULTI_EEPROMS
 
 /* PMIC support */
 #define CONFIG_POWER_TPS65217
diff --git a/include/configs/ot1200.h b/include/configs/ot1200.h
index 426ec72..4baec44 100644
--- a/include/configs/ot1200.h
+++ b/include/configs/ot1200.h
@@ -115,7 +115,6 @@
 #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN        1
 #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS     3
 #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 5
-#define CONFIG_SYS_I2C_MULTI_EEPROMS
 #endif
 
 /* Miscellaneous commands */
diff --git a/include/configs/ti_armv7_keystone2.h b/include/configs/ti_armv7_keystone2.h
index b5d2d2e..a644f90 100644
--- a/include/configs/ti_armv7_keystone2.h
+++ b/include/configs/ti_armv7_keystone2.h
@@ -159,7 +159,6 @@
 #define I2C_BUS_MAX			3
 
 /* EEPROM definitions */
-#define CONFIG_SYS_I2C_MULTI_EEPROMS
 #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN		2
 #define CONFIG_SYS_I2C_EEPROM_ADDR		0x50
 #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS	6
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS
  2015-11-24 23:37 [U-Boot] [PATCH] eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS Marek Vasut
@ 2015-11-25  5:59 ` Heiko Schocher
  2015-12-06 22:06 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Heiko Schocher @ 2015-11-25  5:59 UTC (permalink / raw)
  To: u-boot

Hello Marek,

Am 25.11.2015 um 00:37 schrieb Marek Vasut:
> This symbol is no longer used anywhere, remove it.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Heiko Schocher <hs@denx.de>
> Cc: Tom Rini <trini@konsulko.com>
> ---
>   include/configs/am335x_sl50.h        | 1 -
>   include/configs/baltos.h             | 1 -
>   include/configs/bav335x.h            | 1 -
>   include/configs/ot1200.h             | 1 -
>   include/configs/ti_armv7_keystone2.h | 1 -
>   5 files changed, 5 deletions(-)

Thanks!

Acked-by: Heiko Schocher <hs@denx.de>

bye,
Heiko
>
> diff --git a/include/configs/am335x_sl50.h b/include/configs/am335x_sl50.h
> index f655e69..1bdb96e 100644
> --- a/include/configs/am335x_sl50.h
> +++ b/include/configs/am335x_sl50.h
> @@ -78,7 +78,6 @@
>   #define CONFIG_ENV_EEPROM_IS_ON_I2C
>   #define CONFIG_SYS_I2C_EEPROM_ADDR	0x50	/* Main EEPROM */
>   #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN	2
> -#define CONFIG_SYS_I2C_MULTI_EEPROMS
>
>   /* PMIC support */
>   #define CONFIG_POWER_TPS65217
> diff --git a/include/configs/baltos.h b/include/configs/baltos.h
> index 5545cf0..e9b4fe1 100644
> --- a/include/configs/baltos.h
> +++ b/include/configs/baltos.h
> @@ -213,7 +213,6 @@
>   #define CONFIG_ENV_EEPROM_IS_ON_I2C
>   #define CONFIG_SYS_I2C_EEPROM_ADDR	0x50	/* Main EEPROM */
>   #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN	2
> -#define CONFIG_SYS_I2C_MULTI_EEPROMS
>
>   /* PMIC support */
>   #define CONFIG_POWER_TPS65910
> diff --git a/include/configs/bav335x.h b/include/configs/bav335x.h
> index 9917627..7ed874b 100644
> --- a/include/configs/bav335x.h
> +++ b/include/configs/bav335x.h
> @@ -346,7 +346,6 @@ DEFAULT_LINUX_BOOT_ENV \
>   #define CONFIG_ENV_EEPROM_IS_ON_I2C
>   #define CONFIG_SYS_I2C_EEPROM_ADDR	0x50	/* Main EEPROM */
>   #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN	2
> -#define CONFIG_SYS_I2C_MULTI_EEPROMS
>
>   /* PMIC support */
>   #define CONFIG_POWER_TPS65217
> diff --git a/include/configs/ot1200.h b/include/configs/ot1200.h
> index 426ec72..4baec44 100644
> --- a/include/configs/ot1200.h
> +++ b/include/configs/ot1200.h
> @@ -115,7 +115,6 @@
>   #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN        1
>   #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS     3
>   #define CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS 5
> -#define CONFIG_SYS_I2C_MULTI_EEPROMS
>   #endif
>
>   /* Miscellaneous commands */
> diff --git a/include/configs/ti_armv7_keystone2.h b/include/configs/ti_armv7_keystone2.h
> index b5d2d2e..a644f90 100644
> --- a/include/configs/ti_armv7_keystone2.h
> +++ b/include/configs/ti_armv7_keystone2.h
> @@ -159,7 +159,6 @@
>   #define I2C_BUS_MAX			3
>
>   /* EEPROM definitions */
> -#define CONFIG_SYS_I2C_MULTI_EEPROMS
>   #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN		2
>   #define CONFIG_SYS_I2C_EEPROM_ADDR		0x50
>   #define CONFIG_SYS_EEPROM_PAGE_WRITE_BITS	6
>

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS
  2015-11-24 23:37 [U-Boot] [PATCH] eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS Marek Vasut
  2015-11-25  5:59 ` Heiko Schocher
@ 2015-12-06 22:06 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2015-12-06 22:06 UTC (permalink / raw)
  To: u-boot

On Wed, Nov 25, 2015 at 12:37:44AM +0100, Marek Vasut wrote:

> This symbol is no longer used anywhere, remove it.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Heiko Schocher <hs@denx.de>
> Cc: Tom Rini <trini@konsulko.com>
> Acked-by: Heiko Schocher <hs@denx.de>

Applied to u-boot/master, thanks!

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-12-06 22:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-24 23:37 [U-Boot] [PATCH] eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS Marek Vasut
2015-11-25  5:59 ` Heiko Schocher
2015-12-06 22:06 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.