aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-i440fx/cache_as_ram.inc
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2016-06-17 10:35:29 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2016-06-18 20:05:01 +0200
commitc6986fac7793e119ce0f10205ff185d187654448 (patch)
tree0294600d5347341bbece21ba82615e41150a7b0a /src/mainboard/emulation/qemu-i440fx/cache_as_ram.inc
parente325b223a2c48d35dedce1c20d055c23b0ea4bea (diff)
emulation/qemu-i440fx qemu-q35: Asmlinkage for romstage main()
Change-Id: I66238525c5c4d97313a589373144741f1be97483 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/15226 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) Tested-by: Raptor Engineering Automated Test Stand <noreply@raptorengineeringinc.com>
Diffstat (limited to 'src/mainboard/emulation/qemu-i440fx/cache_as_ram.inc')
-rw-r--r--src/mainboard/emulation/qemu-i440fx/cache_as_ram.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/emulation/qemu-i440fx/cache_as_ram.inc b/src/mainboard/emulation/qemu-i440fx/cache_as_ram.inc
index 7349af85e6..297eaf130a 100644
--- a/src/mainboard/emulation/qemu-i440fx/cache_as_ram.inc
+++ b/src/mainboard/emulation/qemu-i440fx/cache_as_ram.inc
@@ -49,7 +49,7 @@ cache_as_ram:
before_romstage:
post_code(0x29)
/* Call romstage.c main function. */
- call main
+ call romstage_main
post_code(0x30)