mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
do_switch_ecc() calls fsmc_nand_switch_ecc(), which is a direct function call into drivers/mtd/nand/fsmc_nand.c. However, this function is not guarded by CONFIG_NAND_FSMC, which results to a build failure if CONFIG_NAND_FSMC is disabled. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |
||
|---|---|---|
| .. | ||
| cpu.c | ||
| Makefile | ||
| reset.c | ||
| spear600.c | ||
| spl.c | ||
| spr600_mt47h32m16_37e_166_cl4_sync.c | ||
| spr600_mt47h32m16_333_cl5_psync.c | ||
| spr600_mt47h64m16_3_333_cl5_psync.c | ||
| spr600_mt47h128m8_3_266_cl5_async.c | ||
| spr_lowlevel_init.S | ||
| spr_misc.c | ||
| start.S | ||
| timer.c | ||
| u-boot-spl.lds | ||