From b2954106af14f40c1d5a401b789ac855f1312ca6 Mon Sep 17 00:00:00 2001 From: hebe Date: Wed, 12 Sep 2012 13:29:18 +0200 Subject: [PATCH] Fls ppc, removed code that should not be there. --- arch/ppc/mpc55xx/drivers/Fls.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/arch/ppc/mpc55xx/drivers/Fls.c b/arch/ppc/mpc55xx/drivers/Fls.c index adceda9d..7aa26ab3 100644 --- a/arch/ppc/mpc55xx/drivers/Fls.c +++ b/arch/ppc/mpc55xx/drivers/Fls.c @@ -548,10 +548,7 @@ void Fls_MainFunction(void) { // ( we are reading directly from flash so it makes no sense ) memcpy( (void *)Fls_Global.ramAddr, (void *) Fls_Global.flashAddr, Fls_Global.length); - if( Os_EccError ) { - - } Fls_Global.jobResultType = MEMIF_JOB_OK; Fls_Global.status = MEMIF_IDLE; Fls_Global.jobType = FLS_JOB_NONE; -- 2.39.2