]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
YAFFS2: fs/yaffs2/Makefile - fix build warnings
authorWolfgang Denk <wd@denx.de>
Thu, 8 Sep 2011 02:10:19 +0000 (02:10 +0000)
committerWolfgang Denk <wd@denx.de>
Fri, 9 Sep 2011 22:00:22 +0000 (00:00 +0200)
commit9d0265e9bb3f5c2bc45c1372bf8dae870c0644fe
treebf8f06f90ac2fb59bf2131af7e5f66b7d6be176a
parent6ac360c465d4916c2df291d6bbbe85d9bb7cc7be
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>
fs/yaffs2/Makefile