* i.MX6 kernel uncompress: how to output uncompress messages?
@ 2013-01-11 12:58 Dirk Behme
2013-01-11 13:28 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Dirk Behme @ 2013-01-11 12:58 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
using an older, non-multiplatform kernel which still uses
arch/arm/mach-imx/include/mach/uncompress.h
I wonder how the uncompress is supposed to set the 'uart_base' for i.MX6?
Looking in
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob;f=arch/arm/mach-imx/include/mach/uncompress.h;h=477971b009308a929c53c19ce40c4b35c425d623;hb=69ac71d370b21cc52a2afd06f3a6d6d1da5edc75#l70
there doesn't seem to be any i.MX6 related case part?
This results in no
Uncompressing Linux... done, booting the kernle.
messages output on i.MX6. And with this the associated error messages in
case anything goes wrong with the uncompression aren't output, either.
Adding a hack like
uart_base = MX6Q_UART4_BASE_ADDR;
outputs these uncompression messages.
What's the supposed clean way to do this?
Many thanks
Dirk
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-11 13:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-11 12:58 i.MX6 kernel uncompress: how to output uncompress messages? Dirk Behme
2013-01-11 13:28 ` Shawn Guo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox