summaryrefslogtreecommitdiff
path: root/board/scalys/grapeboard/Kconfig
diff options
context:
space:
mode:
authorvojo <joris.van.vossen@sintecs.nl>2017-12-20 14:16:47 (GMT)
committervojo <joris.van.vossen@sintecs.nl>2017-12-20 14:26:51 (GMT)
commit4ea837349487cafcbbb2f741e63e5505f66430f7 (patch)
tree210fe03d3c09f7486e2fca3a95afc0256cc98036 /board/scalys/grapeboard/Kconfig
parent505d9ce1aae6b4226c33cd0903c0123ea3c8c128 (diff)
downloadu-boot-4ea837349487cafcbbb2f741e63e5505f66430f7.tar.xz
grapeboard Kconfig clean-up and PBL update
Diffstat (limited to 'board/scalys/grapeboard/Kconfig')
-rw-r--r--board/scalys/grapeboard/Kconfig10
1 files changed, 7 insertions, 3 deletions
diff --git a/board/scalys/grapeboard/Kconfig b/board/scalys/grapeboard/Kconfig
index b038577..ef07ad6 100644
--- a/board/scalys/grapeboard/Kconfig
+++ b/board/scalys/grapeboard/Kconfig
@@ -43,14 +43,18 @@ config RESCUE_UBOOT_CONFIG
endchoice
-config PBL_BINARY
+config PBL_IMAGE
bool
+ default y
+ prompt "Concat PBL and U-boot"
-config PBL_IMAGE
+config U_BOOT_PAD_TO
string
-config U_BOOT_PAD_TO
+config PBL_BINARY_SRC
string
+ depends on PBL_IMAGE
+ prompt "Modify RCW binary source"
endmenu