summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
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