[U-Boot] [PATCH] mx6: Add initial SPL support for HummingBoard-i2eX

Tom Rini trini at konsulko.com
Mon Apr 20 19:23:05 CEST 2015


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150420/c10beed4/attachment.sig>


More information about the U-Boot mailing list