diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-08-17 04:28:24 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-08-18 09:54:08 +0000 |
commit | 146c09823333c52e8bbca98465ccc8512ec1daa2 (patch) | |
tree | 6c003f91fb9216c97a3b8735ba7190f65fd9c61b /src/mainboard/ibase | |
parent | 184a1176f3de05bd8f09ab16fff91b8b75a5a1c2 (diff) |
mainboards: Remove floating __PRE_RAM__ comments
Change-Id: I110e54175a81b6a651213e0f18ddc1e3e71160cf
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34920
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard/ibase')
-rw-r--r-- | src/mainboard/ibase/mb899/romstage.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 <stdint.h> #include <cf9_reset.h> #include <device/pnp_ops.h> |