[PATCH 17/17] common: Kconfig: Remove orphaned dependency LOAD_PBL_SRAM
Alexander Shiyan
shc_work at mail.ru
Sun Jun 19 12:49:45 PDT 2016
Signed-off-by: Alexander Shiyan <shc_work at mail.ru>
---
common/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/common/Kconfig b/common/Kconfig
index 928db0a..fc83c49 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -234,8 +234,8 @@ config BAREBOX_MAX_PBL_SIZE
config BAREBOX_MAX_BARE_INIT_SIZE
prompt "Maximum bare_init size"
hex
- range 0x0 BAREBOX_MAX_PBL_SIZE if LOAD_PBL_SRAM
- default BAREBOX_MAX_PBL_SIZE if LOAD_PBL_SRAM
+ range 0x0 BAREBOX_MAX_PBL_SIZE
+ default BAREBOX_MAX_PBL_SIZE
default 0xffffffff
help
Define the maximum size of bare_init
--
2.4.9
More information about the barebox
mailing list