Add an MTD device wrapper that can used to provide a /dev/config that can be used for retaining configuration data. From Ken Pettit

This commit is contained in:
Gregory Nutt
2013-11-01 07:39:20 -06:00
parent 532d4c7cbe
commit b01900d7e6
6 changed files with 1162 additions and 7 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
ifeq ($(CONFIG_MTD),y)
CSRCS += at45db.c flash_eraseall.c ftl.c m25px.c ramtron.c
CSRCS += at45db.c flash_eraseall.c ftl.c m25px.c ramtron.c mtd_config.c
ifeq ($(CONFIG_MTD_PARTITION),y)
CSRCS += mtd_partition.c