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:
parent
6399b23d60
commit
e05329516a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user