can't boot Linux-2.6.28-rc2-omap1

Hi All,

I am working on testing Linux-2.6.28-rc2 omap kernel on beagle board, and uImage
is compiled from linux-omp git tree in the following way:

     export CROSS_COMPILE=arm-none-linux-gnueabi-
     make distclean
     make omap3_beagle_defconfig
     make uImage

Then the boot messages :

I'm getting the same =/

Did any of the patches in this thread help?
http://marc.info/?l=linux-omap&m=122557832128021&w=2

There are various problems in rc2 right now, but you might be able to
see more using that patch. Also, set DEBUG_LL to y in your
configuration to see where it fails.

- Nathan