From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 14 Aug 2014 16:10:47 +0200 Subject: [U-Boot] [PATCH 2/3] Makefile: check native boot image sizes against CONFIG_BOARD_SIZE_LIMIT In-Reply-To: <1376232045-18757-3-git-send-email-t-uboot@infra-silbe.de> References: <20130715121957.GX13531@bill-the-cat> <1376232045-18757-1-git-send-email-t-uboot@infra-silbe.de> <1376232045-18757-3-git-send-email-t-uboot@infra-silbe.de> Message-ID: <20140814161047.39b73a00@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, 11 Aug 2013 16:40:44 +0200 Sascha Silbe wrote: > The purpose of CONFIG_BOARD_SIZE_LIMIT is to make sure that U-Boot > fits into the space reserved for it in some permanent storage. This > includes any overhead incurred by native boot image formats, so check > the final image against the size limit, too. > > Signed-off-by: Sascha Silbe > --- > Makefile | 3 +++ > 1 file changed, 3 insertions(+) this patch doesn't apply any more. Anatolij