[U-Boot] [PATCH 08/10] imx6: standardise filesystem and boot options to

Peter Robinson pbrobinson at gmail.com
Mon May 11 14:52:43 CEST 2015


On Mon, May 11, 2015 at 1:25 PM, Tom Rini <trini at konsulko.com> wrote:
> 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!

Ah, my bad, I thought it was, will review and send a follow up patch
to clean it up.

Peter


More information about the U-Boot mailing list