From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 23 Jul 2014 15:41:43 -0600 Subject: [U-Boot] [PATCH] pxe: clear Bootfile before returning In-Reply-To: References: <1406074006-15736-1-git-send-email-swarren@wwwdotorg.org> Message-ID: <53D02C17.6090809@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/23/2014 03:37 PM, Joe Hershberger wrote: > > On Tue, Jul 22, 2014 at 7:06 PM, Stephen Warren > wrote: >> >> From: Stephen Warren > >> >> When "pxe boot" downloads the initrd/kernel/DTB, netboot_common() saves >> the downloaded filename to global variable BootFile. If the boot >> operation is aborted, this global state is not cleared. If "dhcp" is >> executed later without any arguments, BootFile is not cleared, and when >> the DHCP response is received, BootpCopyNetParams() writes the value into >> environment variable bootfile. ... > Acked-by: Joe Hershberger > Thanks. I'm not sure if you ack'd this simply so you'd remember you'd reviewed it, or because you expect someone else to apply the change? If the latter, I should forward the patch to them so they know about it:-)