]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arch/arm/mach-zynqmp: configure default BL32_LOAD_ADDR
authorNeal Frager <neal.frager@amd.com>
Wed, 17 Dec 2025 12:51:07 +0000 (12:51 +0000)
committerMichal Simek <michal.simek@amd.com>
Fri, 19 Dec 2025 09:57:58 +0000 (10:57 +0100)
The default entry point address for the optee-os tee.bin for the zynqmp
platform is 0x60000000. For this reason, set the default u-boot BL32_LOAD_ADDR
to match the default optee-os entry point address of 0x60000000.

Signed-off-by: Neal Frager <neal.frager@amd.com>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/20251217125107.1095397-1-neal.frager@amd.com
arch/arm/mach-zynqmp/Kconfig

index 151cfada43666cc1eb1c93100e5487c95735093f..8a4356bc0602b4117a3c11f660a3960c35848698 100644 (file)
@@ -138,7 +138,7 @@ config BL31_LOAD_ADDR
 
 config BL32_LOAD_ADDR
        hex "Load address of BL32 image (mostly secure OS)"
-       default 0
+       default 0x60000000
        help
          The load address for the BL32 image. This value is used to build the
          FIT image header that places BL32 in memory where it will run.