Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3fa8c4b0 authored by Bob Liu's avatar Bob Liu
Browse files

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: default avatarBob Liu <lliubbo@gmail.com>
parent f794d7ba
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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 = {