flash: nor: use binary prefixes consistently
[fw/openocd] / src / flash / nor / stm32f1x.c
index 455a06a9b8627aaebcb146f3db940c8c4678610b..b00b70ac22669f50b5616c12df0d06365e433c11 100644 (file)
@@ -1006,7 +1006,7 @@ static int stm32x_probe(struct flash_bank *bank)
                flash_size_in_kb = stm32x_info->user_bank_size / 1024;
        }
 
-       LOG_INFO("flash size = %dkbytes", flash_size_in_kb);
+       LOG_INFO("flash size = %d KiB", flash_size_in_kb);
 
        /* did we assign flash size? */
        assert(flash_size_in_kb != 0xffff);