nor: add get_flash_bank_by_name autoprobe
commitee4106ee995a1fc81778f4ebd496d6782e592b63
authorSpencer Oliver <ntfreak@users.sourceforge.net>
Mon, 24 May 2010 11:30:29 +0000 (24 12:30 +0100)
committerSpencer Oliver <ntfreak@users.sourceforge.net>
Wed, 26 May 2010 10:10:16 +0000 (26 11:10 +0100)
tree392ed5401d47dc2261016ddf8eb3154e745a9d5f
parent94dc7c0a939c042c71767b5cbdc1e1327ccecbea
nor: add get_flash_bank_by_name autoprobe

When a flash cmd is called using the flash name the autoprobe
function is not called. autoprobe is called if flash_command_get_bank
falls through to get_flash_bank_by_num.

This makes both get_flash_bank_by_name and get_flash_bank_by_num
behave the same.

Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
src/flash/nor/core.c
src/flash/nor/core.h
src/flash/nor/tcl.c