commit | 73a56b6e9f3f1cc2412b5b8a75a3c71f48586c94 | [log] [tgz] |
---|---|---|
author | York Sun <yorksun@freescale.com> | Wed Apr 30 14:43:45 2014 -0700 |
committer | York Sun <yorksun@freescale.com> | Tue May 13 08:31:22 2014 -0700 |
tree | a6ac1ba5e887547b4f883fec0f4ec9830a20da1a | |
parent | 18025756b5e79ae96f67e1b5ac87d5ff6467d1cc [diff] |
powerpc/mpc85xx: Ignore FDT pointer for non-QEMU in cpu_init_early_f() The pointer of device tree comes from r3 for QEMU. This is not the case for normal SoCs out of reset. Having gd->fdt_blob as 0 is important for other functions to detect the non-existence of device tree. Signed-off-by: York Sun <yorksun@freescale.com> CC: Alexander Graf <agraf@suse.de>