aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorKapil Porwal <kapilporwal@google.com>2023-02-24 20:43:47 +0530
committerFelix Held <felix-coreboot@felixheld.de>2023-02-27 16:41:51 +0000
commit51b3a67e553c07b8b39e7dded2a6d871e7efba5a (patch)
treeff0c2f871a019374ea1df2766d2113574e57f168 /src/mainboard
parentcab6060ed123899559788446b31b54e9d0fbcfa8 (diff)
mb/google/rex: Remove `fixme` from gpio.h
Remove `fixme` from gpio.h since it has been addressed. BUG=none TEST=Only a cosmetic change Signed-off-by: Kapil Porwal <kapilporwal@google.com> Change-Id: I79a2493dba6becd4b8c1ebf37e452a5a173eb396 Reviewed-on: https://review.coreboot.org/c/coreboot/+/73270 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Tarun Tuli <taruntuli@google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/rex/variants/baseboard/rex/include/baseboard/gpio.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/rex/variants/baseboard/rex/include/baseboard/gpio.h b/src/mainboard/google/rex/variants/baseboard/rex/include/baseboard/gpio.h
index 613a1fa56d..35e055b7ed 100644
--- a/src/mainboard/google/rex/variants/baseboard/rex/include/baseboard/gpio.h
+++ b/src/mainboard/google/rex/variants/baseboard/rex/include/baseboard/gpio.h
@@ -6,7 +6,6 @@
#include <soc/gpe.h>
#include <soc/gpio.h>
-/* Fixme: Update proper GPIO number based on schematics */
/* WP signal to PCH */
#define GPIO_PCH_WP GPP_H10
/* GPIO IRQ for tight timestamps / wake support */