From 861a86f46047c22af505d7fb27b2c68df0f54323 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 13 Aug 2012 11:37:56 -0700 Subject: omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print() Only omap4/5 currently have a meaningful set of display text and overo had been adding a function to display nothing. Change how this works to be opt-in and only turned on for omap4/5 now. Signed-off-by: Tom Rini --- board/overo/overo.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'board/overo/overo.c') diff --git a/board/overo/overo.c b/board/overo/overo.c index f973870830..c6d50a07ac 100644 --- a/board/overo/overo.c +++ b/board/overo/overo.c @@ -100,16 +100,6 @@ int board_init(void) return 0; } -/* - * Routine: omap_rev_string - * Description: For SPL builds output board rev - */ -#ifdef CONFIG_SPL_BUILD -void omap_rev_string(void) -{ -} -#endif - /* * Routine: get_board_revision * Description: Returns the board revision -- cgit v1.2.1