ppc4xx: Remove weak binding from common Denali data-eye search code
authorLarry Johnson <lrj@acm.org>
Fri, 4 Jan 2008 18:27:02 +0000 (13:27 -0500)
committerStefan Roese <sr@denx.de>
Sat, 5 Jan 2008 09:14:56 +0000 (10:14 +0100)
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>
cpu/ppc4xx/denali_data_eye.c

index 6c949a0..967e61b 100644 (file)
@@ -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;