aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/i386/reset32.lds
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/i386/reset32.lds')
-rw-r--r--src/cpu/i386/reset32.lds14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/cpu/i386/reset32.lds b/src/cpu/i386/reset32.lds
deleted file mode 100644
index fa6db86b1a..0000000000
--- a/src/cpu/i386/reset32.lds
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * _ROMTOP : The top of the rom used where we
- * need to put the reset vector.
- */
-
-SECTIONS {
- _ROMTOP = _ROMBASE + ROM_IMAGE_SIZE - 0x10;
- . = _ROMTOP;
- .reset (.): {
- *(.reset)
- . = 15 ;
- BYTE(0x00);
- }
-}