diff options
Diffstat (limited to 'board/samsung')
-rw-r--r-- | board/samsung/espresso7420/espresso7420.c | 2 | ||||
-rw-r--r-- | board/samsung/origen/origen.c | 2 | ||||
-rw-r--r-- | board/samsung/trats/trats.c | 2 | ||||
-rw-r--r-- | board/samsung/trats2/trats2.c | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/board/samsung/espresso7420/espresso7420.c b/board/samsung/espresso7420/espresso7420.c index 04a83bc07d..1ed8680010 100644 --- a/board/samsung/espresso7420/espresso7420.c +++ b/board/samsung/espresso7420/espresso7420.c @@ -8,8 +8,6 @@ #include <common.h> -DECLARE_GLOBAL_DATA_PTR; - int exynos_init(void) { return 0; diff --git a/board/samsung/origen/origen.c b/board/samsung/origen/origen.c index 99a2facd1e..3d27a9433b 100644 --- a/board/samsung/origen/origen.c +++ b/board/samsung/origen/origen.c @@ -13,8 +13,6 @@ #include <asm/arch/pinmux.h> #include <usb.h> -DECLARE_GLOBAL_DATA_PTR; - u32 get_board_rev(void) { return 0; diff --git a/board/samsung/trats/trats.c b/board/samsung/trats/trats.c index f0913383b9..781b579967 100644 --- a/board/samsung/trats/trats.c +++ b/board/samsung/trats/trats.c @@ -30,8 +30,6 @@ #include "setup.h" -DECLARE_GLOBAL_DATA_PTR; - unsigned int board_rev; #ifdef CONFIG_REVISION_TAG diff --git a/board/samsung/trats2/trats2.c b/board/samsung/trats2/trats2.c index f9acbd3571..6abafeb1b3 100644 --- a/board/samsung/trats2/trats2.c +++ b/board/samsung/trats2/trats2.c @@ -24,8 +24,6 @@ #include <usb/dwc2_udc.h> #include <usb_mass_storage.h> -DECLARE_GLOBAL_DATA_PTR; - static unsigned int board_rev = -1; static inline u32 get_model_rev(void); |