From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Mon, 30 Nov 2015 09:13:50 -0800 Subject: [U-Boot] [Patch V4 2/7] armv8/fsl-layerscape: Remove reference to gdata In-Reply-To: <1447235920-46321-3-git-send-email-Qianyu.Gong@freescale.com> References: <1447235920-46321-1-git-send-email-Qianyu.Gong@freescale.com> <1447235920-46321-3-git-send-email-Qianyu.Gong@freescale.com> Message-ID: <565C83CE.9050404@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 code. > > arch/arm/cpu/armv8/fsl-layerscape/spl.c | 2 -- > 1 file changed, 2 deletions(-) Applied to fsl-qoriq master. Thanks. York