Searched hist:fa7f201ba7479ace62947bc801c5b60bc91cefa3 (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | bootm.c | fa7f201ba7479ace62947bc801c5b60bc91cefa3 Wed Jun 06 06:42:57 UTC 2018 Jason Zhu <jason.zhu@rock-chips.com> arm: bootm: reserve stack space
BUG: LMB save the stack space according to the gd->bd->bi_dram[0], but sometimes the SDRAM is divided into several banks. The stack space is not in the bank0 but the high bank.
SOLVE: use the gd->ram_top instead of gd->bd->bi_dram[0].
Change-Id: I347c7dff279bab62754a5785fed0dd5b4c1464dd Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
|