c6x: use early_init_dt_scan
Convert c6x to use new early_init_dt_scan function. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Acked-by: Mark Salter <msalter@redhat.com> Cc: Aurelien Jacquiot <a-jacquiot@ti.com> Cc: linux-c6x-dev@linux-c6x.org
This commit is contained in:
@@ -287,7 +287,7 @@ notrace void __init machine_init(unsigned long dt_ptr)
|
||||
fdt = dtb;
|
||||
|
||||
/* Do some early initialization based on the flat device tree */
|
||||
early_init_devtree(fdt);
|
||||
early_init_dt_scan(fdt);
|
||||
|
||||
parse_early_param();
|
||||
}
|
||||
|
Reference in New Issue
Block a user