From edcd880263bba5bdc61d48555289e293cf208753 Mon Sep 17 00:00:00 2001 From: Steve Markgraf Date: Wed, 19 May 2010 18:02:44 +0200 Subject: osmocon: change mtk load address for MT6223 romloader The romloader of the MT6223 uses more of the internal SRAM than the loader of the MT6227, thus we need to change the load address. Signed-off-by: Steve Markgraf --- src/host/osmocon/osmocon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/host/osmocon/osmocon.c') diff --git a/src/host/osmocon/osmocon.c b/src/host/osmocon/osmocon.c index 1c51ef51..ea23c0db 100644 --- a/src/host/osmocon/osmocon.c +++ b/src/host/osmocon/osmocon.c @@ -57,7 +57,7 @@ #define ROMLOAD_ADDRESS 0x820000 #define MTK_INIT_BAUDRATE B19200 -#define MTK_ADDRESS 0x40000800 +#define MTK_ADDRESS 0x40001400 #define MTK_BLOCK_SIZE 1024 struct tool_server *tool_server_for_dlci[256]; -- cgit v1.2.3