]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/net/fm/fm.c
powerpc/corenet_ds: Slave module for boot from SRIO
[karo-tx-uboot.git] / drivers / net / fm / fm.c
index 0b8c33fb7a34eed43a3a32fd6c0c527fef818414..49c74c278ae668644e67f88e023ec17380eb996f 100644 (file)
@@ -408,6 +408,8 @@ int fm_init_common(int index, struct ccsr_fman *reg)
                /* flush cache after read */
                flush_cache((ulong)addr, cnt * 512);
        }
+#elif defined(CONFIG_SYS_QE_FMAN_FW_IN_REMOTE)
+       void *addr = (void *)CONFIG_SYS_QE_FMAN_FW_ADDR;
 #endif
 
        /* Upload the Fman microcode if it's present */