aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/agesa/f12/Legacy
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2014-11-01 10:23:03 +0100
committerPatrick Georgi <pgeorgi@google.com>2014-11-03 07:32:14 +0100
commitee6f9813e1d8df5b24bb7ef8182efe54e1740597 (patch)
treed62c915747a8b2af9f8e7ed93ef89062436ceb7d /src/vendorcode/amd/agesa/f12/Legacy
parentf94698c34ba96f336b22d3905597eb7d61c2bcdb (diff)
AGESA f12: Add "const" modifiers
Apply commit 283ba78415 to f12 (literally, plus one adaptation). Change-Id: Ied7891806e269320caf968cae3de3dc792c5f8fd Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: http://review.coreboot.org/7312 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-by: Bruce Griffith <Bruce.Griffith@se-eng.com>
Diffstat (limited to 'src/vendorcode/amd/agesa/f12/Legacy')
-rw-r--r--src/vendorcode/amd/agesa/f12/Legacy/Proc/Dispatcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendorcode/amd/agesa/f12/Legacy/Proc/Dispatcher.c b/src/vendorcode/amd/agesa/f12/Legacy/Proc/Dispatcher.c
index 865c84fab4..cbbd4910c8 100644
--- a/src/vendorcode/amd/agesa/f12/Legacy/Proc/Dispatcher.c
+++ b/src/vendorcode/amd/agesa/f12/Legacy/Proc/Dispatcher.c
@@ -84,7 +84,7 @@ AmdAgesaDispatcher (
DISPATCH_TABLE *Entry;
UINT32 ImageStart;
UINT32 ImageEnd;
- AMD_IMAGE_HEADER* AltImagePtr;
+ CONST AMD_IMAGE_HEADER* AltImagePtr;
Status = AGESA_UNSUPPORTED;
ImageEntry = NULL;