Searched hist:"2 dc2d048e2677cfcfa1ae637d5c986ff6da2a5e0" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | board.c | 2dc2d048e2677cfcfa1ae637d5c986ff6da2a5e0 Thu Nov 15 07:55:56 UTC 2018 Joseph Chen <chenjh@rock-chips.com> rockchip: lmb: limit highest memory from 768MB to 512MB for 32-bit platform
Ramdisk is a compressed image and it expands after descompress, which accesses 768MB+ memory and brings "Unable to handle kernel paging request at virtual address ...".
We make a appointment that the highest memory is 512MB, it makes lmb alloc safer.
fixes: 2c6a058b7ea25398013cb25b4e3bb96fe40da1a5 (rockchip: implement board_lmb_reserve())
Change-Id: I728a1fbff216194b940372713387cf171028b20b Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
|