Am 05.12.2009 13:57, schrieb Knut Kujat:
Hi,
I'm trying to build coreboot for the exact same board and getting to the same point as Jonathan Rogers. I also tried with the patch and same result it hangs at "now booting... fallback". I inserted some prints and get till
else if (do_normal_boot()) {
printf_info("debug6"); goto normal_image;
any suggestions?
"normal_image" might lead to nowhere in a kconfig build.
Patrick