From: Larry Johnson Date: Fri, 4 Jan 2008 18:27:02 +0000 (-0500) Subject: ppc4xx: Remove weak binding from common Denali data-eye search code X-Git-Tag: v1.3.2-rc1~102^2~49^2~35^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e05329516a13616b53240cd85b739217c2bf87f1;p=u-boot 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 --- diff --git a/cpu/ppc4xx/denali_data_eye.c b/cpu/ppc4xx/denali_data_eye.c index 6c949a0fe1..967e61bd41 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;