powerpc: add support for reserved memory defined by device tree
Enable reserved memory initialization from device tree. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Grant Likely <grant.likely@linaro.org>
This commit is contained in:

gecommit door
Grant Likely

bovenliggende
9bf14b7c54
commit
708b7eef12
@@ -33,6 +33,7 @@
|
||||
#include <linux/irq.h>
|
||||
#include <linux/memblock.h>
|
||||
#include <linux/of.h>
|
||||
#include <linux/of_fdt.h>
|
||||
|
||||
#include <asm/prom.h>
|
||||
#include <asm/rtas.h>
|
||||
@@ -588,6 +589,8 @@ static void __init early_reserve_mem_dt(void)
|
||||
memblock_reserve(base, size);
|
||||
}
|
||||
}
|
||||
|
||||
early_init_fdt_scan_reserved_mem();
|
||||
}
|
||||
|
||||
static void __init early_reserve_mem(void)
|
||||
|
Verwijs in nieuw issue
Block a user