From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Tue, 01 Sep 2015 11:46:05 +0100 Subject: [U-Boot] [PATCH 11/13] sunxi: Add support for android boot image In-Reply-To: <1441098053.2527.1.camel@collins> References: <1441032373-16992-1-git-send-email-maxime.ripard@free-electrons.com> <1441032373-16992-12-git-send-email-maxime.ripard@free-electrons.com> <1441091338.18644.151.camel@hellion.org.uk> <1441098053.2527.1.camel@collins> Message-ID: <1441104365.27618.32.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 2015-09-01 at 11:00 +0200, Paul Kocialkowski wrote: > Le mardi 01 septembre 2015 ? 08:08 +0100, Ian Campbell a ?crit : > > On Mon, 2015-08-31 at 16:46 +0200, Maxime Ripard wrote: > > > When using the fastboot boot command, the image sent to U-Boot will > > > be an > > > Android boot image. If the support is missing, that won't obviously > > > work, > > > so we need it in our configuration. > > > > Dumb question: Is it possible to boot anything _other_ than an android > > boot image via fastboot? > > > > If not then one of the two config options really ought to imply the > > other. > > Well, those options have not been moved to Kconfig yet, but when they > do, there should indeed be such a dependency. > > Otherwise, I believe it still makes sense to have two separate options > because one might want Android boot image support without fastboot. Then fastboot should depend on android boot image support but not vice -versa. > > > If it is possible to boot something else via fastboot then: > > Acked-by: Ian Campbell > > > > Ian. >