Re: [U-Boot] [PATCH] arm64: zynqmp: fix preprocessor check for SPL_ZYNQMP_TWO_SDHCI

2019-04-16 Thread Michal Simek
On 15. 04. 19 16:18, Luca Ceresoli wrote: > 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: 35e2b92344b1 ("arm64: zyn

[U-Boot] [PATCH] arm64: zynqmp: fix preprocessor check for SPL_ZYNQMP_TWO_SDHCI

2019-04-15 Thread Luca Ceresoli
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: 35e2b92344b1 ("arm64: zynqmp: Fix logic around CONFIG_ZYNQ_SDHCI") Signed-of