diff options
author | Eric Lai <eric_lai@quanta.corp-partner.google.com> | 2023-04-11 14:29:41 +0800 |
---|---|---|
committer | Eric Lai <eric_lai@quanta.corp-partner.google.com> | 2023-04-12 13:28:17 +0000 |
commit | 0c06dbb1a4aaf6506b769fb36e8a694e91ab411b (patch) | |
tree | 2e20b78e55041aeb05cc646d117c54b12d833189 /src/mainboard/google | |
parent | 7e07ab95c71dd4b8a81d003bcdbdaa91fb0b3d01 (diff) |
mb/google/rex: remove weak from cros gpio
No need for variant to use _weak.
BUG=b:276818954
TEST=new_variant_fulltest.sh rex0
Signed-off-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Change-Id: I7ad904e06e5d83edf4bc11cafd5060ca409bd4ae
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74294
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Ivy Jian <ivy.jian@quanta.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r-- | src/mainboard/google/rex/variants/rex0/gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/rex/variants/rex0/gpio.c b/src/mainboard/google/rex/variants/rex0/gpio.c index 5a854bafc1..71e99596ad 100644 --- a/src/mainboard/google/rex/variants/rex0/gpio.c +++ b/src/mainboard/google/rex/variants/rex0/gpio.c @@ -440,4 +440,4 @@ static const struct cros_gpio cros_gpios[] = { CROS_GPIO_WP_AH(GPIO_PCH_WP, CROS_GPIO_DEVICE_NAME), }; -DECLARE_WEAK_CROS_GPIOS(cros_gpios); +DECLARE_CROS_GPIOS(cros_gpios); |