diff options
author | Bruce Griffith <Bruce.Griffith@se-eng.com> | 2013-06-04 14:16:24 -0600 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2013-06-06 20:59:43 +0200 |
commit | 283ba7841581c5ffe64d1f0985cfa94be661b927 (patch) | |
tree | 4f4d60445daca61bc42febf488fa979f88a5f1a5 /src/mainboard/amd | |
parent | aa588e027301063731b80e3e22a4ea3b1c0c08f1 (diff) |
AGESA: Add "const" modifier to function parameters
Add CONST modifiers to read-only pass-by-reference function
parameters in AGESA. This allows the use of "const" modifiers
on the declaration of lookup tables that are pass-by-reference.
These will be used to identify tables that are copied onto the
HEAP but don't need to be.
Change-Id: Ie1187a427804fddf47b935a110ad23931a3447a9
Signed-off-by: Bruce Griffith <Bruce.Griffith@se-eng.com>
Reviewed-on: http://review.coreboot.org/3393
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/amd')
0 files changed, 0 insertions, 0 deletions