summaryrefslogtreecommitdiff
path: root/utils/hwstub/stub/stmp
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2014-04-12 00:06:31 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2014-04-12 00:11:13 +0200
commit910235b49a754fcd18157dbd22e125a32b482c9d (patch)
treec7d6bce9ed7c73d27c5bae4c42564c6745417c74 /utils/hwstub/stub/stmp
parent957613420e9c4906e8bb8ac685e10fc0c24329b8 (diff)
downloadrockbox-910235b49a754fcd18157dbd22e125a32b482c9d.tar.gz
rockbox-910235b49a754fcd18157dbd22e125a32b482c9d.zip
hwstub: fix error in config descriptor, cleanup some code
Change-Id: I853340ed2c187a044726ca03ec52aed655707e27
Diffstat (limited to 'utils/hwstub/stub/stmp')
-rw-r--r--utils/hwstub/stub/stmp/target-config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/hwstub/stub/stmp/target-config.h b/utils/hwstub/stub/stmp/target-config.h
index aba2cf564b..da98652ef5 100644
--- a/utils/hwstub/stub/stmp/target-config.h
+++ b/utils/hwstub/stub/stmp/target-config.h
@@ -1,8 +1,6 @@
1#define CONFIG_STMP 1#define CONFIG_STMP
2#define IRAM_ORIG 0 2#define IRAM_ORIG 0
3#define IRAM_SIZE 0x8000 3#define IRAM_SIZE 0x8000
4#define DRAM_ORIG 0x40000000
5#define DRAM_SIZE (MEMORYSIZE * 0x100000)
6#define CPU_ARM 4#define CPU_ARM
7#define ARM_ARCH 5 5#define ARM_ARCH 5
8#define USB_BASE 0x80080000 6#define USB_BASE 0x80080000