summaryrefslogtreecommitdiffstats
path: root/src/host/osmocon
diff options
context:
space:
mode:
authorSteve Markgraf2010-05-19 18:02:44 +0200
committerSteve Markgraf2010-05-19 18:02:44 +0200
commitedcd880263bba5bdc61d48555289e293cf208753 (patch)
tree60d92955033fe5ddff5b0f313ae6cd519e3a7c73 /src/host/osmocon
parentssd1783: make driver work on Motorola V171 (diff)
downloadosmocom-edcd880263bba5bdc61d48555289e293cf208753.tar.gz
osmocom-edcd880263bba5bdc61d48555289e293cf208753.tar.xz
osmocom-edcd880263bba5bdc61d48555289e293cf208753.zip
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 <steve@steve-m.de>
Diffstat (limited to 'src/host/osmocon')
-rw-r--r--src/host/osmocon/osmocon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/osmocon/osmocon.c b/src/host/osmocon/osmocon.c
index 1c51ef5..ea23c0d 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];