
Dear Ilya,
In message 1241634633-13917-11-git-send-email-yanok@emcraft.com you wrote:
This patch adds support for i.MX27-LITEKIT development board from LogicPD. This board uses i.MX27 SoC and has 2MB NOR flash, 64MB NAND flash, FEC ethernet controller integrated into i.MX27.
...
+/*=================*/ +/* U-Boot commands */ +/*=================*/ +#include <config_cmd_default.h> +#define CONFIG_CMD_ASKENV +#define CONFIG_CMD_DHCP +#define CONFIG_CMD_DIAG +#define CONFIG_CMD_NET +#undef CONFIG_CMD_NFS
Please enable.
+#define CONFIG_CMD_MII +#define CONFIG_CMD_PING +#undef CONFIG_CMD_BDI
Please enable.
+#undef CONFIG_CMD_FPGA
?
+#undef CONFIG_CMD_SETGETDCR
?
+#define CONFIG_CMD_NAND +#define CONFIG_CMD_JFFS2 +#define CONFIG_CMD_MMC +#define CONFIG_CMD_FAT
Please keep the list sorted.
+/*
- You can compile in a MAC address and your custom net settings by using
- the following syntax.
- #define CONFIG_ETHADDR xx:xx:xx:xx:xx:xx
- #define CONFIG_SERVERIP <server ip>
- #define CONFIG_IPADDR <board ip>
- #define CONFIG_GATEWAYIP <gateway ip>
- #define CONFIG_NETMASK <your netmask>
- */
Please remove this part.
Best regards,
Wolfgang Denk