Aaron Durbin (adurbin@chromium.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16412
-gerrit
commit dd16512c38eed9ca6f1c4a38e6cbcb9d89dc8d48 Author: Aaron Durbin adurbin@chromium.org Date: Thu Sep 1 17:46:41 2016 -0500
mainboard/google/reef: remove unused gpio.h macros
Some of the macros in gpio.h are no longer used because devicetree.cb is being used to autogeneric the ACPI AML. Therefore remove the unused macros.
BUG=chrome-os-partner:56677
Change-Id: I433a929229a0318f6c1df652655d046a5152cc63 Signed-off-by: Aaron Durbin adurbin@chromium.org --- src/mainboard/google/reef/gpio.h | 6 ------ 1 file changed, 6 deletions(-)
diff --git a/src/mainboard/google/reef/gpio.h b/src/mainboard/google/reef/gpio.h index 775d089..9f07225 100644 --- a/src/mainboard/google/reef/gpio.h +++ b/src/mainboard/google/reef/gpio.h @@ -18,12 +18,6 @@
#include <soc/gpio.h>
-/* Input device interrupt configuration */ -#define TOUCHPAD_INT GPIO_18_IRQ - -#define BOARD_HP_MIC_CODEC_IRQ GPIO_116_IRQ -#define BOARD_HP_MIC_CODEC_I2C_ADDR 0x1a - #ifndef __ACPI__ /* * Pad configuration in ramstage. The order largely follows the 'GPIO Muxing'