]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm64: Mention 4K aligned load addresses in the PIE Kconfig help
authorEdgar E. Iglesias <edgar.iglesias@xilinx.com>
Wed, 9 Sep 2020 17:07:24 +0000 (19:07 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 22 Sep 2020 10:47:28 +0000 (12:47 +0200)
Mention the requirement of 4K aligned load addresses in the
help section for the POSITION_INDEPENDENT option.

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/Kconfig

index 80702c23d3456eca72dc31242f3947c9102f21b0..67286e8b5d04e55241dea07d27aee4b7b30da50e 100644 (file)
@@ -16,8 +16,8 @@ config POSITION_INDEPENDENT
        help
          U-Boot expects to be linked to a specific hard-coded address, and to
          be loaded to and run from that address. This option lifts that
-         restriction, thus allowing the code to be loaded to and executed
-         from almost any address. This logic relies on the relocation
+         restriction, thus allowing the code to be loaded to and executed from
+         almost any 4K aligned address. This logic relies on the relocation
          information that is embedded in the binary to support U-Boot
          relocating itself to the top-of-RAM later during execution.