summaryrefslogtreecommitdiff
path: root/chip/mt_scp/mt818x/memmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip/mt_scp/mt818x/memmap.c')
-rw-r--r--chip/mt_scp/mt818x/memmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/mt_scp/mt818x/memmap.c b/chip/mt_scp/mt818x/memmap.c
index 8df36dae0d..a6bcca6452 100644
--- a/chip/mt_scp/mt818x/memmap.c
+++ b/chip/mt_scp/mt818x/memmap.c
@@ -189,7 +189,7 @@ static void scp_cache_init(void)
cpu_invalidate_dcache();
}
-static int command_cacheinfo(int argc, char **argv)
+static int command_cacheinfo(int argc, const char **argv)
{
const char cache_name[] = { 'I', 'D' };
int c;