Home
last modified time | relevance | path

Searched hist:"225 bfd3906453c13a0a88b03d8e62a2f267b3689" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/spear/
H A Dcpu.c225bfd3906453c13a0a88b03d8e62a2f267b3689 Tue Aug 15 20:52:45 UTC 2017 Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 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>