summaryrefslogtreecommitdiffstats
path: root/meta-openbmc-machines
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2015-10-16 13:29:43 +0800
committerJeremy Kerr <jk@ozlabs.org>2015-10-16 13:35:32 +0800
commit547b02eb63b89d67798af21806c0cc2f9c62a585 (patch)
tree36a2f491948fd6e5fcd43033c4677cd550234808 /meta-openbmc-machines
parent36d1278e7af4bb9aa23656d49e11073e59985e67 (diff)
downloadtalos-openbmc-547b02eb63b89d67798af21806c0cc2f9c62a585.tar.gz
talos-openbmc-547b02eb63b89d67798af21806c0cc2f9c62a585.zip
u-boot: Fix u-boot default bootargs for console
We want ttyS4 for the palmetto BMC, and use the same baud rate as u-boot. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'meta-openbmc-machines')
-rw-r--r--meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/recipes-bsp/u-boot/files/patch-2013.07/0001-u-boot-openbmc.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/recipes-bsp/u-boot/files/patch-2013.07/0001-u-boot-openbmc.patch b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/recipes-bsp/u-boot/files/patch-2013.07/0001-u-boot-openbmc.patch
index bf7768668..1c1c5ea5f 100644
--- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/recipes-bsp/u-boot/files/patch-2013.07/0001-u-boot-openbmc.patch
+++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-palmetto/recipes-bsp/u-boot/files/patch-2013.07/0001-u-boot-openbmc.patch
@@ -1679,7 +1679,7 @@ index 0000000..6bb7639
+#define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */
+#define CONFIG_SETUP_MEMORY_TAGS 1
+#define CONFIG_INITRD_TAG 1
-+#define CONFIG_BOOTARGS "debug console=ttyS0,57600n8 root=/dev/ram rw"
++#define CONFIG_BOOTARGS "debug console=ttyS4,38400n8 root=/dev/ram rw"
+#define CONFIG_UPDATE "tftp 40800000 ast2400.scr; so 40800000'"
+
+#define CONFIG_BOOTDELAY 3 /* autoboot after 3 seconds */
OpenPOWER on IntegriCloud