aboutsummaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
authorMartin Roth <martin.roth@se-eng.com>2014-11-16 21:41:35 -0700
committerMartin Roth <gaumless@gmail.com>2014-11-19 16:50:29 +0100
commit91050b7647dad4b89f2d21672cf3287584ea34bd (patch)
treed7f78e278845f384bd01be31956b227de051db19 /src/arch
parent9e81887e75e0eecb7825700a00f9a57cc3fea76d (diff)
fsp_baytrail: Fix ACPI 'Object is not referenced' warnings
The ACPI compiler is trying to be helpful in letting us know that we're not using various fields in the MCRS 'ResourceTemplate' when we define it inside of the _CRS method. Since we're not intending to use those objects in the method, it shouldn't be an issue, but the warning is annoying. Moving the creation of the MCRS object to outside of the _CRS method and referencing it from there solves this problem. Change-Id: I222642e9a93f3078b46ed74f57b83a5834657abf Signed-off-by: Martin Roth <martin.roth@se-eng.com> Reviewed-on: http://review.coreboot.org/7499 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/arch')
0 files changed, 0 insertions, 0 deletions