diff options
| -rw-r--r-- | Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
