From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Thu, 8 Mar 2018 19:24:29 -0300 Subject: [U-Boot] [PATCH] imximage: Check the IVT offset in the correct location In-Reply-To: References: <1520541633-29312-1-git-send-email-festevam@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Troy, On Thu, Mar 8, 2018 at 7:03 PM, Troy Kisky wrote: > Did you test that an image without BOOT_FROM still gets an error message ? Good point! It is not properly detecting such case. Will need to rework the patch, thanks.