commit | f95e4c92b84b6e140701bbd84511830d1d215714 | [log] [tgz] |
---|---|---|
author | Nishanth Menon <nm@ti.com> | Tue Oct 13 12:47:39 2009 -0400 |
committer | Tom Rix <Tom.Rix@windriver.com> | Sun Oct 18 16:52:54 2009 -0500 |
tree | d6b2c468e47f4941c5a3b8ac6b2a3ba0fdadf3e7 | |
parent | 9eaf9940aadcab81e9071449be9b0b8a36cd0468 [diff] |
OMAP3: fix warnings when NAND/ONENAND is not used Fix build warnings by putting specific used variables under required #ifdefs for removing: mem.c:227: warning: unused variable 'f_sec' mem.c:226: warning: unused variable 'f_off' mem.c:225: warning: unused variable 'size' mem.c:224: warning: unused variable 'base' mem.c:222: warning: unused variable 'gpmc_config' Signed-off-by: Nishanth Menon <nm@ti.com>