summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/Kconfig b/Kconfig
index 24d238f96df..7f00e76ba78 100644
--- a/Kconfig
+++ b/Kconfig
@@ -475,7 +475,7 @@ config SKIP_RELOCATE
limited RAM to run U-Boot.
config SKIP_RELOCATE_CODE
- bool "Skips relocation of U-Boot code to end of RAM"
+ bool
help
Skips relocation of U-Boot code to the end of RAM, but still does
relocate data to the end of RAM. This is mainly meant to relocate
@@ -484,7 +484,7 @@ config SKIP_RELOCATE_CODE
This split configuration is present on various secure cores.
config SKIP_RELOCATE_CODE_DATA_OFFSET
- hex "Offset of read-write data memory from read-only text memory"
+ hex
default 0x0
depends on SKIP_RELOCATE_CODE
help