From 75efc34bfa80dff27f98d8ce13237fba4c54ea8f Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Tue, 28 Mar 2017 10:27:22 -0600 Subject: board_f: Remove adjust_sdram_tbs_8xx() from the init sequence We can just call this from the only place that needs it. Signed-off-by: Simon Glass Reviewed-by: Stefan Roese --- include/common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/common.h b/include/common.h index 6e359904b0..72f144d549 100644 --- a/include/common.h +++ b/include/common.h @@ -637,7 +637,6 @@ int serial_stub_tstc(struct stdio_dev *sdev); /* $(CPU)/speed.c */ int get_clocks (void); -int adjust_sdram_tbs_8xx (void); #if defined(CONFIG_MPC8260) int prt_8260_clks (void); #elif defined(CONFIG_MPC5xxx) -- cgit