diff options
author | Tom Rini <trini@ti.com> | 2014-05-22 14:38:19 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-05-22 14:38:19 -0400 |
commit | 4d16f67e7ba1a69929b55852f1a274c457a0db27 (patch) | |
tree | df2e1e39cd0a9b9d73c8ecf203c45b7e993d18dd /README | |
parent | f6ed9d50949eb290744bf7606e30763582e2d44b (diff) | |
parent | 1a897668ac33c57ca76f47cb940ec32b405e90dd (diff) | |
download | u-boot-imx-4d16f67e7ba1a69929b55852f1a274c457a0db27.zip u-boot-imx-4d16f67e7ba1a69929b55852f1a274c457a0db27.tar.gz u-boot-imx-4d16f67e7ba1a69929b55852f1a274c457a0db27.tar.bz2 |
Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblaze
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -2572,6 +2572,19 @@ CBFS (Coreboot Filesystem) support Specify the number of FPGA devices to support. + CONFIG_CMD_FPGA_LOADMK + + Enable support for fpga loadmk command + + CONFIG_CMD_FPGA_LOADP + + Enable support for fpga loadp command - load partial bitstream + + CONFIG_CMD_FPGA_LOADBP + + Enable support for fpga loadbp command - load partial bitstream + (Xilinx only) + CONFIG_SYS_FPGA_PROG_FEEDBACK Enable printing of hash marks during FPGA configuration. |