diff options
Diffstat (limited to 'arch/arm/cpu/armv7/omap-common/spl_nand.c')
| -rw-r--r-- | arch/arm/cpu/armv7/omap-common/spl_nand.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/arch/arm/cpu/armv7/omap-common/spl_nand.c b/arch/arm/cpu/armv7/omap-common/spl_nand.c index 3e2f3590e..1e6b5f0db 100644 --- a/arch/arm/cpu/armv7/omap-common/spl_nand.c +++ b/arch/arm/cpu/armv7/omap-common/spl_nand.c @@ -35,7 +35,6 @@ void spl_nand_load_image(void)  	int *dst __attribute__((unused));  	debug("spl: nand - using hw ecc\n"); -	gpmc_init();  	nand_init();  	/*use CONFIG_SYS_TEXT_BASE as temporary storage area */ |