From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Yanok Date: Thu, 05 Feb 2009 06:43:52 +0300 Subject: [U-Boot] [PATCH 3/3] qong: support for Dave/DENX QongEVB-LITE board In-Reply-To: <20090202204335.3D0908322908@gemini.denx.de> References: <1233589490-14293-1-git-send-email-yanok@emcraft.com> <1233589490-14293-4-git-send-email-yanok@emcraft.com> <20090202204335.3D0908322908@gemini.denx.de> Message-ID: <498A6078.6060702@emcraft.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Wolfgang, Wolfgang Denk wrote: >> +/* >> + * Reducing the ARP timeout from default 5 seconds to 200ms we speed up the >> + * initial TFTP transfer, should the user wish one, significantly. >> + */ >> +#define CONFIG_ARP_TIMEOUT 200UL >> > > Is this really necessary on this hardware? > Yes. I get a timeout during first tftp transfer without this. Regards, Ilya.