aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/via/vx800/romstrap.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/via/vx800/romstrap.ld')
-rw-r--r--src/northbridge/via/vx800/romstrap.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/via/vx800/romstrap.ld b/src/northbridge/via/vx800/romstrap.ld
index cddb48262e..a3d6a77b26 100644
--- a/src/northbridge/via/vx800/romstrap.ld
+++ b/src/northbridge/via/vx800/romstrap.ld
@@ -21,6 +21,6 @@
SECTIONS {
. = (0xffffffff - 0x2c) - (__romstrap_end - __romstrap_start) + 1;
.romstrap (.): {
- *(.romstrap)
+ KEEP(*(.romstrap))
}
}