mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-22 12:23:12 +01:00
evb-rk3399: deduced the dram node size when space reserved
The size dram node need to be deduced by the same amount of reserved space. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
ef904bf28e
commit
8aea45a745
1 changed files with 1 additions and 1 deletions
|
|
@ -71,5 +71,5 @@ void dram_init_banksize(void)
|
|||
{
|
||||
/* Reserve 0x200000 for ATF bl31 */
|
||||
gd->bd->bi_dram[0].start = 0x200000;
|
||||
gd->bd->bi_dram[0].size = 0x80000000;
|
||||
gd->bd->bi_dram[0].size = 0x7e000000;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue