From ad560f87e0eb5c82a4f6393b6f873fa737556a59 Mon Sep 17 00:00:00 2001 From: Ladislav Michl Date: Fri, 4 Nov 2016 12:55:21 +0100 Subject: igep00x0: disable CONFIG_DISPLAY_BOARDINFO As a single U-Boot binary can now run on various board modifications, drop CONFIG_DISPLAY_BOARDINFO as it prints flash memory information too early to give us chance to easily detect it. Also saves few bytes as a bonus. Signed-off-by: Ladislav Michl Reviewed-by: Javier Martinez Canillas Tested-by: Javier Martinez Canillas --- board/isee/igep00x0/igep00x0.c | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'board/isee') diff --git a/board/isee/igep00x0/igep00x0.c b/board/isee/igep00x0/igep00x0.c index 808955e69e..71688cc89b 100644 --- a/board/isee/igep00x0/igep00x0.c +++ b/board/isee/igep00x0/igep00x0.c @@ -27,24 +27,6 @@ DECLARE_GLOBAL_DATA_PTR; -const omap3_sysinfo sysinfo = { - DDR_STACKED, -#if (CONFIG_MACH_TYPE == MACH_TYPE_IGEP0020) - "IGEPv2", -#endif -#if (CONFIG_MACH_TYPE == MACH_TYPE_IGEP0030) - "IGEP COM MODULE/ELECTRON", -#endif -#if (CONFIG_MACH_TYPE == MACH_TYPE_IGEP0032) - "IGEP COM PROTON", -#endif -#if defined(CONFIG_ENV_IS_IN_ONENAND) - "ONENAND", -#else - "NAND", -#endif -}; - static const struct ns16550_platdata igep_serial = { .base = OMAP34XX_UART3, .reg_shift = 2, -- cgit v1.2.3