mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
350cfe79a8
A missing CONFIG_ prefix while checking for this Kconfig variable makes the
check always fail. Fix it. While there also switch from the '#if defined'
form to the '#ifdef' form as the other checks in this function.
Fixes:
|
||
---|---|---|
.. | ||
include/mach | ||
clk.c | ||
cpu.c | ||
handoff.c | ||
Kconfig | ||
Makefile | ||
mp.c | ||
psu_spl_init.c | ||
spl.c |