summaryrefslogtreecommitdiffstats
path: root/src/southbridge/via/k8t890/romstrap.lds
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/via/k8t890/romstrap.lds')
-rw-r--r--src/southbridge/via/k8t890/romstrap.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/via/k8t890/romstrap.lds b/src/southbridge/via/k8t890/romstrap.lds
index ee162c3..6ce04f1 100644
--- a/src/southbridge/via/k8t890/romstrap.lds
+++ b/src/southbridge/via/k8t890/romstrap.lds
@@ -22,7 +22,7 @@
/* Modified for K8T890 ROM strap by Rudolf Marek <r.marek@assembler.cz>. */
SECTIONS {
- . = (_ROMBASE + ROM_IMAGE_SIZE - 0x2c) - (__romstrap_end - __romstrap_start);
+ . = (CONFIG_ROMBASE + CONFIG_ROM_IMAGE_SIZE - 0x2c) - (__romstrap_end - __romstrap_start);
.romstrap (.): {
*(.romstrap)
}
OpenPOWER on IntegriCloud