diff options
author | Wolfgang Denk <wd@denx.de> | 2008-01-08 13:41:42 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-01-08 13:41:42 +0100 |
commit | 207f83f102b07cb186a2da0678c51ed954f1b431 (patch) | |
tree | 7a225a6e0d30cc5231a5a13aa6bd70ab505e9af7 /cpu/ppc4xx/denali_data_eye.c | |
parent | 8b0c5c127690335758100c25eaec2b84db97c101 (diff) | |
parent | e05329516a13616b53240cd85b739217c2bf87f1 (diff) |
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
Diffstat (limited to 'cpu/ppc4xx/denali_data_eye.c')
-rw-r--r-- | 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 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; |