m68k: fix debug call befor serial init
authorJens Scharsig (BuS Elektronik) <esw@bus-elektronik.de>
Wed, 16 Jan 2013 07:24:10 +0000 (08:24 +0100)
committerjason <jason@jason-ThinkPad-T61.(none)>
Thu, 27 Jun 2013 00:31:16 +0000 (08:31 +0800)
commitaea5eee126eab0d49fd52da212e51d83749d30e7
tree583aac8b62888d1b5ff8bd008fae5bcc9200383a
parente31dc61e7dc89ce900426828c936208a6638cf8c
m68k: fix debug call befor serial init

There is a debug call in board.c befor serial interface was initialized.
This moves the debug code behind serial_initialize call.

Signed-off-by: Jens Scharsig (BuS Elektronik) <esw@bus-elektronik.de>
arch/m68k/lib/board.c