]> Git Repo - u-boot.git/commit
Common: SPL: spl_nand: Fixed debug correct NAND ECC type.
authorAhmed Samir Khalil <[email protected]>
Fri, 25 Mar 2016 12:13:17 +0000 (13:13 +0100)
committerTom Rini <[email protected]>
Fri, 1 Apr 2016 21:17:42 +0000 (17:17 -0400)
commit8122d2161e07dd1af2d957ef82e3e8255a55a023
tree22c52747499673955a0283c7ad9669ef427437a3
parentf031f501efa898ad1eac641cb27079dd6ded306a
Common: SPL: spl_nand: Fixed debug correct NAND ECC type.

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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
common/spl/spl_nand.c
This page took 0.035652 seconds and 4 git commands to generate.