summaryrefslogtreecommitdiff
path: root/utils/hwstub/stub/rk27xx/target-config.h
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/rk27xx/target-config.h
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/rk27xx/target-config.h')
-rw-r--r--utils/hwstub/stub/rk27xx/target-config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/hwstub/stub/rk27xx/target-config.h b/utils/hwstub/stub/rk27xx/target-config.h
index 6af214efaf..d13e341060 100644
--- a/utils/hwstub/stub/rk27xx/target-config.h
+++ b/utils/hwstub/stub/rk27xx/target-config.h
@@ -1,8 +1,6 @@
1#define CONFIG_RK27XX 1#define CONFIG_RK27XX
2#define IRAM_ORIG 0x60000000 2#define IRAM_ORIG 0x60000000
3#define IRAM_SIZE 0x8000 3#define IRAM_SIZE 0x8000
4#define DRAM_ORIG 0x60000000
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 0x180A000 6#define USB_BASE 0x180A000