Skip to content
Snippets Groups Projects
Commit 46a88794 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: update default console= settings


The Linux kernel has changed the way it numbers serial ports, so update
the default command line to match it.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 4c5f307d
No related branches found
No related tags found
No related merge requests found
...@@ -138,7 +138,7 @@ ...@@ -138,7 +138,7 @@
"uart" MK_STR(CONFIG_UART_CONSOLE) "," \ "uart" MK_STR(CONFIG_UART_CONSOLE) "," \
MK_STR(CONFIG_BAUDRATE) " " \ MK_STR(CONFIG_BAUDRATE) " " \
CONFIG_BOOTARGS_VIDEO \ CONFIG_BOOTARGS_VIDEO \
"console=ttyBF0," MK_STR(CONFIG_BAUDRATE) "console=ttyBF" MK_STR(CONFIG_UART_CONSOLE) "," MK_STR(CONFIG_BAUDRATE)
#if defined(CONFIG_CMD_NAND) #if defined(CONFIG_CMD_NAND)
# define NAND_ENV_SETTINGS \ # define NAND_ENV_SETTINGS \
"nandargs=set bootargs " CONFIG_BOOTARGS "\0" \ "nandargs=set bootargs " CONFIG_BOOTARGS "\0" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment