From mboxrd@z Thu Jan 1 00:00:00 1970 From: do Date: Wed, 25 Jan 2006 11:23:35 +0100 Subject: [U-Boot-Users] Standalone application vs. command Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, When should I write some routines for custom board as a standalone u-boot program and when as a u-boot command. What are differences between writing standalone applications and commands? Best regards!