
20 Apr
2015
20 Apr
'15
7:23 p.m.
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