From 146c09823333c52e8bbca98465ccc8512ec1daa2 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sat, 17 Aug 2019 04:28:24 +0300 Subject: mainboards: Remove floating __PRE_RAM__ comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I110e54175a81b6a651213e0f18ddc1e3e71160cf Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/coreboot/+/34920 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans --- src/mainboard/apple/macbook21/romstage.c | 2 -- src/mainboard/asus/p5gc-mx/romstage.c | 2 -- src/mainboard/gigabyte/ga-945gcm-s2l/romstage.c | 2 -- src/mainboard/ibase/mb899/romstage.c | 2 -- src/mainboard/intel/d945gclf/romstage.c | 2 -- src/mainboard/kontron/986lcd-m/romstage.c | 2 -- src/mainboard/lenovo/t400/romstage.c | 2 -- src/mainboard/lenovo/t60/romstage.c | 2 -- src/mainboard/lenovo/x200/romstage.c | 2 -- src/mainboard/lenovo/x201/romstage.c | 2 -- src/mainboard/lenovo/x60/romstage.c | 2 -- src/mainboard/lenovo/z61t/romstage.c | 2 -- src/mainboard/packardbell/ms2290/romstage.c | 2 -- src/mainboard/roda/rk886ex/romstage.c | 2 -- src/mainboard/roda/rk9/romstage.c | 2 -- 15 files changed, 30 deletions(-) (limited to 'src/mainboard') diff --git a/src/mainboard/apple/macbook21/romstage.c b/src/mainboard/apple/macbook21/romstage.c index 1c84c8432b..e96de6f3fe 100644 --- a/src/mainboard/apple/macbook21/romstage.c +++ b/src/mainboard/apple/macbook21/romstage.c @@ -15,8 +15,6 @@ * GNU General Public License for more details. */ -/* __PRE_RAM__ means: use "unsigned" for device, not a struct. */ - #include #include #include diff --git a/src/mainboard/asus/p5gc-mx/romstage.c b/src/mainboard/asus/p5gc-mx/romstage.c index b076b9d7fb..4e17d34a85 100644 --- a/src/mainboard/asus/p5gc-mx/romstage.c +++ b/src/mainboard/asus/p5gc-mx/romstage.c @@ -15,8 +15,6 @@ * GNU General Public License for more details. */ -// __PRE_RAM__ means: use "unsigned" for device, not a struct. - #include #include #include diff --git a/src/mainboard/gigabyte/ga-945gcm-s2l/romstage.c b/src/mainboard/gigabyte/ga-945gcm-s2l/romstage.c index 2c7800fcf7..bdb0a38eab 100644 --- a/src/mainboard/gigabyte/ga-945gcm-s2l/romstage.c +++ b/src/mainboard/gigabyte/ga-945gcm-s2l/romstage.c @@ -14,8 +14,6 @@ * GNU General Public License for more details. */ -// __PRE_RAM__ means: use "unsigned" for device, not a struct. - #include #include #include diff --git a/src/mainboard/ibase/mb899/romstage.c b/src/mainboard/ibase/mb899/romstage.c index c98556c30f..ab8282c8c9 100644 --- a/src/mainboard/ibase/mb899/romstage.c +++ b/src/mainboard/ibase/mb899/romstage.c @@ -13,8 +13,6 @@ * GNU General Public License for more details. */ -// __PRE_RAM__ means: use "unsigned" for device, not a struct. - #include #include #include diff --git a/src/mainboard/intel/d945gclf/romstage.c b/src/mainboard/intel/d945gclf/romstage.c index 15a00cf19f..32b9a9feba 100644 --- a/src/mainboard/intel/d945gclf/romstage.c +++ b/src/mainboard/intel/d945gclf/romstage.c @@ -13,8 +13,6 @@ * GNU General Public License for more details. */ -// __PRE_RAM__ means: use "unsigned" for device, not a struct. - #include #include #include diff --git a/src/mainboard/kontron/986lcd-m/romstage.c b/src/mainboard/kontron/986lcd-m/romstage.c index b51e4b44d0..c940536a03 100644 --- a/src/mainboard/kontron/986lcd-m/romstage.c +++ b/src/mainboard/kontron/986lcd-m/romstage.c @@ -13,8 +13,6 @@ * GNU General Public License for more details. */ -/* __PRE_RAM__ means: use "unsigned" for device, not a struct. */ - #include #include #include diff --git a/src/mainboard/lenovo/t400/romstage.c b/src/mainboard/lenovo/t400/romstage.c index 43d6088788..1b763188e8 100644 --- a/src/mainboard/lenovo/t400/romstage.c +++ b/src/mainboard/lenovo/t400/romstage.c @@ -14,8 +14,6 @@ * GNU General Public License for more details. */ -// __PRE_RAM__ means: use "unsigned" for device, not a struct. - #include #include #include diff --git a/src/mainboard/lenovo/t60/romstage.c b/src/mainboard/lenovo/t60/romstage.c index cfe2d237db..2817023fcd 100644 --- a/src/mainboard/lenovo/t60/romstage.c +++ b/src/mainboard/lenovo/t60/romstage.c @@ -15,8 +15,6 @@ * GNU General Public License for more details. */ -// __PRE_RAM__ means: use "unsigned" for device, not a struct. - #include #include #include diff --git a/src/mainboard/lenovo/x200/romstage.c b/src/mainboard/lenovo/x200/romstage.c index afaa9aafe1..4382bc084d 100644 --- a/src/mainboard/lenovo/x200/romstage.c +++ b/src/mainboard/lenovo/x200/romstage.c @@ -14,8 +14,6 @@ * GNU General Public License for more details. */ -// __PRE_RAM__ means: use "unsigned" for device, not a struct. - #include #include #include diff --git a/src/mainboard/lenovo/x201/romstage.c b/src/mainboard/lenovo/x201/romstage.c index ae154e25b1..73f5bccf92 100644 --- a/src/mainboard/lenovo/x201/romstage.c +++ b/src/mainboard/lenovo/x201/romstage.c @@ -16,8 +16,6 @@ * GNU General Public License for more details. */ -/* __PRE_RAM__ means: use "unsigned" for device, not a struct. */ - #include #include #include diff --git a/src/mainboard/lenovo/x60/romstage.c b/src/mainboard/lenovo/x60/romstage.c index fc0c678b77..590e7864b4 100644 --- a/src/mainboard/lenovo/x60/romstage.c +++ b/src/mainboard/lenovo/x60/romstage.c @@ -15,8 +15,6 @@ * GNU General Public License for more details. */ -// __PRE_RAM__ means: use "unsigned" for device, not a struct. - #include #include #include diff --git a/src/mainboard/lenovo/z61t/romstage.c b/src/mainboard/lenovo/z61t/romstage.c index c31301e4d1..4c487c0df5 100644 --- a/src/mainboard/lenovo/z61t/romstage.c +++ b/src/mainboard/lenovo/z61t/romstage.c @@ -15,8 +15,6 @@ * GNU General Public License for more details. */ -// __PRE_RAM__ means: use "unsigned" for device, not a struct. - #include #include #include diff --git a/src/mainboard/packardbell/ms2290/romstage.c b/src/mainboard/packardbell/ms2290/romstage.c index 0ab5544858..e2c5133c5c 100644 --- a/src/mainboard/packardbell/ms2290/romstage.c +++ b/src/mainboard/packardbell/ms2290/romstage.c @@ -16,8 +16,6 @@ * GNU General Public License for more details. */ -/* __PRE_RAM__ means: use "unsigned" for device, not a struct. */ - #include #include #include diff --git a/src/mainboard/roda/rk886ex/romstage.c b/src/mainboard/roda/rk886ex/romstage.c index efd739c52e..02ee004250 100644 --- a/src/mainboard/roda/rk886ex/romstage.c +++ b/src/mainboard/roda/rk886ex/romstage.c @@ -14,8 +14,6 @@ * GNU General Public License for more details. */ -/* __PRE_RAM__ means: use "unsigned" for device, not a struct. */ - #include #include #include diff --git a/src/mainboard/roda/rk9/romstage.c b/src/mainboard/roda/rk9/romstage.c index eaddaf9a26..497828b58a 100644 --- a/src/mainboard/roda/rk9/romstage.c +++ b/src/mainboard/roda/rk9/romstage.c @@ -14,8 +14,6 @@ * GNU General Public License for more details. */ -/* __PRE_RAM__ means: use "unsigned" for device, not a struct. */ - #include #include #include -- cgit v1.2.3