Re: [U-Boot] [PATCH] ARM: uniphier: remove CONFIG_ARP_TIMEOUT define

2016-03-31 Thread Masahiro Yamada
2016-03-30 20:45 GMT+09:00 Masahiro Yamada :
> I no longer see the problem claimed in the comment block.  Rather,
> the 0.5 msec timeout seems too short for some TFTP servers.
>
> Drop the CONFIG_ARM_TIMEOUT to fall back to the 5 sec timeout.
>
> Signed-off-by: Masahiro Yamada 


Applied to u-boot-uniphier/master.


-- 
Best Regards
Masahiro Yamada
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH] ARM: uniphier: remove CONFIG_ARP_TIMEOUT define

2016-03-30 Thread Masahiro Yamada
I no longer see the problem claimed in the comment block.  Rather,
the 0.5 msec timeout seems too short for some TFTP servers.

Drop the CONFIG_ARM_TIMEOUT to fall back to the 5 sec timeout.

Signed-off-by: Masahiro Yamada 
---

 include/configs/uniphier.h | 8 
 1 file changed, 8 deletions(-)

diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h
index 963f55b..c6fc90f 100644
--- a/include/configs/uniphier.h
+++ b/include/configs/uniphier.h
@@ -102,14 +102,6 @@
 /* Time clock 1MHz */
 #define CONFIG_SYS_TIMER_RATE  100
 
-/*
- * By default, ARP timeout is 5 sec.
- * The first ARP request does not seem to work.
- * So we need to retry ARP request anyway.
- * We want to shrink the interval until the second ARP request.
- */
-#define CONFIG_ARP_TIMEOUT 500UL  /* 0.5 msec */
-
 #define CONFIG_SYS_MAX_NAND_DEVICE 1
 #define CONFIG_SYS_NAND_MAX_CHIPS  2
 #define CONFIG_SYS_NAND_ONFI_DETECTION
-- 
1.9.1

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