
On Mon, May 11, 2015 at 01:52:43PM +0100, Peter Robinson wrote:
On Mon, May 11, 2015 at 1:25 PM, Tom Rini trini@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@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.
Thanks!