
27 Jan
2019
27 Jan
'19
4:52 a.m.
On Thu, Jan 17, 2019 at 06:06:01PM +0100, Fabien Parent wrote:
It is not possible to link the SPL image when CONFIG_GPIO is enabled but CONFIG_SPL_GPIO is not. Use the IS_ENABLED macro instead to correctly check whether CONFIG_{SPL_}GPIO is enabled.
This commit fixes the following errors:
- undefined reference to `dm_gpio_get_value
- undefined reference to `gpio_request_by_name'
Signed-off-by: Fabien Parent fparent@baylibre.com
Applied to u-boot/master, thanks!
--
Tom