mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-22 20:24:27 +01:00
Now that nand_info[] is an array of pointers we need to test the
pointer itself rather than using name as a proxy for NULLness.
Fixes:
|
||
|---|---|---|
| .. | ||
| dfu.c | ||
| dfu_mmc.c | ||
| dfu_nand.c | ||
| dfu_ram.c | ||
| dfu_sf.c | ||
| dfu_tftp.c | ||
| Kconfig | ||
| Makefile | ||