summaryrefslogtreecommitdiff
path: root/src/lpc/registers.ld
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-05-19 20:06:03 -0700
committerKeith Packard <keithp@keithp.com>2013-05-19 20:39:18 -0700
commit6343bd774f542a4f915cf1fca2053d03e93bf2c3 (patch)
tree88edff26b8a0e1611ef160ab61b86491f7d0bdfc /src/lpc/registers.ld
parent35a05041d3ca3e69a146bd3bf8038c0f1cbc1b42 (diff)
altos/lpc: Don't use loader to place USB endpoint data in USB ram
Instead, just assign a fixed address in registers.ld. This avoids a confusing section in the elf file. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/lpc/registers.ld')
-rw-r--r--src/lpc/registers.ld1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lpc/registers.ld b/src/lpc/registers.ld
index 51866e07..a523c39c 100644
--- a/src/lpc/registers.ld
+++ b/src/lpc/registers.ld
@@ -1,4 +1,5 @@
lpc_usb_sram = 0x20004000;
+lpc_usb_endpoint = 0x20004700;
lpc_usart = 0x40008000;
lpc_ct32b0 = 0x40014000;
lpc_ct32b1 = 0x40018000;