diff options
author | Holger Brunck <holger.brunck@keymile.com> | 2013-01-21 03:55:14 +0000 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2013-02-15 17:47:19 -0600 |
commit | 811c8cad7196acb0ae2dd6bf04919689e9d803dc (patch) | |
tree | ac58ec6c71643173828280f60ae05b094a1a6e21 /board/keymile/common/ivm.c | |
parent | a5a614c129eaa6b9f0bdc2ea5da01789e18033b1 (diff) | |
download | u-boot-imx-811c8cad7196acb0ae2dd6bf04919689e9d803dc.zip u-boot-imx-811c8cad7196acb0ae2dd6bf04919689e9d803dc.tar.gz u-boot-imx-811c8cad7196acb0ae2dd6bf04919689e9d803dc.tar.bz2 |
km/common/ivm: remove obsolete code
EEprom_ivm_addr isn't set in our environment, so remove the usage of
this.
Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
Diffstat (limited to 'board/keymile/common/ivm.c')
-rw-r--r-- | board/keymile/common/ivm.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/keymile/common/ivm.c b/board/keymile/common/ivm.c index eaa924f..7fe3b0f 100644 --- a/board/keymile/common/ivm.c +++ b/board/keymile/common/ivm.c @@ -325,14 +325,6 @@ int ivm_read_eeprom(void) } i2c_set_bus_num(dev->busid); #endif - - buf = (unsigned char *) getenv("EEprom_ivm_addr"); - if (buf != NULL) { - ret = strict_strtoul((char *)buf, 16, &dev_addr); - if (ret != 0) - return -3; - } - /* add deblocking here */ i2c_make_abort(); |