Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm
[platform/kernel/u-boot.git] / arch / arm / lib / stack.c
index 52d9f15..656084c 100644 (file)
@@ -45,5 +45,5 @@ static ulong get_sp(void)
 
 void arch_lmb_reserve(struct lmb *lmb)
 {
-       arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 4096);
+       arch_lmb_reserve_generic(lmb, get_sp(), gd->ram_top, 16384);
 }