Timur Tabi wrote: > 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.
The above line just loads a constant into a register, so the source of the problem is likely elsewhere (possibly the code itself can't be fetched). -Scott _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

