Revision 6980c3e2514e5ae36b43ec8302f4920d6e3c9434 authored by Laura Abbott on 27 June 2014, 09:17:27 UTC, committed by Russell King on 29 June 2014, 09:29:34 UTC
Commit 1c2f87c (ARM: 8025/1: Get rid of meminfo) changed find_limits
to use memblock_get_current_limit for calculating the max_low pfn.
nommu targets never actually set a limit on memblock though which
means memblock_get_current_limit will just return the default
value. Set the memblock_limit to be the end of DDR to make sure
bounds are calculated correctly.

Signed-off-by: Laura Abbott <lauraa@codeaurora.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1 parent 3abe742
History
File Mode Size
Kconfig -rw-r--r-- 499 bytes
Makefile -rw-r--r-- 81 bytes
ioc3.c -rw-r--r-- 20.0 KB

back to top