Explorar o código

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>
Larry Johnson %!s(int64=17) %!d(string=hai) anos
pai
achega
e05329516a
Modificáronse 1 ficheiros con 0 adicións e 7 borrados
  1. 0 7
      cpu/ppc4xx/denali_data_eye.c

+ 0 - 7
cpu/ppc4xx/denali_data_eye.c

@@ -99,14 +99,7 @@ static int wait_for_dram_init_complete(void)
 /*-----------------------------------------------------------------------------+
 /*-----------------------------------------------------------------------------+
  * denali_core_search_data_eye.
  * 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)
 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;
 	int k, j;
 	u32 val;
 	u32 val;