diff options
author | Werner Zeh <werner.zeh@siemens.com> | 2019-10-17 13:04:00 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-10-18 12:23:28 +0000 |
commit | a2ea5e9f47d97237cd98bea6f29fb9dd17167721 (patch) | |
tree | ab66b1f9cf5bf6167689678ad301c4ec5a40310c /src/mainboard/google/sarien | |
parent | 4d4ccced31f87fd98f1b0783438dbc5480b355f5 (diff) | |
download | coreboot-a2ea5e9f47d97237cd98bea6f29fb9dd17167721.tar.xz |
mb/siemens/mc_apl{3,5}: Remove __weak symbol from GPIO functions
The two GPIO functions variant_gpio_table() and
variant_early_gpio_table() provide the pointer to the variants GPIO
table for late and early GPIO init. As these functions are variant
dependent the keyword __weak must not be used as otherwise the linker
might choose the tables from the baseboard.
This patch removes the __weak definition making these functions
overriding the general ones in baseboard/gpio.c.
Change-Id: Ic7fc816d40cb112d7ab51089c3962a77798c08a8
Signed-off-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36094
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/sarien')
0 files changed, 0 insertions, 0 deletions