Browse Source

flash: fix FC_FLEX_RAM class code path

If the flash class was defined as FC_FLEX_RAM then this would always drop
through to the default handler.

This bug was found by clang, so untested.

Change-Id: I2d9fe6415dd216728a145519400f7b9ef1bd3c3a
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/773
Tested-by: jenkins
Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
Reviewed-by: Mathias Küster <kesmtp@freenet.de>
tags/v0.6.0-rc2
Spencer Oliver 11 years ago
committed by Freddie Chopin
parent
commit
fb525cdd76
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/flash/nor/kinetis.c

+ 2
- 0
src/flash/nor/kinetis.c View File

@@ -587,6 +587,8 @@ static int kinetis_read_part_info(struct flash_bank *bank)
LOG_DEBUG("FlexRAM bank %d already configured okay",
kinfo->bank_ordinal);
}
break;

default:
LOG_WARNING("Unknown or inconsistent flash class");
reassign = 1;


Loading…
Cancel
Save