summaryrefslogtreecommitdiffstats
path: root/include/configs/bfin_adi_common.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-09-30 03:09:16 -0400
committerMike Frysinger <vapier@gentoo.org>2009-09-30 15:15:08 -0400
commit46a887949e11d2cddb91e17ca47e73341d71a379 (patch)
treea23ec307b0e84574760d66f4f5bc27423bf5ecce /include/configs/bfin_adi_common.h
parent4c5f307d58604dea001cccf388aa077a902ab0a5 (diff)
downloadtalos-obmc-uboot-46a887949e11d2cddb91e17ca47e73341d71a379.tar.gz
talos-obmc-uboot-46a887949e11d2cddb91e17ca47e73341d71a379.zip
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: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'include/configs/bfin_adi_common.h')
-rw-r--r--include/configs/bfin_adi_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h
index 00bfc6e90b..0b87418db6 100644
--- a/include/configs/bfin_adi_common.h
+++ b/include/configs/bfin_adi_common.h
@@ -138,7 +138,7 @@
"uart" MK_STR(CONFIG_UART_CONSOLE) "," \
MK_STR(CONFIG_BAUDRATE) " " \
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)
# define NAND_ENV_SETTINGS \
"nandargs=set bootargs " CONFIG_BOOTARGS "\0" \
OpenPOWER on IntegriCloud