mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-20 03:01:19 +01:00
fpga: Fix debug message compilation error
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: 0133502e39)
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
f6555d90c1
commit
ee976c1b03
1 changed files with 1 additions and 1 deletions
|
|
@ -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__);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue