diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-17 20:12:39 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 18:33:36 -0400 |
commit | 12ca05a38bd47b207a6e616e80f2ab0453faf527 (patch) | |
tree | f9ead4df64d5dc5de94e8f77f8b6cfbc9d48c128 /include/configs/el6x_common.h | |
parent | 83302fb8f7ba3fa5dcd421bba93d0b37cdcb2f60 (diff) |
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/el6x_common.h')
-rw-r--r-- | include/configs/el6x_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/el6x_common.h b/include/configs/el6x_common.h index 81b79b20e3..7e9bcb13cc 100644 --- a/include/configs/el6x_common.h +++ b/include/configs/el6x_common.h @@ -73,7 +73,7 @@ "board="__stringify(CONFIG_BOARD_NAME)"\0" \ "cma_size="__stringify(EL6Q_CMA_SIZE)"\0" \ "chp_size="__stringify(EL6Q_COHERENT_POOL_SIZE)"\0" \ - "console=" CONFIG_CONSOLE_DEV "\0" \ + "console=" CONSOLE_DEV "\0" \ "fdtfile=undefined\0" \ "fdt_high=0xffffffff\0" \ "fdt_addr_r=0x18000000\0" \ |