]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
xilinx: versal-net: Fix SYS_LOAD_ADDR to point to OCM
authorMichal Simek <michal.simek@amd.com>
Sun, 6 Nov 2022 19:48:06 +0000 (11:48 -0800)
committerMichal Simek <michal.simek@amd.com>
Tue, 22 Nov 2022 14:02:07 +0000 (15:02 +0100)
Versal NET mini U-Boot configuration is used for memory testing that's why
load address can't be really placed in memory which doesn't need to work
that's why move it to start of OCM which is the same memory which U-Boot is
running from.

Signed-off-by: Michal Simek <michal.simek@amd.com>
configs/xilinx_versal_net_mini_defconfig

index e3aa45c83e67d2e6e447f2e278a6749c1438ea10..03a63288acdc6f17b675cd57810dc8026de071c0 100644 (file)
@@ -13,7 +13,7 @@ CONFIG_DEFAULT_DEVICE_TREE="versal-net-mini"
 CONFIG_SYS_PROMPT="Versal NET> "
 CONFIG_SYS_MEM_RSVD_FOR_MMU=y
 # CONFIG_PSCI_RESET is not set
-CONFIG_SYS_LOAD_ADDR=0x8000000
+CONFIG_SYS_LOAD_ADDR=0xBBF00000
 CONFIG_SYS_MEMTEST_START=0x00000000
 CONFIG_SYS_MEMTEST_END=0x00001000
 CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y