summaryrefslogtreecommitdiff
path: root/host/arch/arm/lib/crossystem_arch.c
diff options
context:
space:
mode:
Diffstat (limited to 'host/arch/arm/lib/crossystem_arch.c')
-rw-r--r--host/arch/arm/lib/crossystem_arch.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/host/arch/arm/lib/crossystem_arch.c b/host/arch/arm/lib/crossystem_arch.c
index 4dabb287..8f469653 100644
--- a/host/arch/arm/lib/crossystem_arch.c
+++ b/host/arch/arm/lib/crossystem_arch.c
@@ -578,7 +578,7 @@ const char* VbGetArchPropertyString(const char* name, char* dest,
{
char *str = NULL;
char *rv = NULL;
- char *prop = NULL;
+ const char *prop = NULL;
if (!strcasecmp(name,"arch"))
return StrCopy(dest, "arm", size);
@@ -617,8 +617,3 @@ int VbSetArchPropertyString(const char* name, const char* value)
/* All is handled in arch independent fashion */
return -1;
}
-
-int VbArchInit(void)
-{
- return 0;
-}