Re: [U-Boot] [PATCH] Common: SPL: spl_nand: Fixed debug correct NAND ECC type.

2016-03-25 Thread Tom Rini
On Fri, Mar 25, 2016 at 01:13:17PM +0100, Ahmed Samir Khalil wrote: > In case of #define DEBUG 1 (fordebugging SPL). A bug in > spl_nand_load_image() will be triggered, because it prints > using hw ecc regardless of soft ecc configurations and > initializations. > > Signed-off-by: Ahmed Samir

[U-Boot] [PATCH] Common: SPL: spl_nand: Fixed debug correct NAND ECC type.

2016-03-25 Thread Ahmed Samir Khalil
In case of #define DEBUG 1 (fordebugging SPL). A bug in spl_nand_load_image() will be triggered, because it prints using hw ecc regardless of soft ecc configurations and initializations. Signed-off-by: Ahmed Samir --- common/spl/spl_nand.c | 4 1 file changed, 4