Skip to content
Snippets Groups Projects
Commit 232ed3ca authored by Dongjin Kim's avatar Dongjin Kim Committed by Tom Rini
Browse files

arm: config: fix default console only to specify the device


Since CONFIG_DEFAULT_CONSOLE is already started with "console=",
the console argument in CONFIG_EXTRA_ENV_SETTINGS is expanded to
"console=console=ttySAC1,115200n8" and this causes the wrong
console device.

  #define CONFIG_DEFAULT_CONSOLE         "console=ttySAC1,115200n8\0"
  ...
  #define CONFIG_EXTRA_ENV_SETTINGS \
		"console=" CONFIG_DEFAULT_CONSOLE

Signed-off-by: default avatarDongjin Kim <tobetter@gmail.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 48c7f771
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment