#include <linux/init.h>
#include <linux/export.h>
#include <linux/errno.h>
#include <linux/types.h>
#include <linux/bootmem.h>
#include <linux/memblock.h>
#include <linux/of.h>
#include <linux/of_fdt.h>
#include <linux/of_irq.h>
#include <linux/of_platform.h>
#include <asm/setup.h>
#include <asm/page.h>
#include <asm/mach/arch.h>
#include <asm/mach-types.h>
Go to the source code of this file.
setup_machine_fdt - Machine setup when an dtb was passed to the kernel : physical address of dt blob
If a dtb was passed to the kernel in r2, then use it to choose the correct machine_desc and to setup the system.
Definition at line 71 of file devtree.c.