commit | 11d1346d5cbb92e4aa5d0cc4219840c49da6cb2e | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Thu Sep 08 02:10:19 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Sat Sep 10 00:00:22 2011 +0200 |
tree | bf8f06f90ac2fb59bf2131af7e5f66b7d6be176a | |
parent | bdea21773d624f41913388803c2be52927239b56 [diff] |
YAFFS2: fs/yaffs2/Makefile - fix build warnings Drop the "-DNO_Y_INLINE" setting to fix these: yaffs_guts.h:806: warning: 'yaffs_GetBlockInfo' defined but not used Impact on image size is negligible - for the VCMA9 board the text segment size grew from 496353 to 496357 bytes (i. e. 0.0008%); total image size even remained constant. Signed-off-by: Wolfgang Denk <wd@denx.de>