aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/vendorcode/amd/agesa/Porting.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/vendorcode/amd/agesa/Porting.h b/src/vendorcode/amd/agesa/Porting.h
index 3a39443452..4550c86c64 100644
--- a/src/vendorcode/amd/agesa/Porting.h
+++ b/src/vendorcode/amd/agesa/Porting.h
@@ -226,9 +226,7 @@
#define VOLATILE volatile
#define TRUE 1
#define FALSE 0
- //#define CONST const - avoid const until the large job of making agesa use it consistently is complete
-#undef CONST
- #define CONST
+ #define CONST const
#define ROMDATA
#define CALLCONV
#define _16BYTE_ALIGN __attribute__ ((aligned (16)))