mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-22 16:48:14 +01:00
mach-snapdragon: use 1MiB for get_page_table_size()
With 14+ entries in the memory map, we need quite a bit more space for the page tables. Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
This commit is contained in:
parent
2f99cea71d
commit
d57a6da542
@ -414,7 +414,7 @@ static void build_mem_map(void)
|
||||
|
||||
u64 get_page_table_size(void)
|
||||
{
|
||||
return SZ_64K;
|
||||
return SZ_1M;
|
||||
}
|
||||
|
||||
static int fdt_cmp_res(const void *v1, const void *v2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user