There is no point following a pointer into the string section when a direct
reference will do.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
unsigned int x86_family, x86_model, x86_stepping;
unsigned int maxphysaddr, maxvirtaddr;
-const char *environment_description = ENVIRONMENT_DESCRIPTION;
+const char environment_description[] = ENVIRONMENT_DESCRIPTION;
#ifdef CONFIG_PV
/* Filled in by head_pv.S */
void test_setup(void);
/* Single line summary of execution environment. */
-extern const char *environment_description;
+extern const char environment_description[];
#endif /* XTF_FRAMEWORK_H */