On Mon, Apr 13, 2009 at 2:38 PM, Werner Nedel <[email protected]> wrote: > Actually, it hangs changing gd pointer, before set_tlb() call. In my older > u-boot version, it was made in cpu_init_f function. > > /* Pointer is writable since we allocated a register for it */ > gd = (gd_t *) (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_GBL_DATA_OFFSET);
That usually means that your LAWBARs are misprogrammed. -- Timur Tabi Linux kernel developer at Freescale _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

