From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 14 Aug 2014 16:09:16 +0200 Subject: [U-Boot] [PATCH 3/3] openrd: fail build if U-Boot would overlap with environment in flash In-Reply-To: <1376232045-18757-4-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-4-git-send-email-t-uboot@infra-silbe.de> Message-ID: <20140814160916.5493bc30@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:45 +0200 Sascha Silbe wrote: > Set CONFIG_BOARD_SIZE_LIMIT so we'll notice at build time if U-Boot > has grown so large that it would overlap with the environment area in > flash, rather than bricking the device at run-time on first saveenv. > > Signed-off-by: Sascha Silbe > --- > include/configs/openrd.h | 5 +++++ > 1 file changed, 5 insertions(+) applied to u-boot-staging/agust at denx.de. thanks! Anatolij