diff options
| author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-11-20 20:38:10 -0200 | 
|---|---|---|
| committer | Stefano Babic <sbabic@denx.de> | 2013-12-17 18:38:42 +0100 | 
| commit | 015999584167b946dbc8f0c4fee96cc806dd10cc (patch) | |
| tree | 83731a0c8601af3f779ff557799727430251a3c9 | |
| parent | 98d012292495fff1662b107e188bbbb17e32a0f7 (diff) | |
| download | olio-uboot-2014.01-015999584167b946dbc8f0c4fee96cc806dd10cc.tar.xz olio-uboot-2014.01-015999584167b946dbc8f0c4fee96cc806dd10cc.zip | |
configs: imx: Remove CONFIG_SYS_SPD_BUS_NUM option
According to the README:
"- CONFIG_SYS_SPD_BUS_NUM
		If SPD EEPROM is on an I2C bus other than the first
		one, specify here. Note that the value must resolve
		to something your driver can deal with."
There is no SPD EEPROM on the imx boards, so ged rid of this option.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Stefano Babic <sbabic@denx.de>
| -rw-r--r-- | include/configs/imx31_phycore.h | 1 | ||||
| -rw-r--r-- | include/configs/mx25pdk.h | 1 | ||||
| -rw-r--r-- | include/configs/mx35pdk.h | 1 | ||||
| -rw-r--r-- | include/configs/mx53ard.h | 1 | ||||
| -rw-r--r-- | include/configs/mx53evk.h | 1 | ||||
| -rw-r--r-- | include/configs/mx53loco.h | 1 | ||||
| -rw-r--r-- | include/configs/mx53smd.h | 1 | 
7 files changed, 0 insertions, 7 deletions
| diff --git a/include/configs/imx31_phycore.h b/include/configs/imx31_phycore.h index 7b5569579..ffb67c2eb 100644 --- a/include/configs/imx31_phycore.h +++ b/include/configs/imx31_phycore.h @@ -37,7 +37,6 @@  #define CONFIG_SYS_I2C  #define CONFIG_SYS_I2C_MXC -#define CONFIG_SYS_SPD_BUS_NUM		1 /* I2C2 */  #define CONFIG_SYS_I2C_CLK_OFFSET	I2C2_CLK_OFFSET  #define CONFIG_MXC_UART diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h index fb564b07c..af6aafaf1 100644 --- a/include/configs/mx25pdk.h +++ b/include/configs/mx25pdk.h @@ -115,7 +115,6 @@  #define CONFIG_CMD_I2C  #define CONFIG_SYS_I2C  #define CONFIG_SYS_I2C_MXC -#define CONFIG_SYS_SPD_BUS_NUM		0 /* I2C1 */  /* RTC */  #define CONFIG_RTC_IMXDI diff --git a/include/configs/mx35pdk.h b/include/configs/mx35pdk.h index 4b4503c15..0a46f4c30 100644 --- a/include/configs/mx35pdk.h +++ b/include/configs/mx35pdk.h @@ -42,7 +42,6 @@   */  #define CONFIG_SYS_I2C  #define CONFIG_SYS_I2C_MXC -#define CONFIG_SYS_SPD_BUS_NUM		0 /* I2C1 */  #define CONFIG_MXC_SPI  #define CONFIG_MXC_GPIO diff --git a/include/configs/mx53ard.h b/include/configs/mx53ard.h index 60c40c865..797a637bf 100644 --- a/include/configs/mx53ard.h +++ b/include/configs/mx53ard.h @@ -46,7 +46,6 @@  #define CONFIG_CMD_I2C  #define CONFIG_SYS_I2C  #define CONFIG_SYS_I2C_MXC -#define CONFIG_SYS_SPD_BUS_NUM		1 /* I2C2 */  /* MMC Configs */  #define CONFIG_FSL_ESDHC diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h index d0b5258e4..3f0d80ac6 100644 --- a/include/configs/mx53evk.h +++ b/include/configs/mx53evk.h @@ -39,7 +39,6 @@  #define CONFIG_CMD_I2C  #define CONFIG_SYS_I2C  #define CONFIG_SYS_I2C_MXC -#define CONFIG_SYS_SPD_BUS_NUM		1 /* I2C2 */  /* PMIC Configs */  #define CONFIG_POWER diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 7b735ab40..ae43ea3c1 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -73,7 +73,6 @@  /* I2C Configs */  #define CONFIG_SYS_I2C  #define CONFIG_SYS_I2C_MXC -#define CONFIG_SYS_SPD_BUS_NUM		0 /* I2C1 */  /* PMIC Controller */  #define CONFIG_POWER diff --git a/include/configs/mx53smd.h b/include/configs/mx53smd.h index c9618b44e..a04e7c7a3 100644 --- a/include/configs/mx53smd.h +++ b/include/configs/mx53smd.h @@ -36,7 +36,6 @@  #define CONFIG_CMD_I2C  #define CONFIG_SYS_I2C  #define CONFIG_SYS_I2C_MXC -#define CONFIG_SYS_SPD_BUS_NUM		1 /* I2C2 */  /* MMC Configs */  #define CONFIG_FSL_ESDHC |