提交 095b9c48 编写于 作者: P Peter Crosthwaite 提交者: Edgar E. Iglesias

m25p80: Add debug message for no bdrv

If there is no backing bdrv, let the debugging developer know about it.
Signed-off-by: NPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: NEdgar E. Iglesias <edgar.iglesias@gmail.com>
上级 28097d02
......@@ -606,6 +606,7 @@ static int m25p80_init(SSISlave *ss)
return 1;
}
} else {
DB_PRINT_L(0, "No BDRV - binding to RAM\n");
memset(s->storage, 0xFF, s->size);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册