1
0
Fork 0
remarkable-uboot/common/spl
Ahmed Samir Khalil 8122d2161e 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 <engkhalil86@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2016-04-01 17:17:42 -04:00
..
Makefile spl: Add an option to load a FIT containing U-Boot 2016-03-14 19:18:30 -04:00
spl.c spl: Print from which mmc slot spl is trying to boot 2016-03-23 22:04:13 +01:00
spl_ext.c dm: part: Rename some partition functions 2016-03-14 15:34:50 -06:00
spl_fat.c dm: Drop the block_dev_desc_t typedef 2016-03-14 15:34:50 -06:00
spl_fit.c spl: Add an option to load a FIT containing U-Boot 2016-03-14 19:18:30 -04:00
spl_mmc.c spl_mmc: allow to load raw image 2016-03-24 01:36:55 +09:00
spl_nand.c Common: SPL: spl_nand: Fixed debug correct NAND ECC type. 2016-04-01 17:17:42 -04:00
spl_net.c spl: change return values of spl_*_load_image() 2015-11-18 14:50:02 -05:00
spl_nor.c spl_nor: fix warning when compiled for 64bit target 2016-03-15 21:30:20 -04:00
spl_onenand.c spl: change return values of spl_*_load_image() 2015-11-18 14:50:02 -05:00
spl_sata.c dm: Drop the block_dev_desc_t typedef 2016-03-14 15:34:50 -06:00
spl_usb.c dm: Drop the block_dev_desc_t typedef 2016-03-14 15:34:50 -06:00
spl_ymodem.c spl: change return values of spl_*_load_image() 2015-11-18 14:50:02 -05:00