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