sb/intel/*: Remove romcc guards
These platforms now use a GCC compiled bootblock. Change-Id: I9a0139f497fe84860664195ed6584f90daecec16 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37217 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
committed by
Nico Huber
parent
de64078102
commit
b17a0f592c
@@ -89,11 +89,9 @@ struct southbridge_usb_port {
|
||||
|
||||
void early_usb_init(const struct southbridge_usb_port *portmap);
|
||||
|
||||
#ifndef __ROMCC__
|
||||
extern const struct southbridge_usb_port mainboard_usb_ports[14];
|
||||
#include <device/device.h>
|
||||
void pch_enable(struct device *dev);
|
||||
#endif
|
||||
|
||||
#define MAINBOARD_POWER_OFF 0
|
||||
#define MAINBOARD_POWER_ON 1
|
||||
|
Reference in New Issue
Block a user