ron minnich wrote:
Index: mainboard/artecgroup/dbe62/dts
--- mainboard/artecgroup/dbe62/dts (revision 630) +++ mainboard/artecgroup/dbe62/dts (working copy) @@ -43,6 +43,10 @@ /* GPIO(0-0x20) for INT D:C:B:A, 0xFF=none. * See virtual PIC spec. */ enable_gpio_int_route = "0x0D0C0700";
/* we use com2 since that is on the dongle */
com2_enable = "1";
/* Set com2 address to be COM1 */
com2_address = "0x3f8";
Can't we use 2f8 as base address here and put console on COM2?
Reordering com ports is kind of evil. It will also change what is ttyS0 in Linux..
Stefan