From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Tue, 05 Aug 2008 15:45:22 +0200 Subject: [U-Boot-Users] simplify bootm command In-Reply-To: <20080805130108.5F3C424851@gemini.denx.de> References: <20080805130108.5F3C424851@gemini.denx.de> Message-ID: <48985972.4020906@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang Denk a ?crit : > In message <48983694.8000803@free.fr> you wrote: >>> That's why I think we should have an explicit "builtin" command, i. e. >>> command with the name "builtin" that will always run the corresponding >>> builtin command, no if there is a "command alias" or not - similar to >>> the bash command >> ... and make sure that one can *never* define an environment variable >> called 'builtin', and even remove any such definition if found in the >> environment when reading it from persistent memory at boot. > > No. That's where the "always" in my sentence above comes into play. > Even if you define such a variable I would just issue a warning and > then ignore it when it comes to command execution. My bad. I'd analyzed your "always" to apply to builtin's argument (the second word in the command), not to 'builtin' itself (the first word in the command). Amicalement, -- Albert.