[U-Boot] [PATCH 10/10] imx27lite: add support for imx27lite board from LogicPD

Wolfgang Denk wd at denx.de
Wed May 6 23:29:09 CEST 2009


Dear Ilya,

In message <1241634633-13917-11-git-send-email-yanok at 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

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
panic: kernel trap (ignored)


More information about the U-Boot mailing list