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.ziswi...@toradex.com>
---

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

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)
-- 
2.4.3

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to