]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/microblaze/cpu/start.S
microblaze: Fix gd_t address which is placed at the end of BRAM
[people/ms/u-boot.git] / arch / microblaze / cpu / start.S
index e0e3470a181ab1d6533eb4b891f0c46ffd9c4ed4..14c2f12da06b7cb32c8e510fe3c2c2a8ef5318eb 100644 (file)
@@ -152,6 +152,7 @@ clear_bss:
 #ifndef CONFIG_SPL_BUILD
        brai    board_init_f
 #else
+       addi    r31, r0, CONFIG_SYS_SPL_MALLOC_END
        brai    board_init_r
 #endif
 1:     bri     1b