
Hi Prafulla,
Without LIBFDT feature, all newer kernel are unusable !
I agree with a review may be needed with : [PATCH v3 2/2] arm: marvell: fix ENV and MTDPARTS for sheevaplug is there any problem with : [PATCH v3 1/2] arm: marvell: add LIBFDT support to sheevaplug
Regards, Gérald
Le 25/10/2014 07:54, Gerald Kerma a écrit :
This patch add LIBFDT support to Marvell Sheevaplug
Changes in v2:
- mainline rebased
Changes in v1:
- add LIBFDT support
Signed-off-by: Gerald Kerma drEagle@doukki.net
include/configs/sheevaplug.h | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h index 71be823..247789c 100644 --- a/include/configs/sheevaplug.h +++ b/include/configs/sheevaplug.h @@ -49,6 +49,12 @@ #define CONFIG_CMD_NAND #define CONFIG_CMD_PING #define CONFIG_CMD_USB
+/* +* Enable device tree support +*/ +#define CONFIG_OF_LIBFDT
/*
- mv-common.h should be defined after CMD configs since it used them
- to enable certain macros