Skip to content

Commit 673c6fd

Browse files
committed
meta-mchp-polarfire-soc: conf: machine: set SERIAL_CONSOLES in mpfs-disco-kit
Set the SERIAL_CONSOLES variable in the mpfs-disco-kit machine to use ttyS1 by default. Signed-off-by: Valentina Fernandez <valentina.fernandezalanis@microchip.com>
1 parent e470ad2 commit 673c6fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

meta-mchp-polarfire-soc/meta-mchp-polarfire-soc-bsp/conf/machine/mpfs-disco-kit.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ UBOOT_MACHINE = "microchip_mpfs_discokit_defconfig"
1515

1616
IMAGE_INSTALL:remove = " dt-overlay-mchp"
1717

18+
SERIAL_CONSOLES = "115200;ttyS1"
19+
1820
## Generate a boot.scr file which should be included
1921
## in the boot partition. It will try to load a kernel image from mmc
2022
UBOOT_ENV = "boot"

0 commit comments

Comments
 (0)