From mboxrd@z Thu Jan 1 00:00:00 1970 From: angus.ainslie at linaro.org Date: Fri, 9 Sep 2011 16:02:02 -0600 Subject: [U-Boot] [PATCH] ORIGEN : enable device tree support Message-ID: <4e6a8ce6.0853e70a.7d72.24dd@mx.google.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Angus Ainslie Enable passing a flattened device tree to the kernel. Signed-off-by: Angus Ainslie --- include/configs/origen.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) 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 */ -- 1.7.4.1