diff options
author | Benoît Thébaudeau <benoit.thebaudeau@advansee.com> | 2013-04-23 10:17:42 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2013-04-28 11:07:41 +0200 |
commit | 83306927de028b4654eca96dc1476ce3f4753b31 (patch) | |
tree | 3facfb8183f9b20315819c701e1b5fe19ab59e06 /include/configs/pdm360ng.h | |
parent | 0f67e09e9ef354ae2d282091adb3dc531f2aef7d (diff) | |
download | u-boot-imx-83306927de028b4654eca96dc1476ce3f4753b31.zip u-boot-imx-83306927de028b4654eca96dc1476ce3f4753b31.tar.gz u-boot-imx-83306927de028b4654eca96dc1476ce3f4753b31.tar.bz2 |
mpc: iim: Switch to common fsl_iim
Make all mpc512x code point to the new common fsl_iim driver, and remove the
former mpc512x-specific iim driver.
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Diffstat (limited to 'include/configs/pdm360ng.h')
-rw-r--r-- | include/configs/pdm360ng.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/configs/pdm360ng.h b/include/configs/pdm360ng.h index 306abcc..db95cb0 100644 --- a/include/configs/pdm360ng.h +++ b/include/configs/pdm360ng.h @@ -341,6 +341,11 @@ #define CONFIG_SYS_I2C_SLAVE 0x7F /* + * IIM - IC Identification Module + */ +#undef CONFIG_FSL_IIM + +/* * EEPROM configuration */ #define CONFIG_SYS_I2C_EEPROM_ADDR_LEN 2 /* 16-bit EEPROM addr */ @@ -402,6 +407,8 @@ #define CONFIG_CMD_PING #define CONFIG_CMD_REGINFO +#undef CONFIG_CMD_FUSE + #ifdef CONFIG_VIDEO #define CONFIG_CMD_BMP #endif |