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>
This commit is contained in:
Larry Johnson 2008-01-04 13:27:02 -05:00 committed by Stefan Roese
parent 6399b23d60
commit e05329516a
1 changed files with 0 additions and 7 deletions

View 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;