commit | 7d2e8e460d7fed01a15d26909d446725d4456913 | [log] [tgz] |
---|---|---|
author | Thomas Schaefer <thomas.schaefer@kontron.com> | Tue Mar 28 11:29:56 2017 -0700 |
committer | York Sun <york.sun@nxp.com> | Mon Apr 17 09:03:30 2017 -0700 |
tree | 236d32bbb1cb03cd82e394bc2d6f6d3794c727e0 | |
parent | e390e979d38191740d31c59b015c3d9e6eb87583 [diff] |
drivers: ddr: fsl: fix unused-const-variable warnings Depending on DDR configuration, gcc-6.x will show up unused-const- variable messages. Use __maybe_unused specifier for all dynamic_odt variable definitions to remove these warnings. Memory footprint will not increase as gcc will optimize out unused constants. Signed-off-by: Thomas Schaefer <thomas.schaefer@kontron.com> Signed-off-by: York Sun <york.sun@nxp.com>