mb/lenovo/*/gpio: Remove ifdef guards
These ifdefs are the remains from the following commits: *fa1d688a
with Change-Id I9909a5b2bdb4b59219db6304fa4332802fe0301c ("sandy/ivy native: dedup romstage.c main()") *7dee9745
with Change-Id I88b5ef8e12ac606751952a493f626e1b146e98f7 ("mb/lenovo/x201: Link gpio map instead of including a header") Change-Id: If83189688151f531a05780a87db3409cbacfbeff Signed-off-by: Peter Lemenkov <lemenkov@gmail.com> Reviewed-on: https://review.coreboot.org/29283 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
296164e0fe
commit
037ceda63d
3 changed files with 0 additions and 13 deletions
|
@ -13,9 +13,6 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#ifndef T520_GPIO_H
|
||||
#define T520_GPIO_H
|
||||
|
||||
#include <southbridge/intel/common/gpio.h>
|
||||
|
||||
const struct pch_gpio_set1 pch_gpio_set1_mode = {
|
||||
|
@ -302,4 +299,3 @@ const struct pch_gpio_map mainboard_gpio_map = {
|
|||
.level = &pch_gpio_set3_level,
|
||||
},
|
||||
};
|
||||
#endif
|
||||
|
|
|
@ -13,9 +13,6 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#ifndef LENOVO_X201_GPIO_H
|
||||
#define LENOVO_X201_GPIO_H
|
||||
|
||||
#include <southbridge/intel/common/gpio.h>
|
||||
|
||||
const struct pch_gpio_set1 pch_gpio_set1_mode = {
|
||||
|
@ -397,5 +394,3 @@ const struct pch_gpio_map mainboard_gpio_map = {
|
|||
.level = &pch_gpio_set3_level,
|
||||
},
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
@ -14,9 +14,6 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#ifndef X230_GPIO_H
|
||||
#define X230_GPIO_H
|
||||
|
||||
#include <southbridge/intel/common/gpio.h>
|
||||
|
||||
const struct pch_gpio_set1 pch_gpio_set1_mode = {
|
||||
|
@ -299,4 +296,3 @@ const struct pch_gpio_map mainboard_gpio_map = {
|
|||
.level = &pch_gpio_set3_level,
|
||||
},
|
||||
};
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue