From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 18 Jul 2013 11:32:06 -0600 Subject: [U-Boot] [PATCH v6 2/2] NET: Add net_busy_flag In-Reply-To: <1374156931-1718-2-git-send-email-jilin@nvidia.com> References: <1374156931-1718-1-git-send-email-jilin@nvidia.com> <1374156931-1718-2-git-send-email-jilin@nvidia.com> Message-ID: <51E82696.9030507@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/18/2013 08:15 AM, Jim Lin wrote: > This flag is to have console aware that NET transfer is running or not. I actually wonder if the shell interpreter or command-invocation code (to cover automatic bootcmd?) shouldn't set this flag before invoking every command, and clear it afterward? Or perhaps, a flag should be added to commands that would benefit from this flag being set? But this patch is probably a reasonable way to implement it in the first place, so we don't add complex infra-structure if it turns out that nothing else is going to require this feature.