altos/lpc: Don't use loader to place USB endpoint data in USB ram
authorKeith Packard <keithp@keithp.com>
Mon, 20 May 2013 03:06:03 +0000 (20:06 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 20 May 2013 03:39:18 +0000 (20:39 -0700)
commit6343bd774f542a4f915cf1fca2053d03e93bf2c3
tree88edff26b8a0e1611ef160ab61b86491f7d0bdfc
parent35a05041d3ca3e69a146bd3bf8038c0f1cbc1b42
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>
src/lpc/altos.ld
src/lpc/ao_usb_lpc.c
src/lpc/registers.ld