On 13 April 2017 at 03:52, Patrick Delaunay <[email protected]> wrote: > Signed-off-by: Patrick Delaunay <[email protected]> > Reviewed-by: Christophe KERELLO <[email protected]> > --- > > Changes in v5: > - solve warning and error > (dont' include linux/mtd/mtd.h in part.h) > > Changes in v4: None > Changes in v3: None > Changes in v2: None > > disk/Kconfig | 17 ++ > disk/Makefile | 1 + > disk/part_efi_mtd.c | 457 > ++++++++++++++++++++++++++++++++++++++++++++++++++++ > doc/README.gpt.mtd | 189 ++++++++++++++++++++++ > include/part.h | 15 +- > 5 files changed, 677 insertions(+), 2 deletions(-) > create mode 100644 disk/part_efi_mtd.c > create mode 100644 doc/README.gpt.mtd >
Reviewed-by: Simon Glass <[email protected]> Please can you add function comments for your static and exported functions. _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

