Skip to content

Commit

Permalink
trivial: don't expose parse_camkes_vm_attributes
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Guikema <chris.guikema@dornerworks.com>
  • Loading branch information
chrisguikema committed Feb 22, 2023
1 parent abfb8c7 commit af059ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/VM_Arm/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ static unsigned long parse_camkes_vm_entry_addr(void)
return addr;
}

void parse_camkes_vm_attributes(void)
static void parse_camkes_vm_attributes(void)
{
ram_base = strtoul(vm_address_config.ram_base, NULL, 0);
ram_paddr_base = strtoul(vm_address_config.ram_paddr_base, NULL, 0);
Expand Down

0 comments on commit af059ba

Please sign in to comment.