Shawn Nematbakhsh has posted comments on this change. ( https://review.coreboot.org/22501 )
Change subject: Initial MTD support ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/22501/1/linux_mtd.c File linux_mtd.c:
https://review.coreboot.org/#/c/22501/1/linux_mtd.c@41 PS1, Line 41: static char sysfs_path[PATH_MAX]; linux_mtd.o -c linux_mtd.c linux_mtd.c:41:24: error: 'PATH_MAX' undeclared here (not in a function); did you mean 'INT8_MAX'? static char sysfs_path[PATH_MAX];
Do we need #include <linux/limits.h>?