mb/*/*/early_init.c: Remove defined but not used macro

Change-Id: I69c3b0b96fde8dc44a961c3d687f5aadbbdddde0
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37644
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS 2019-12-10 17:21:57 +01:00 committed by Patrick Georgi
parent 7abc037da4
commit 2ad6f8138a
6 changed files with 0 additions and 7 deletions

View File

@ -26,7 +26,6 @@
#define SERIAL_DEV_R2 PNP_DEV(0x2e, NCT6776_SP1) #define SERIAL_DEV_R2 PNP_DEV(0x2e, NCT6776_SP1)
#define SERIAL_DEV_R1 PNP_DEV(0x2e, W83627DHG_SP1) #define SERIAL_DEV_R1 PNP_DEV(0x2e, W83627DHG_SP1)
#define SUPERIO_DEV PNP_DEV(0x2e, 0)
void bootblock_mainboard_early_init(void) void bootblock_mainboard_early_init(void)
{ {

View File

@ -23,7 +23,6 @@
#define SERIAL_DEV PNP_DEV(0x2e, IT8718F_SP1) #define SERIAL_DEV PNP_DEV(0x2e, IT8718F_SP1)
#define GPIO_DEV PNP_DEV(0x2e, IT8718F_GPIO) #define GPIO_DEV PNP_DEV(0x2e, IT8718F_GPIO)
#define EC_DEV PNP_DEV(0x2e, IT8718F_EC) #define EC_DEV PNP_DEV(0x2e, IT8718F_EC)
#define SUPERIO_DEV PNP_DEV(0x2e, 0)
void bootblock_mainboard_early_init(void) void bootblock_mainboard_early_init(void)
{ {

View File

@ -21,7 +21,6 @@
#include <superio/ite/it8728f/it8728f.h> #include <superio/ite/it8728f/it8728f.h>
#define SUPERIO_BASE 0x2e #define SUPERIO_BASE 0x2e
#define SUPERIO_DEV PNP_DEV(SUPERIO_BASE, 0)
#define SIO_GPIO PNP_DEV(SUPERIO_BASE, IT8728F_GPIO) #define SIO_GPIO PNP_DEV(SUPERIO_BASE, IT8728F_GPIO)
#define SERIAL_DEV PNP_DEV(SUPERIO_BASE, 0x01) #define SERIAL_DEV PNP_DEV(SUPERIO_BASE, 0x01)

View File

@ -24,7 +24,6 @@
#define SERIAL_DEV PNP_DEV(0x2e, IT8718F_SP1) #define SERIAL_DEV PNP_DEV(0x2e, IT8718F_SP1)
#define GPIO_DEV PNP_DEV(0x2e, IT8718F_GPIO) #define GPIO_DEV PNP_DEV(0x2e, IT8718F_GPIO)
#define EC_DEV PNP_DEV(0x2e, IT8718F_EC) #define EC_DEV PNP_DEV(0x2e, IT8718F_EC)
#define SUPERIO_DEV PNP_DEV(0x2e, 0)
/* Early mainboard specific GPIO setup. /* Early mainboard specific GPIO setup.
* We should use standard gpio.h eventually * We should use standard gpio.h eventually

View File

@ -22,7 +22,6 @@
#include <superio/winbond/common/winbond.h> #include <superio/winbond/common/winbond.h>
#define SERIAL_DEV PNP_DEV(0x4e, W83627THG_SP1) #define SERIAL_DEV PNP_DEV(0x4e, W83627THG_SP1)
#define SUPERIO_DEV PNP_DEV(0x4e, 0)
void bootblock_mainboard_early_init(void) void bootblock_mainboard_early_init(void)
{ {

View File

@ -25,8 +25,6 @@
#include "option_table.h" #include "option_table.h"
#define SERIAL_DEV PNP_DEV(0x2e, W83627THG_SP1)
/* Override the default lpc decode ranges */ /* Override the default lpc decode ranges */
void mainboard_lpc_decode(void) void mainboard_lpc_decode(void)
{ {