summaryrefslogtreecommitdiff
path: root/include/configs/mx6sabre_common.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/mx6sabre_common.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/mx6sabre_common.h')
-rw-r--r--include/configs/mx6sabre_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h
index bc061c5..dc7be11 100644
--- a/include/configs/mx6sabre_common.h
+++ b/include/configs/mx6sabre_common.h
@@ -74,7 +74,7 @@
"fdt_addr=0x18000000\0" \
"boot_fdt=try\0" \
"ip_dyn=yes\0" \
- "console=" CONFIG_CONSOLE_DEV "\0" \
+ "console=" CONSOLE_DEV "\0" \
"dfuspi=dfu 0 sf 0:0:10000000:0\0" \
"dfu_alt_info_spl=spl raw 0x400\0" \
"dfu_alt_info_img=u-boot raw 0x10000\0" \