From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Pont Date: Thu, 27 Aug 2015 17:01:38 +0100 Subject: [U-Boot] [PATCH 1/3] x86: ifdtool: Support checking region overlap before U-Boot In-Reply-To: <1440689897-30244-1-git-send-email-bmeng.cn@gmail.com> References: <1440689897-30244-1-git-send-email-bmeng.cn@gmail.com> Message-ID: <003a01d0e0e1$a95863b0$fc092b10$@pont@sdcsystems.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Bin wrote... > We have the capability to check regions written after U-Boot that > do not overlap. Since regions can also be written before U-Boot, > add such check for these too. > > Signed-off-by: Bin Meng > --- This fixes the issue I raised this morning with building the .rom file for Galileo with the latest master, so: Tested-by: Andy Pont Regards, Andy.