memset hangs part way through; called from early_init

2006-06-01 Thread Wolfgang Denk
In message <200606011700.k51H0WJw014425 at www-webmail1.magma.ca> you wrote: > > Currently, the board hangs in the early_init function. Specifically, at the > following line: > memset_io(PTRRELOC(&__bss_start), 0, _end - __bss_start); ... > Any ideas would be appreciated. See http://www.denx.de/w

memset hangs part way through; called from early_init

2006-06-01 Thread Chris Dumoulin
Hi All, I'm running a V2Pro-based development board, and I'm working on a linux 2.6.15 port. Currently, the board hangs in the early_init function. Specifically, at the following line: memset_io(PTRRELOC(&__bss_start), 0, _end - __bss_start); This memset_io() call eventually calls memset() (from