]> git.sur5r.net Git - u-boot/blobdiff - drivers/qe/qe.c
Update CHANGELOG, coding style cleanup.
[u-boot] / drivers / qe / qe.c
index ea5a14b0bb3d91e75bdee14855a6d4cc559334d8..f114fe06a42b5523eec38471fe6a2a76b28ec0e0 100644 (file)
@@ -162,12 +162,13 @@ void qe_init(uint qe_base)
        qe_immr = (qe_map_t *)qe_base;
 
 #ifdef CONFIG_SYS_QE_FW_ADDR
-        /* Upload microcode to IRAM for those SOCs which do not have ROM in QE.
-         */
-        qe_upload_firmware((const struct qe_firmware *) CONFIG_SYS_QE_FW_ADDR);
+       /*
+        * Upload microcode to IRAM for those SOCs which do not have ROM in QE.
+        */
+       qe_upload_firmware((const struct qe_firmware *) CONFIG_SYS_QE_FW_ADDR);
 
-        /* enable the microcode in IRAM */
-        out_be32(&qe_immr->iram.iready,QE_IRAM_READY);
+       /* enable the microcode in IRAM */
+       out_be32(&qe_immr->iram.iready,QE_IRAM_READY);
 #endif
 
        gd->mp_alloc_base = QE_DATAONLY_BASE;