summaryrefslogtreecommitdiff
path: root/configs/ts4600_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-11-30 14:14:47 -0500
committerTom Rini <trini@konsulko.com>2016-11-30 19:31:18 -0500
commit38c4f0bdce5bca8535eadab08ece80dff45ad0ee (patch)
treebee39b9247bbcdca323e0f7e3fd4e685b1c12083 /configs/ts4600_defconfig
parenta2cb31086f68cc0db95d4373e6dbdb612954f445 (diff)
ts4600: Disable CONFIG_DISPLAY_CPUINFO
Without this change we see: ../arch/arm/cpu/arm926ejs/mxs/mxs.c: In function ‘print_cpuinfo’: ../arch/arm/cpu/arm926ejs/mxs/mxs.c:181:23: warning: unused variable ‘data’ [-Wunused-variable] ../arch/arm/cpu/arm926ejs/mxs/mxs.c:180:6: warning: variable ‘cpurev’ set but not used [-Wunused-but-set-variable] So the easy solution is to disable CONFIG_DISPLAY_CPUINFO Reviewed-by: Sebastien Bourdelin <sebastien.bourdelin@savoirfairelinux.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/ts4600_defconfig')
-rw-r--r--configs/ts4600_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ts4600_defconfig b/configs/ts4600_defconfig
index c052dedf13..1d3acd3c71 100644
--- a/configs/ts4600_defconfig
+++ b/configs/ts4600_defconfig
@@ -5,6 +5,7 @@ CONFIG_SPL_LIBGENERIC_SUPPORT=y
CONFIG_FIT=y
CONFIG_SYS_EXTRA_OPTIONS="ENV_IS_IN_MMC"
CONFIG_SYS_CONSOLE_IS_IN_ENV=y
+# CONFIG_DISPLAY_CPUINFO is not set
CONFIG_SPL=y
CONFIG_HUSH_PARSER=y
CONFIG_CMD_BOOTZ=y