
25 Oct
2014
25 Oct
'14
7:54 a.m.
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
--
1.9.1