On omap3evm kernel 2.6.34+ doesn't boot (solved)

From: Giuseppe Pagano
Date: Fri Aug 20 2010 - 04:35:16 EST


Hi,
I'm developing on an arm OMAP3530 based board, machine omap3evm.

Starting from kernel versione 2.6.34 machine doesn't boot (On the serial
console I can see just the uboot message, afther the console freese,
anche there is no output from the kernel).

I have found that changing this line in
arch/arm/plat-omap/include/plat/uncompress.h

- DEBUG_LL_OMAP2(1, omap3evm);
+ DEBUG_LL_OMAP3(3, omap3evm);

solves the problem.

I thing this is a bug, so I write this email.

Thanks
Giuseppe

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/