Searched hist:"97 fbf26d79701431b4dad1d4eae9d9f837b254cb" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/ddr/fsl/ |
| H A D | options.c | 97fbf26d79701431b4dad1d4eae9d9f837b254cb Tue Mar 28 18:29:56 UTC 2017 Thomas Schaefer <thomas.schaefer@kontron.com> 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>
|