diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2016-06-17 10:00:28 +0300 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2016-06-21 00:49:12 +0200 |
commit | 15fa992cc8467b4cbd8ebea62e3e4c947827137e (patch) | |
tree | 99e598cc9f4d088a57e04218f2f979a83a6158d6 /src/mainboard/apple/macbook21 | |
parent | 4c3de9c3edd7cb6fabc72337171862930354f0bf (diff) |
intel/model_6ex: Prepare for dynamic CONFIG_RAMTOP
Change-Id: I9bfaa53f8d09962d36df1e86a0edcf100bb08403
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/15229
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/apple/macbook21')
-rw-r--r-- | src/mainboard/apple/macbook21/romstage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/apple/macbook21/romstage.c b/src/mainboard/apple/macbook21/romstage.c index 05a11a615e..296f8986b3 100644 --- a/src/mainboard/apple/macbook21/romstage.c +++ b/src/mainboard/apple/macbook21/romstage.c @@ -278,7 +278,7 @@ static void early_ich7_init(void) RCBA32(0x2034) = reg32; } -void main(unsigned long bist) +void mainboard_romstage_entry(unsigned long bist) { int s3resume = 0; const u8 spd_addrmap[2 * DIMM_SOCKETS] = { 0x50, 0x51, 0x52, 0x53 }; |