Merge branch 'master' of git://git.denx.de/u-boot-fdt
authorTom Rini <trini@ti.com>
Thu, 29 Nov 2012 13:41:56 +0000 (06:41 -0700)
committerTom Rini <trini@ti.com>
Thu, 29 Nov 2012 13:41:56 +0000 (06:41 -0700)
common/main.c

index 8052d42..5362781 100644 (file)
@@ -53,9 +53,7 @@
 #include <linux/ctype.h>
 #include <menu.h>
 
-#if defined(CONFIG_SILENT_CONSOLE) || defined(CONFIG_POST) || defined(CONFIG_CMDLINE_EDITING)
 DECLARE_GLOBAL_DATA_PTR;
-#endif
 
 /*
  * Board-specific Platform code can reimplement show_boot_progress () if needed