openrisc: enable passing of flattened device tree pointer
authorStefan Kristiansson <stefan.kristiansson@saunalahti.fi>
Thu, 10 Nov 2011 15:38:29 +0000 (16:38 +0100)
committerJonas Bonn <jonas@southpole.se>
Fri, 17 Feb 2012 08:55:22 +0000 (09:55 +0100)
This patch enables passing a fdt pointer to the kernel.

This makes for the kernel parameter API:

void kernel(unsigned int fdt);

which, in accordance with the OpenRISC ABI results in:
r3 = pointer to fdt

Signed-off-by: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi>
Signed-off-by: Jonas Bonn <jonas@southpole.se>

No differences found