diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-07-01 07:22:14 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-07-03 04:39:42 +0000 |
commit | de5bcd699a7e69ae4fe8992c21a5704b192ba740 (patch) | |
tree | ead5fb0c6fd10307df2329709eed92c0351b0704 /src/mainboard | |
parent | 9f62ece0503449624931777f63f9d255fdc0c0f9 (diff) |
tree: Use <console/console.h> only when used
Change-Id: I3cb1f11beba61afdf2be6188bde9ff135f8ace50
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83288
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/ibm/sbp1/romstage.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/ibm/sbp1/romstage.c b/src/mainboard/ibm/sbp1/romstage.c index 489f09f05b..2c4745e7e8 100644 --- a/src/mainboard/ibm/sbp1/romstage.c +++ b/src/mainboard/ibm/sbp1/romstage.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <console/console.h> #include <soc/romstage.h> #include <soc/ddr.h> #include <soc/soc_util.h> |