Skip to content
Snippets Groups Projects
Commit 106effbe authored by Alessio Igor Bogani's avatar Alessio Igor Bogani Committed by Brian Norris
Browse files

mtd: map_ram: Enable mtdoops


Signed-off-by: default avatarAlessio Igor Bogani <alessio.bogani@elettra.eu>
Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
parent 0c45e601
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,7 @@ static struct mtd_info *map_ram_probe(struct map_info *map)
mtd->_get_unmapped_area = mapram_unmapped_area;
mtd->_read = mapram_read;
mtd->_write = mapram_write;
mtd->_panic_write = mapram_write;
mtd->_sync = mapram_nop;
mtd->flags = MTD_CAP_RAM;
mtd->writesize = 1;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment