remove usb and fix startup

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
2019-01-22 12:30:52 +13:00
parent 9295c3d6cc
commit 686640f2e0
3 changed files with 4 additions and 329 deletions

View File

@ -10,6 +10,7 @@ SECTIONS
.text :
{
_ftext = .;
*(.text.start)
*(.text .stub .text.* .gnu.linkonce.t.*)
_etext = .;
} > rom