Skip to content
Snippets Groups Projects
Commit e0532951 authored by Larry Johnson's avatar Larry Johnson Committed by Stefan Roese
Browse files

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: default avatarLarry Johnson <lrj@acm.org>
parent 6399b23d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment