ramips: Fix early memory calculation for certain MIPS platforms
authorTobias Wolf <dev-NTEO@vplace.de>
Sun, 19 Aug 2018 11:04:02 +0000 (13:04 +0200)
committerJohn Crispin <john@phrozen.org>
Mon, 10 Sep 2018 08:07:42 +0000 (10:07 +0200)
commit93bfafb8dc209f153022796d9e747149e66cc29e
treef4d72e20ee692071a31ed97b0ee2745062e00fb0
parent78a5d25dca5de9b00890e7a414a6e423c4ba6e19
ramips: Fix early memory calculation for certain MIPS platforms

Kernel upstream commit 67a3ba25aa95 ("MIPS: Fix incorrect mem=X@Y handling") introduced a new issue for rt288x where "PHYS_OFFSET" is 0x0 but the calculated "ramstart" is not. As the prerequisite of custom memory map has been removed, this results in the full memory range of 0x0 - 0x8000000 to be marked as reserved
for this platform.

This patch adds the originally intended prerequisite again.

Signed-off-by: Tobias Wolf <dev-NTEO@vplace.de>
target/linux/ramips/patches-4.14/0003-MIPS-Fix-memory-reservation-in-bootmem_init-for-cert.patch [new file with mode: 0644]