Re: [U-Boot-Users] [PATCH v2] Fix wrong memory limit calculation in memory-test

2008-02-14 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > If the length of the memory address range passed to the "mtest" command is > not of the form 2^x - 1, not all address lines are tested. This bug is > inherited from the original software at > http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suit

[U-Boot-Users] [PATCH v2] Fix wrong memory limit calculation in memory-test

2008-02-08 Thread Guennadi Liakhovetski
If the length of the memory address range passed to the "mtest" command is not of the form 2^x - 1, not all address lines are tested. This bug is inherited from the original software at http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix this. Signed-off-by: Guennadi Liakhovets