diff options
| author | Ladislav Michl <[email protected]> | 2016-07-12 20:28:30 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-07-22 14:46:17 -0400 |
| commit | c2d47fa6661c8e51acfd0619603194585fcb5689 (patch) | |
| tree | 2266f116cf7af97900eecb05574a1e77532e5321 | |
| parent | cccdb1965b80c1068fff7d2978f668caa76119df (diff) | |
igep00x0: remove unused empty function omap_rev_string()
Signed-off-by: Ladislav Michl <[email protected]>
| -rw-r--r-- | board/isee/igep00x0/igep00x0.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/isee/igep00x0/igep00x0.c b/board/isee/igep00x0/igep00x0.c index 4baaee51d09..5dfb7d2051b 100644 --- a/board/isee/igep00x0/igep00x0.c +++ b/board/isee/igep00x0/igep00x0.c @@ -69,14 +69,6 @@ int board_init(void) #ifdef CONFIG_SPL_BUILD /* - * Routine: omap_rev_string - * Description: For SPL builds output board rev - */ -void omap_rev_string(void) -{ -} - -/* * Routine: get_board_mem_timings * Description: If we use SPL then there is no x-loader nor config header * so we have to setup the DDR timings ourself on both banks. |
