diff options
author | Peter Lemenkov <lemenkov@gmail.com> | 2018-11-06 08:59:39 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-07 16:49:34 +0000 |
commit | f19a07b2e4d82b60a8ff6ab0ad29b42f67170485 (patch) | |
tree | a83231cfe9195c6a1ad515876558ec2bd9e4d9e0 /src/mainboard/packardbell | |
parent | c8ed32ed5259ce09f9e8ea3be7530b2a8ab495ba (diff) |
mb/{lenovo/x201,packardbell/ms2290}/romstage: Fix comments
RCBA address numbers in comments looks wrong and confusing. Let's fix
them.
This is a cosmetic change since no actual data is added or removed.
Change-Id: I0e521acdac17959586bc0af7d8a2f7182f1e6721
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Reviewed-on: https://review.coreboot.org/29511
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/packardbell')
-rw-r--r-- | src/mainboard/packardbell/ms2290/romstage.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mainboard/packardbell/ms2290/romstage.c b/src/mainboard/packardbell/ms2290/romstage.c index 56f11a1e0c..ae48b90f5e 100644 --- a/src/mainboard/packardbell/ms2290/romstage.c +++ b/src/mainboard/packardbell/ms2290/romstage.c @@ -116,8 +116,6 @@ static void rcba_config(void) /* 35f0 */ 0x00000000, 0x00000000, 0x00000000, 0x00000000, /* 3600 */ 0x0a001f00, 0x00000000, 0x00000000, 0x00000001, /* 3610 */ 0x00010000, 0x00000000, 0x00000000, 0x00000000, - /* 3600 */ 0x00000000, 0x00000000, 0x00000000, 0x00000000, - /* 3610 */ 0x00000000, 0x00000000, 0x00000000, 0x00000000, /* 3620 */ 0x00000000, 0x00000000, 0x00000000, 0x00000000, /* 3630 */ 0x00000000, 0x00000000, 0x00000000, 0x00000000, /* 3640 */ 0x00000000, 0x00000000, 0x00000000, 0x00000000, @@ -127,12 +125,14 @@ static void rcba_config(void) /* 3680 */ 0x00000000, 0x00000000, 0x00000000, 0x00000000, /* 3690 */ 0x00000000, 0x00000000, 0x00000000, 0x00000000, /* 36a0 */ 0x00000000, 0x00000000, 0x00000000, 0x00000000, - /* 36b0 */ 0x00000000, 0x089c0018, 0x00000000, 0x00000000, - /* 36c0 */ 0x11111111, 0x00000000, 0x00000000, 0x00000000, - /* 36d0 */ 0x00000000, 0x00000000, 0x00000000, 0x00000000, - /* 36e0 */ 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* 36b0 */ 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* 36c0 */ 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* 36d0 */ 0x00000000, 0x089c0018, 0x00000000, 0x00000000, + /* 36e0 */ 0x11111111, 0x00000000, 0x00000000, 0x00000000, /* 36f0 */ 0x00000000, 0x00000000, 0x00000000, 0x00000000, - /* 3710 */ 0x00000000, 0x4e564d49, 0x00000000, 0x00000000, + /* 3700 */ 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* 3710 */ 0x00000000, 0x00000000, 0x00000000, 0x00000000, + /* 3720 */ 0x00000000, 0x4e564d49, 0x00000000, 0x00000000, }; unsigned i; |