aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/samsung/exynos5-common/spl_boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/samsung/exynos5-common/spl_boot.c')
-rw-r--r--src/cpu/samsung/exynos5-common/spl_boot.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/cpu/samsung/exynos5-common/spl_boot.c b/src/cpu/samsung/exynos5-common/spl_boot.c
index ecff87131e..ddf69372ef 100644
--- a/src/cpu/samsung/exynos5-common/spl_boot.c
+++ b/src/cpu/samsung/exynos5-common/spl_boot.c
@@ -55,9 +55,6 @@
#include <arch/io.h>
-/* FIXME(dhendrix): clean out u-boot global data stuff */
-//DECLARE_GLOBAL_DATA_PTR;
-
#define OM_STAT (0x1f << 1)
/**
@@ -344,15 +341,6 @@ void board_init_f(void)
hlt();
}
-/* Place Holders */
-void board_init_r(gd_t *id, ulong dest_addr)
-{
- /* Function attribute is no-return */
- /* This Function never executes */
- while (1)
- ;
-}
-
//void save_boot_params(u32 r0, u32 r1, u32 r2, u32 r3) {}
#if 0