From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 11 Dec 2014 07:14:13 +0100 Subject: [U-Boot] [PATCH 2/2] fastboot: add support for continue command In-Reply-To: <1418244184-1356-2-git-send-email-robherring2@gmail.com> References: <1418244184-1356-1-git-send-email-robherring2@gmail.com> <1418244184-1356-2-git-send-email-robherring2@gmail.com> Message-ID: <201412110714.13360.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wednesday, December 10, 2014 at 09:43:04 PM, Rob Herring wrote: > From: Rob Herring > > The fastboot continue command is defined to exit fastboot and continue > autoboot. This commit implements the continue command and the exiting of > fastboot only. Subsequent u-boot commands can be processed after exiting > fastboot. Autoboot should implement a boot script such as "fastboot; mmc > read <...>; bootm" to fully implement the fastboot continue function. > > Signed-off-by: Rob Herring Hi! Again, CC Lukasz . As for the boot script implementation, I believe this should be documented in some README file, possibly in doc/README.android-fastboot . What do you think? Best regards, Marek Vasut