mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
74f88b7221
The 4 GiB boundary is at 0xffffffff+1 , not at 0x80000000, fix this.
The PHYS_SDRAM of i.MX8M is at 0x40000000 , so to restrict ram_top
below 4 GiB, the ram_top has to be set to 0xffffffff as it is not
an offset from the start of PHYS_SDRAM, but rather a physical address
marking the topmost allowed DRAM address.
Fixes:
|
||
---|---|---|
.. | ||
clock_imx8mm.c | ||
clock_imx8mq.c | ||
clock_slice.c | ||
imximage-8mm-lpddr4.cfg | ||
imximage-8mn-ddr4.cfg | ||
imximage-8mn-lpddr4.cfg | ||
imximage-8mp-lpddr4.cfg | ||
imximage.cfg | ||
Kconfig | ||
lowlevel_init.S | ||
Makefile | ||
soc.c |