mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 17/17] common: Kconfig: Remove orphaned dependency LOAD_PBL_SRAM
@ 2016-06-19 19:49 Alexander Shiyan
  2016-06-20  6:43 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Shiyan @ 2016-06-19 19:49 UTC (permalink / raw)
  To: barebox

Signed-off-by: Alexander Shiyan <shc_work@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


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-06-20  6:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-19 19:49 [PATCH 17/17] common: Kconfig: Remove orphaned dependency LOAD_PBL_SRAM Alexander Shiyan
2016-06-20  6:43 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox