* [U-Boot-Users] [PATCH] ppc4xx: Remove weak binding from common Denali data-eye search code
@ 2008-01-04 18:27 Larry Johnson
0 siblings, 0 replies; only message in thread
From: Larry Johnson @ 2008-01-04 18:27 UTC (permalink / raw)
To: u-boot
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 | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/cpu/ppc4xx/denali_data_eye.c b/cpu/ppc4xx/denali_data_eye.c
index 6c949a0..967e61b 100644
--- a/cpu/ppc4xx/denali_data_eye.c
+++ b/cpu/ppc4xx/denali_data_eye.c
@@ -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;
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-01-04 18:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-04 18:27 [U-Boot-Users] [PATCH] ppc4xx: Remove weak binding from common Denali data-eye search code Larry Johnson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.