]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Remove DECLARE_GLOBAL_DATA_PTR in board files
authorBin Meng <bmeng.cn@gmail.com>
Thu, 30 Apr 2015 11:05:24 +0000 (19:05 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:48:14 +0000 (22:48 +0200)
commit6367c5b1299c9dfd0bc63e083b10ae1eaab3f1e7
tree00f093fe567981abddcd19164e6e2ce352ce1476
parent36c900bbd8a04502d6dd0294aabbdaa3f3dbff76
x86: Remove DECLARE_GLOBAL_DATA_PTR in board files

gd is not referenced in those board files so DECLARE_GLOBAL_DATA_PTR
should be removed.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
board/intel/crownbay/crownbay.c
board/intel/galileo/galileo.c
board/intel/minnowmax/minnowmax.c