summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-01-17 15:48:31 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-01-17 18:48:54 +0100
commit064beaa73b4a0704f8e301e43e756d2bb10a674d (patch)
tree29cc6d20534a7426144adc2b597edbd2b1be9b38 /common/Kconfig
parent2610b2a98709ad833e4e9d4aecd52d7b5d822c5a (diff)
downloadbarebox-064beaa73b4a0704f8e301e43e756d2bb10a674d.tar.gz
barebox-064beaa73b4a0704f8e301e43e756d2bb10a674d.tar.xz
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 <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig7
1 files changed, 7 insertions, 0 deletions
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