diff mbox

[U-Boot,3/3] colibri_t20: get rid of spurious MAX_I2C_RETRY define

Message ID 1440057163-20081-4-git-send-email-marcel.ziswiler@toradex.com
State Changes Requested
Delegated to: Tom Warren
Headers show

Commit Message

Marcel Ziswiler Aug. 20, 2015, 7:52 a.m. UTC
That MAX_I2C_RETRY define has been a copy/paste left over not actually
used anywhere in this file therefore get rid of it.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
---

 board/toradex/colibri_t20/colibri_t20.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox

Patch

diff --git a/board/toradex/colibri_t20/colibri_t20.c b/board/toradex/colibri_t20/colibri_t20.c
index 83e1ddc..ba80267 100644
--- a/board/toradex/colibri_t20/colibri_t20.c
+++ b/board/toradex/colibri_t20/colibri_t20.c
@@ -16,7 +16,6 @@ 
 #include <i2c.h>
 
 #define PMU_I2C_ADDRESS		0x34
-#define MAX_I2C_RETRY		3
 #define PMU_SUPPLYENE		0x14
 #define PMU_SUPPLYENE_SYSINEN	(1<<5)
 #define PMU_SUPPLYENE_EXITSLREQ	(1<<1)