[U-Boot] [PATCH 3/3] colibri_t20: get rid of spurious MAX_I2C_RETRY define
Marcel Ziswiler
marcel.ziswiler at toradex.com
Thu Aug 20 09:52:43 CEST 2015
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 at 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
More information about the U-Boot
mailing list