summaryrefslogtreecommitdiff
path: root/board/intel/galileo
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-04-30 11:05:24 (GMT)
committerSimon Glass <sjg@chromium.org>2015-06-04 08:39:38 (GMT)
commit8feb2cc62446fe1de30cb71433ab27917e92e8bd (patch)
treefcbcac3c208713154b040c92e47fa1066a4c8cd9 /board/intel/galileo
parent1ae5b78c45dc8badf541ca07716a7e0d932deebf (diff)
downloadu-boot-fsl-qoriq-8feb2cc62446fe1de30cb71433ab27917e92e8bd.tar.xz
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>
Diffstat (limited to 'board/intel/galileo')
-rw-r--r--board/intel/galileo/galileo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/intel/galileo/galileo.c b/board/intel/galileo/galileo.c
index f2e7468..746ab27 100644
--- a/board/intel/galileo/galileo.c
+++ b/board/intel/galileo/galileo.c
@@ -6,8 +6,6 @@
#include <common.h>
-DECLARE_GLOBAL_DATA_PTR;
-
int board_early_init_f(void)
{
return 0;