]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
fpga: Fix debug message compilation error
authorMichal Simek <michal.simek@xilinx.com>
Fri, 26 Apr 2013 07:38:26 +0000 (09:38 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 6 May 2013 08:41:17 +0000 (10:41 +0200)
CONFIG_FPGA in past was a bitfield where bits
were use for vendor identification.

This fix should be the part of this commit:
"Improve configuration of FPGA subsystem"
(sha1: 0133502e39ff89b67c26cb4015e0e7e8d9571184)

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Tom Rini <trini@ti.com>
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__);
 }
 
 /*