]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
configs: iocon: Enabling CONFIG_CMD_FPGAD again
authorMichal Simek <michal.simek@xilinx.com>
Mon, 16 Jun 2014 22:36:14 +0000 (00:36 +0200)
committerTom Rini <trini@ti.com>
Wed, 18 Jun 2014 17:35:24 +0000 (13:35 -0400)
This is a MIME GnuPG-signed message.  If you see this text, it means that
your E-mail or Usenet software does not support MIME signed messages.
The Internet standard for MIME PGP messages, RFC 2015, was published in 1996.
To open this message correctly you will need to install E-mail or Usenet
software that supports modern Internet standards.

Revert changes in iocon.h config file caused by
these two commits:
"configs: iocom: Fix typo on CMD_FPGA command"
(sha1: d0db28f94034ef02c1d6737895766fb3c19de47f)
and
"fpga: Guard the LOADMK functionality with CMD_FPGA_LOADMK"
(sha1: 64e809afeaf1572c3246a5bca198a77d0498fd89)

CONFIG_CMD_FPGAD is own command.

Reported-by: Dirk Eibach <dirk.eibach@gdsys.cc>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
include/configs/iocon.h

index 79c4736bc5df949fc39cb9f667eddd11ccd59744..f36c2a3504e442f718bba1843bcaaf79d8b6fca1 100644 (file)
@@ -62,8 +62,7 @@
  * Commands additional to the ones defined in amcc-common.h
  */
 #define CONFIG_CMD_CACHE
-#define CONFIG_CMD_FPGA
-#define CONFIG_CMD_FPGA_LOADMK
+#define CONFIG_CMD_FPGAD
 #undef CONFIG_CMD_EEPROM
 
 /*