[U-Boot] [PATCH 1/6] configs: iocom: Fix typo on CMD_FPGA command

Michal Simek michal.simek at xilinx.com
Fri May 2 15:34:41 CEST 2014


Fix typo in CMD_FPGA command enabling.

Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---

 include/configs/iocon.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/iocon.h b/include/configs/iocon.h
index f36c2a3..b32095c 100644
--- a/include/configs/iocon.h
+++ b/include/configs/iocon.h
@@ -62,7 +62,7 @@
  * Commands additional to the ones defined in amcc-common.h
  */
 #define CONFIG_CMD_CACHE
-#define CONFIG_CMD_FPGAD
+#define CONFIG_CMD_FPGA
 #undef CONFIG_CMD_EEPROM

 /*
--
1.8.2.3

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140502/bda3a8f7/attachment.pgp>


More information about the U-Boot mailing list