u-boot-brain/arch/arm/cpu/arm926ejs
Thomas Petazzoni 225bfd3906 arch/arm/cpu/arm926ejs/spear/cpu.c: guard do_switch_ecc() with CONFIG_NAND_FSMC
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>
2017-08-26 14:56:10 -04:00
..
armada100 board_f: Drop setup_dram_config() wrapper 2017-04-05 16:36:51 -04:00
lpc32xx
mx25 mx25: Add function to set PER clocks 2017-05-31 10:14:30 +02:00
mx27 imx: reorganize IMX code as other SOCs 2017-07-12 10:17:44 +02:00
mxs imx: reorganize IMX code as other SOCs 2017-07-12 10:17:44 +02:00
orion5x
spear arch/arm/cpu/arm926ejs/spear/cpu.c: guard do_switch_ecc() with CONFIG_NAND_FSMC 2017-08-26 14:56:10 -04:00
cache.c
cpu.c
Makefile
start.S