From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Tue, 29 Apr 2014 11:01:25 +0200 Subject: [U-Boot] [PATCH 1/4] powerpc/mpc85xx: Ignore FDT pointer for non-QEMU in cpu_init_early_f() In-Reply-To: <1398725562-967-1-git-send-email-yorksun@freescale.com> References: <1398725562-967-1-git-send-email-yorksun@freescale.com> Message-ID: <535F6A65.2080104@suse.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 29.04.14 00:52, York Sun wrote: > 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 > CC: Alexander Graf Acked-by: Alexander Graf Alex