瀏覽代碼

configs: iocom: Fix typo on CMD_FPGA command

Fix typo in CMD_FPGA command enabling.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Michal Simek 11 年之前
父節點
當前提交
d0db28f940
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/configs/iocon.h

+ 1 - 1
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
 
 /*