mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 10:18:38 +00:00
d774b2651a
The check to perform is on CONFIG_SPL_GPIO and not SPL_GPIO.
Because this was never compiled in, it missed an include of cru.h that
was not detected before. Let's include it too.
Also switch to IS_ENABLED in-code check as it is the preferred
inclusion/exclusion mechanism.
Fixes:
|
||
---|---|---|
.. | ||
clk_rk3399.c | ||
Kconfig | ||
Makefile | ||
rk3399.c | ||
syscon_rk3399.c |