commit | d5a6a29c92c7e53d5d312c625eab0bb3fe31f645 | [log] [tgz] |
---|---|---|
author | Reinhard Pfau <pfau@gdsys.de> | Wed Jan 11 16:00:48 2017 +0100 |
committer | Stefan Roese <sr@denx.de> | Wed Feb 01 09:02:49 2017 +0100 |
tree | 0d984f236f45b488c8fd125f6687918a3cee6ec2 | |
parent | a3d1834f8db3543dbcae3e32ef461475426c3429 [diff] |
arm: mvebu: spl.c: Remove useless gd declaration 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 <pfau@gdsys.de> Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Stefan Roese <sr@denx.de>