Home
last modified time | relevance | path

Searched hist:d65bf0c630844cddb5105ca99ad00ca6dd50bbc3 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/lib/
H A Dsysmem.cd65bf0c630844cddb5105ca99ad00ca6dd50bbc3 Thu Oct 31 08:26:24 UTC 2019 Joseph Chen <chenjh@rock-chips.com> lib: sysmem: fix alloc failed at 0x0 address

The 0x0 address is usually allocated by 32-bit uncompressed kernel
and this alloc action is just a peek. Due to LMB core doesn't support
alloc at 0x0 address, we have to alloc the memblk backword a few bytes.

This patch is mainly to avoid fail message from sysmem/LMB.

Change-Id: I894ae2252a30a7690d10899484266191dfb12d15
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>