summaryrefslogtreecommitdiff
path: root/meta-aspeed/conf/machine/evb-ast2500.conf
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-08-08 22:32:29 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-08-16 03:38:50 +0300
commitcebd819f2515d84d18642e672c86efb9876a8d6f (patch)
treeb0d246d51a16549fcdba9b503fd6124f458e341c /meta-aspeed/conf/machine/evb-ast2500.conf
parent14d0a067a45fdaeb48adfbe8b596dd07cbc847fb (diff)
downloadopenbmc-cebd819f2515d84d18642e672c86efb9876a8d6f.tar.xz
aspeed: set SERIAL_CONSOLES correctly
Provide a default setting for SERIAL_CONSOLES for all Aspeed SOCs. Set the SERIAL_CONSOLE for the g5 and g6 evb explicitly, in case the default changes. (From meta-aspeed rev: b539e873a7731bad9eee83e17838a78f281d7b4b) Change-Id: I1ee9f44535cd009de25baccacada36cd58ad4f10 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-aspeed/conf/machine/evb-ast2500.conf')
-rw-r--r--meta-aspeed/conf/machine/evb-ast2500.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-aspeed/conf/machine/evb-ast2500.conf b/meta-aspeed/conf/machine/evb-ast2500.conf
index 2689d3796..e8aebd18f 100644
--- a/meta-aspeed/conf/machine/evb-ast2500.conf
+++ b/meta-aspeed/conf/machine/evb-ast2500.conf
@@ -2,3 +2,5 @@ KERNEL_DEVICETREE = "aspeed-ast2500-evb.dtb"
UBOOT_MACHINE = "ast_g5_phy_config"
require conf/machine/include/ast2500.inc
+
+SERIAL_CONSOLES = "115200;ttyS4"