From: Quentin Armitage Date: Wed, 28 Oct 2015 00:47:20 +0000 (+0000) Subject: arm: kirkwood: Remove duplicate definition from dreamplug.h X-Git-Tag: v2016.01-rc2~302^2~7 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=310866b2e8719cd67cc5f604a6db97e3bb6d60d4;p=u-boot arm: kirkwood: Remove duplicate definition from dreamplug.h CONFIG_DISPLAY_CPUINFO is already defined in mv-common.h Signed-off-by: Quentin Armitage --- diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h index 0c01209280..97b3def079 100644 --- a/include/configs/dreamplug.h +++ b/include/configs/dreamplug.h @@ -131,9 +131,4 @@ #define CONFIG_SYS_ALT_MEMTEST -/* - * display enhanced info about the cpu at boot. - */ -#define CONFIG_DISPLAY_CPUINFO - #endif /* _CONFIG_DREAMPLUG_H */