From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Shevchenko Date: Fri, 4 Sep 2020 12:30:54 +0300 Subject: [PATCH 1/5] x86: Use multiple images In-Reply-To: <20200904012856.1175506-2-sjg@chromium.org> References: <20200904012856.1175506-1-sjg@chromium.org> <20200904012856.1175506-2-sjg@chromium.org> Message-ID: <20200904093054.GG1891694@smile.fi.intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Sep 03, 2020 at 07:28:52PM -0600, Simon Glass wrote: > We already use binman's 'multiple-images' feature with Chrome OS and we > want to use it for Edison. There is no real down-side. > > Adjust x86 to always use multiple-images. Acked-by: Andy Shevchenko > Signed-off-by: Simon Glass > --- > > arch/x86/dts/u-boot.dtsi | 7 ------- > 1 file changed, 7 deletions(-) > > diff --git a/arch/x86/dts/u-boot.dtsi b/arch/x86/dts/u-boot.dtsi > index fa8106c8b8c..90badcc15c9 100644 > --- a/arch/x86/dts/u-boot.dtsi > +++ b/arch/x86/dts/u-boot.dtsi > @@ -6,7 +6,6 @@ > > #include > > -#ifdef CONFIG_CHROMEOS > / { > binman { > multiple-images; > @@ -14,12 +13,6 @@ > }; > }; > }; > -#else > -/ { > - rom: binman { > - }; > -}; > -#endif > > #ifdef CONFIG_ROM_SIZE > &rom { > -- > 2.28.0.526.ge36021eeef-goog > -- With Best Regards, Andy Shevchenko