1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-12 13:51:15 +01:00
Files
u-boot-megous/drivers
Thomas Schaefer 97fbf26d79 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>
2017-04-17 09:03:30 -07:00
..
2017-04-05 13:52:01 -04:00
2016-10-19 09:01:51 +02:00
2017-01-10 10:18:11 +01:00
2016-01-27 15:32:05 +01:00
2017-04-13 17:31:06 -04:00
2017-04-04 09:18:57 -04:00
2017-04-13 14:44:50 -06:00
2017-03-26 13:22:58 -06:00
2017-04-13 17:31:06 -04:00
2016-02-06 12:00:59 +01:00
2017-04-05 13:52:01 -04:00
2017-01-02 17:08:25 +01:00