From fe03eba277ccc03d54270927c0e0f66360904632 Mon Sep 17 00:00:00 2001 From: Uwe Bonnes Date: Thu, 25 Feb 2016 14:33:43 +0100 Subject: [PATCH 1/1] stm32lx.c: Print device string as info. Change-Id: I893f0d9a5095a9f122adc76cf403277639fa880c Signed-off-by: Uwe Bonnes Reviewed-on: http://openocd.zylin.com/3362 Tested-by: jenkins Reviewed-by: Andreas Fritiofson --- src/flash/nor/stm32lx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/flash/nor/stm32lx.c b/src/flash/nor/stm32lx.c index 42e00bdb50..22830e60bc 100644 --- a/src/flash/nor/stm32lx.c +++ b/src/flash/nor/stm32lx.c @@ -740,6 +740,8 @@ static int stm32lx_probe(struct flash_bank *bank) if (!stm32lx_info->part_info) { LOG_WARNING("Cannot identify target as a STM32L family."); return ERROR_FAIL; + } else { + LOG_INFO("Device: %s", stm32lx_info->part_info->device_str); } stm32lx_info->flash_base = stm32lx_info->part_info->flash_base; -- 2.30.2