Re: [U-Boot] [Patch V4 2/7] armv8/fsl-layerscape: Remove reference to gdata

2015-11-30 Thread York Sun
On 11/11/2015 01:58 AM, Gong Qianyu wrote: > The global_data pointer (gd) has been set earlier in crt0_64.S. > So there's no need to assign it again. Remove gdata since it is going > away in U-Boot. > > Signed-off-by: Gong Qianyu > --- > V4: > - No change. > V3: > - New Patch. > - Fix dead c

[U-Boot] [Patch V4 2/7] armv8/fsl-layerscape: Remove reference to gdata

2015-11-11 Thread Gong Qianyu
The global_data pointer (gd) has been set earlier in crt0_64.S. So there's no need to assign it again. Remove gdata since it is going away in U-Boot. Signed-off-by: Gong Qianyu --- V4: - No change. V3: - New Patch. - Fix dead code. arch/arm/cpu/armv8/fsl-layerscape/spl.c | 2 -- 1 file chan