On Wed, Apr 15, 2015 at 05:57:55PM -0300, Fabio Estevam wrote:

[snip]
> +/* Command definition */
> +#include <config_cmd_default.h>
> +
> +#define CONFIG_CMD_BOOTZ
> +#define CONFIG_CMD_SETEXPR
> +#undef CONFIG_CMD_IMLS
[snip]
> +/* FLASH and environment organization */
> +#define CONFIG_SYS_NO_FLASH

CONFIG_SYS_NO_FLASH goes before '#include <config_cmd_default.h>' so
that we don't have to undef CONFIG_CMD_IMLS

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to