summaryrefslogtreecommitdiffstats
path: root/cpu
diff options
context:
space:
mode:
authorLarry Johnson <lrj@acm.org>2008-01-04 13:27:02 -0500
committerStefan Roese <sr@denx.de>2008-01-05 10:14:56 +0100
commite05329516a13616b53240cd85b739217c2bf87f1 (patch)
tree31bcfd7f3d75889e7c8a3c867c130aea4e9bf4e2 /cpu
parent6399b23d60300e91b4e724a622b6819660f6044f (diff)
downloadblackbird-obmc-uboot-e05329516a13616b53240cd85b739217c2bf87f1.tar.gz
blackbird-obmc-uboot-e05329516a13616b53240cd85b739217c2bf87f1.zip
ppc4xx: Remove weak binding from common Denali data-eye search code
Now that there are no board-specific versions of "denali_core_search_data_eye()", the weak binding on the common version can be removed. Signed-off-by: Larry Johnson <lrj@acm.org>
Diffstat (limited to 'cpu')
-rw-r--r--cpu/ppc4xx/denali_data_eye.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpu/ppc4xx/denali_data_eye.c b/cpu/ppc4xx/denali_data_eye.c
index 6c949a0fe1..967e61bd41 100644
--- a/cpu/ppc4xx/denali_data_eye.c
+++ b/cpu/ppc4xx/denali_data_eye.c
@@ -99,14 +99,7 @@ static int wait_for_dram_init_complete(void)
/*-----------------------------------------------------------------------------+
* denali_core_search_data_eye.
+----------------------------------------------------------------------------*/
-/*
- * Avoid conflict with implementations of denali_core_search_data_eye in board-
- * specific code.
- */
void denali_core_search_data_eye(void)
- __attribute__ ((weak, alias("__denali_core_search_data_eye")));
-
-void __denali_core_search_data_eye(void)
{
int k, j;
u32 val;
OpenPOWER on IntegriCloud