Home
last modified time | relevance | path

Searched hist:"97 fbf26d" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/ddr/fsl/
H A Doptions.c97fbf26d Tue Mar 28 13:29:56 CDT 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>