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