diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-09-09 01:22:39 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-09-09 02:17:21 +0200 |
commit | 4d2ae70e8c31c22e5710df5ff236b5565ea2cf2c (patch) | |
tree | b01322a37fb081f8e1c20fdf408ab0497e95276f /board/gen860t | |
parent | 3221b074a0ab199f6ae47c19cc22f42ddf3ef819 (diff) |
disk-on-chip: remove duplicate doc_probe declaration
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'board/gen860t')
-rw-r--r-- | board/gen860t/gen860t.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/board/gen860t/gen860t.c b/board/gen860t/gen860t.c index e3d0e435d46..5c497b62a34 100644 --- a/board/gen860t/gen860t.c +++ b/board/gen860t/gen860t.c @@ -223,8 +223,6 @@ phys_size_t initdram (int board_type) * The DOC lives in the CS2* space */ #if defined(CONFIG_CMD_DOC) -extern void doc_probe (ulong physadr); - void doc_init (void) { printf ("Probing at 0x%.8x: ", DOC_BASE); |