diff options
author | Quentin Armitage <quentin@armitage.org.uk> | 2015-10-28 00:47:20 +0000 |
---|---|---|
committer | Luka Perkov <luka.perkov@sartura.hr> | 2015-11-17 23:41:41 +0100 |
commit | 310866b2e8719cd67cc5f604a6db97e3bb6d60d4 (patch) | |
tree | a5d490f4b069a6dc43e4e5b42de064ff5aa162b3 /include/configs | |
parent | f6b1f665ab01d1ed65c1c078cc1b91c68ad57080 (diff) | |
download | u-boot-imx-310866b2e8719cd67cc5f604a6db97e3bb6d60d4.zip u-boot-imx-310866b2e8719cd67cc5f604a6db97e3bb6d60d4.tar.gz u-boot-imx-310866b2e8719cd67cc5f604a6db97e3bb6d60d4.tar.bz2 |
arm: kirkwood: Remove duplicate definition from dreamplug.h
CONFIG_DISPLAY_CPUINFO is already defined in mv-common.h
Signed-off-by: Quentin Armitage <quentin@armitage.org.uk>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/dreamplug.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/dreamplug.h b/include/configs/dreamplug.h index 0c01209..97b3def 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 */ |