Previously the uarts attached in order, so that the first attached uart
authorpatrick <patrick@openbsd.org>
Sat, 23 Jul 2016 15:02:08 +0000 (15:02 +0000)
committerpatrick <patrick@openbsd.org>
Sat, 23 Jul 2016 15:02:08 +0000 (15:02 +0000)
commit68e4a94b8166bcd1f4fc4737c2ccd85914817170
tree47039f544736af8676545152d8ce9ccfd2554ee0
parent88cad24b4a4c08bc8d3ac4d8a5870587ffb42fef
Previously the uarts attached in order, so that the first attached uart
is always the serial console.  With device tree enumeration, this order
is not given anymore.  The serial console might now attach with a
different minor and has to be updated, otherwise there will be no
further output on the serial.  Thus, re-create the i.MX6 console with
the correct minor number on attach.

ok jsg@, kettenis@
sys/arch/armv7/imx/imxuart.c