
put the amdlib and agesa constant to .rodata segment.
so amdlib.c would not complain "Do not use global variables in romstage"

Signed-off-by Kerry.She <kerry.she@amd.com>
Index: src/vendorcode/amd/agesa/Porting.h
===================================================================
--- src/vendorcode/amd/agesa/Porting.h	(revision 6556)
+++ src/vendorcode/amd/agesa/Porting.h	(working copy)
@@ -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)))
