Re: [PATCH v2 07/35] common: Move functions for loading from fat/ext2 to fs.h

2020-01-20 Thread Tom Rini
On Sat, Dec 28, 2019 at 10:44:44AM -0700, Simon Glass wrote: > These are filesystem functions and belong in the filesystem header file. > Move them. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 07/35] common: Move functions for loading from fat/ext2 to fs.h

2019-12-28 Thread Simon Glass
These are filesystem functions and belong in the filesystem header file. Move them. Signed-off-by: Simon Glass --- Changes in v2: None board/inversepath/usbarmory/usbarmory.c | 1 + cmd/fat.c | 2 +- cmd/pxe.c | 1 +