[U-Boot] [PATCH 08/10] imx6: standardise filesystem and boot options to
Tom Rini
trini at konsulko.com
Mon May 11 14:25:59 CEST 2015
On Mon, May 11, 2015 at 12:23:27PM +0100, Peter Robinson wrote:
> Move all standard filesystem, partition and fdt options to mx6_common.
>
> Signed-off-by: Peter Robinson <pbrobinson at gmail.com>
[snip]
> @@ -274,7 +267,6 @@
> #define CONFIG_MTD_PARTITIONS
> #define CONFIG_MTD_DEVICE
> #define CONFIG_RBTREE
> -#define CONFIG_LZO
> #define CONFIG_CMD_UBI
> #define CONFIG_CMD_UBIFS
[snip]
> diff --git a/include/configs/mx6_common.h b/include/configs/mx6_common.h
> index 08ae39c..862f668 100644
> --- a/include/configs/mx6_common.h
> +++ b/include/configs/mx6_common.h
> @@ -58,6 +58,18 @@
> #define CONFIG_CONS_INDEX 1
> #define CONFIG_BAUDRATE 115200
>
> +/* Filesystems and image support */
> +#define CONFIG_OF_LIBFDT
> +#define CONFIG_CMD_BOOTZ
> +#define CONFIG_LZO
What is the non-UBI use case for LZO? It's not for LZO-compressed
kernels.. Thanks!
--
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/20150511/a416c365/attachment.sig>
More information about the U-Boot
mailing list