summaryrefslogtreecommitdiff
path: root/include/configs/pcm058.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-10-18 02:12:39 (GMT)
committerTom Rini <trini@konsulko.com>2016-10-23 22:33:36 (GMT)
commit12ca05a38bd47b207a6e616e80f2ab0453faf527 (patch)
treef9ead4df64d5dc5de94e8f77f8b6cfbc9d48c128 /include/configs/pcm058.h
parent83302fb8f7ba3fa5dcd421bba93d0b37cdcb2f60 (diff)
downloadu-boot-12ca05a38bd47b207a6e616e80f2ab0453faf527.tar.xz
config: Drop CONFIG_CONSOLE_DEV
This is not really a config. Rename it to avoid confusion. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'include/configs/pcm058.h')
-rw-r--r--include/configs/pcm058.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/pcm058.h b/include/configs/pcm058.h
index c36245b..2869c4e 100644
--- a/include/configs/pcm058.h
+++ b/include/configs/pcm058.h
@@ -24,7 +24,7 @@
/* Serial */
#define CONFIG_MXC_UART
#define CONFIG_MXC_UART_BASE UART2_BASE
-#define CONFIG_CONSOLE_DEV "ttymxc1"
+#define CONSOLE_DEV "ttymxc1"
#define PHYS_SDRAM_SIZE (1u * 1024 * 1024 * 1024)