提交 3fa8c4b0 编写于 作者: B Bob Liu

blackfin: bf609-ezkit: add probe_type for norflash

Set .probe_type = "map_rom" for norflash so that xip_test can run
correctly.
Signed-off-by: NBob Liu <lliubbo@gmail.com>
上级 f794d7ba
......@@ -682,6 +682,9 @@ static struct physmap_flash_data ezkit_flash_data = {
.parts = ezkit_partitions,
.init = bf609_nor_flash_init,
.nr_parts = ARRAY_SIZE(ezkit_partitions),
#ifdef CONFIG_ROMKERNEL
.probe_type = "map_rom",
#endif
};
static struct resource ezkit_flash_resource = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册