From patchwork Mon Jan 21 13:55:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,v2,02/16] km/common/ivm: remove obsolete code Date: Mon, 21 Jan 2013 03:55:14 -0000 From: Holger Brunck X-Patchwork-Id: 214169 Message-Id: <1358776528-27254-2-git-send-email-holger.brunck@keymile.com> To: u-boot@lists.denx.de Cc: Kim Phillips , Holger Brunck EEprom_ivm_addr isn't set in our environment, so remove the usage of this. Signed-off-by: Holger Brunck --- Changes for v2: - none 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();