]> git.sur5r.net Git - u-boot/blobdiff - drivers/fpga/fpga.c
fpga: Fix debug message compilation error
[u-boot] / drivers / fpga / fpga.c
index ddebd495fe123e8177e1ee7f3d5491595f66d187..43bdf4fd25c4548e6a6bcb904db0868656fb5f08 100644 (file)
@@ -145,7 +145,7 @@ void fpga_init(void)
        next_desc = 0;
        memset(desc_table, 0, sizeof(desc_table));
 
-       debug("%s: CONFIG_FPGA = 0x%x\n", __func__, CONFIG_FPGA);
+       debug("%s\n", __func__);
 }
 
 /*