]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/spl/spl_mmc.c
Merge git://git.denx.de/u-boot-dm
[karo-tx-uboot.git] / common / spl / spl_mmc.c
index 6adfc9b8e5a9bf504ce179fbdacdd7ed37f8bd57..ef8583a1a64981ccdf44423b9bf257c4b117d5c5 100644 (file)
@@ -76,6 +76,7 @@ static int mmc_load_image_raw_sector(struct mmc *mmc, unsigned long sector)
                debug("Found FIT\n");
                load.dev = mmc;
                load.priv = NULL;
+               load.filename = NULL;
                load.bl_len = mmc->read_bl_len;
                load.read = h_spl_load_read;
                ret = spl_load_simple_fit(&load, sector, header);