[U-Boot] [PATCH v12] Marvell MV88F6281GTW_GE Board support

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Sun Jul 12 15:03:06 CEST 2009


> + */
> +#define CONFIG_CMDLINE_TAG	1	/* enable passing of ATAGs  */
> +#define CONFIG_INITRD_TAG	1	/* enable INITRD tag */
> +#define CONFIG_SETUP_MEMORY_TAGS 1	/* enable memory tag */
> +
> +#define	CONFIG_SYS_PROMPT	"Marvell>> "	/* Command Prompt */
> +#define	CONFIG_SYS_CBSIZE	1024	/* Console I/O Buff Size */
> +#define	CONFIG_SYS_PBSIZE	(CONFIG_SYS_CBSIZE \
> +		+sizeof(CONFIG_SYS_PROMPT) + 16)	/* Print Buff */
> +/*
> + * Commands configuration
> + */
> +#undef CONFIG_CMD_FLASH
> +#define CONFIG_SYS_NO_FLASH		/* Declare no flash (NOR/SPI) */
please move this 2 define
> +
> +#include <config_cmd_default.h>
> +#define CONFIG_CMD_AUTOSCRIPT
> +#define CONFIG_CMD_DHCP
> +#define CONFIG_CMD_ENV
> +#define CONFIG_CMD_FAT
> +#define CONFIG_CMD_PING
> +#define CONFIG_CMD_SF
> +#define CONFIG_CMD_USB
here
> +
> +/*
> + * Flash configuration
> + */
otherwise fine

Best Regards,
J.


More information about the U-Boot mailing list