Re: [U-Boot] [PATCH v3.1 01/26] fs: fat: guard the content of include/fat.h

2018-09-24 Thread Akashi, Takahiro
On Sun, Sep 23, 2018 at 04:42:17PM +0200, Alexander Graf wrote: > > > On 12.09.18 08:55, Akashi, Takahiro wrote: > > From: AKASHI Takahiro > > > > The whole content of include/fat.h should be guarded with CONFIG_FS_FAT. > > > > This is necessary specifically because fs/fs.c unconditionally inc

Re: [U-Boot] [PATCH v3.1 01/26] fs: fat: guard the content of include/fat.h

2018-09-23 Thread Alexander Graf
On 12.09.18 08:55, Akashi, Takahiro wrote: > From: AKASHI Takahiro > > The whole content of include/fat.h should be guarded with CONFIG_FS_FAT. > > This is necessary specifically because fs/fs.c unconditionally includes > fat.h, which refers to a config symbol, CONFIG_FS_FAT_MAX_CLUSTSIZE. > S

[U-Boot] [PATCH v3.1 01/26] fs: fat: guard the content of include/fat.h

2018-09-11 Thread Akashi, Takahiro
From: AKASHI Takahiro The whole content of include/fat.h should be guarded with CONFIG_FS_FAT. This is necessary specifically because fs/fs.c unconditionally includes fat.h, which refers to a config symbol, CONFIG_FS_FAT_MAX_CLUSTSIZE. So if CONFIG_FS_FAT, and thus CONFIG_FS_FAT_MAX_CLUSTSIZE, i