From: Angus Ainslie Date: Fri, 9 Sep 2011 12:02:02 +0000 (+0000) Subject: ORIGEN : enable device tree support X-Git-Tag: v2011.12-rc1~228^2~85 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=099e884ace0fb092e49f4cc803fc92c93c3f161f;p=platform%2Fkernel%2Fu-boot.git ORIGEN : enable device tree support Enable passing a flattened device tree to the kernel. Signed-off-by: Angus Ainslie Acked-by: Chander Kashyap Signed-off-by: Minkyu Kang --- diff --git a/include/configs/origen.h b/include/configs/origen.h index 889d5fc..380ef4f 100644 --- a/include/configs/origen.h +++ b/include/configs/origen.h @@ -165,4 +165,7 @@ #define COPY_BL2_SIZE 0x80000 #define BL2_START_OFFSET ((CONFIG_ENV_OFFSET + CONFIG_ENV_SIZE)/512) #define BL2_SIZE_BLOC_COUNT (COPY_BL2_SIZE/512) + +/* Enable devicetree support */ +#define CONFIG_OF_LIBFDT #endif /* __CONFIG_H */