From 064beaa73b4a0704f8e301e43e756d2bb10a674d Mon Sep 17 00:00:00 2001 From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 17 Jan 2012 15:48:31 +0100 Subject: add config to check if the size of barebox exceed the target size CONFIG_BAREBOX_MAX_IMAGE_SIZE will allow to detected silent oversize result Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Sascha Hauer --- common/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'common/Kconfig') diff --git a/common/Kconfig b/common/Kconfig index 382e591a7f..8089061421 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -104,6 +104,13 @@ config TEXT_BASE help The Address barebox gets linked at. +config BAREBOX_MAX_IMAGE_SIZE + prompt "Maximum size of barebox" + hex + default 0xffffffff + help + Define the maximum size of barebox + config HAVE_CONFIGURABLE_MEMORY_LAYOUT bool -- cgit v1.2.3