summaryrefslogtreecommitdiff
path: root/board/scalys/grapeboard/Kconfig
diff options
context:
space:
mode:
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