From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Thoma Date: Thu, 28 Apr 2011 14:58:10 +0200 Subject: [U-Boot] [PATCH]: Smart Autoboot Message-ID: <20110428125810.123810@gmx.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear U-Boot community, I wrote a small patch that checks on autoboot if the image is a kernel image and if not assumes that it is a standalone image. If the image is kernel do_bootm is used else (unconditionally) do_go is used. This is handy if you are working with test applications and kernels, since you only need to reconfigure your DHCP server and don't need to re-flash u-boot. Since I am new to u-boot I'd like to ask if the following patch is formatted correctly (I have used git format-patch) and if there is the possiblity to add this feature to mainline UBoot. Kind regards, - Johannes