summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2014-05-02 11:34:21 (GMT)
committerMichal Simek <michal.simek@xilinx.com>2014-05-20 13:23:46 (GMT)
commitd0db28f94034ef02c1d6737895766fb3c19de47f (patch)
tree3da77f97733546b162aa4d2439d038872b9cc355
parentd7782d06534fe4fa47a49fa7c106de5ba85a9687 (diff)
downloadu-boot-fsl-qoriq-d0db28f94034ef02c1d6737895766fb3c19de47f.tar.xz
configs: iocom: Fix typo on CMD_FPGA command
Fix typo in CMD_FPGA command enabling. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
-rw-r--r--include/configs/iocon.h2
1 files changed, 1 insertions, 1 deletions
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
/*