pflash_cfi02: Fix a typo in debug code (TARGET_FMT_pld -> TARGET_FMT_plx)

Thanks to Tobias Hoffmann <th55@gmx.de> for this patch.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
Stefan Weil 2011-05-22 14:02:39 +02:00 committed by Stefan Hajnoczi
parent 2eb9f24182
commit b9055c3cca
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ static uint32_t pflash_read (pflash_t *pfl, target_phys_addr_t offset,
default: default:
goto flash_read; goto flash_read;
} }
DPRINTF("%s: ID " TARGET_FMT_pld " %x\n", __func__, boff, ret); DPRINTF("%s: ID " TARGET_FMT_plx " %x\n", __func__, boff, ret);
break; break;
case 0xA0: case 0xA0:
case 0x10: case 0x10: