From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Wed, 1 Feb 2017 12:40:42 +0100 Subject: [U-Boot] [PATCH v2 04/18] arm: mvebu: spl.c: Remove useless gd declaration In-Reply-To: <20170111150102.7399-5-mario.six@gdsys.cc> References: <20170111150102.7399-1-mario.six@gdsys.cc> <20170111150102.7399-5-mario.six@gdsys.cc> Message-ID: <03ea7ed0-334c-8d8e-ae37-5f406d3b316b@denx.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 11.01.2017 16:00, Mario Six wrote: > From: Reinhard Pfau > > ddaa905 ("arm: mvebu: Add DM (driver model) support") removed the > assignment of the gd pointer, but kept the (now superfluous) declaration > of the gd pointer. > > Remove this declaration. > > Signed-off-by: Reinhard Pfau > --- > Changes in v2: > > None Applied to u-boot-marvell/master Thanks, Stefan