summaryrefslogtreecommitdiff
path: root/board/scalys/grapeboard/Kconfig
diff options
context:
space:
mode:
authorvojo <joris.van.vossen@sintecs.nl>2017-12-27 11:58:10 (GMT)
committervojo <joris.van.vossen@sintecs.nl>2017-12-27 11:58:10 (GMT)
commit4ff697fb90efc14448e9d6039342542ece774278 (patch)
tree62adb1031d1dedf3c7c379c35638c528b1050fad /board/scalys/grapeboard/Kconfig
parent4ea837349487cafcbbb2f741e63e5505f66430f7 (diff)
downloadu-boot-4ff697fb90efc14448e9d6039342542ece774278.tar.xz
grapeboard BCD initial support and clean-up
Diffstat (limited to 'board/scalys/grapeboard/Kconfig')
-rw-r--r--board/scalys/grapeboard/Kconfig6
1 files changed, 2 insertions, 4 deletions
diff --git a/board/scalys/grapeboard/Kconfig b/board/scalys/grapeboard/Kconfig
index ef07ad6..4eb17aa 100644
--- a/board/scalys/grapeboard/Kconfig
+++ b/board/scalys/grapeboard/Kconfig
@@ -46,7 +46,7 @@ endchoice
config PBL_IMAGE
bool
default y
- prompt "Concat PBL and U-boot"
+ prompt "Append PBL with U-boot in a single binary"
config U_BOOT_PAD_TO
string
@@ -54,10 +54,8 @@ config U_BOOT_PAD_TO
config PBL_BINARY_SRC
string
depends on PBL_IMAGE
- prompt "Modify RCW binary source"
+ prompt "Select PBL (RCW+PBI) binary source"
endmenu
-
-
endif