diff mbox

[U-Boot] SMDKV310: Enable device tree support

Message ID 1307177537-21195-1-git-send-email-thomas.abraham@linaro.org
State Accepted
Commit 07407d97f07bf62c6c6e6899029a079ecc271974
Delegated to: Albert ARIBAUD
Headers show

Commit Message

Thomas Abraham June 4, 2011, 8:52 a.m. UTC
From: Thomas Abraham <thomas.ab@samsung.com>

Enable passing a flattened device tree to the kernel.

Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
---
 include/configs/smdkv310.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

Comments

Albert ARIBAUD Aug. 4, 2011, 9:53 a.m. UTC | #1
Hi Thomas,

On 04/06/2011 10:52, Thomas Abraham wrote:
> From: Thomas Abraham<thomas.ab@samsung.com>
>
> Enable passing a flattened device tree to the kernel.
>
> Signed-off-by: Thomas Abraham<thomas.abraham@linaro.org>
> ---
>   include/configs/smdkv310.h |    3 +++
>   1 files changed, 3 insertions(+), 0 deletions(-)

Applied to u-boot-arm/master, thanks!

Amicalement,
diff mbox

Patch

diff --git a/include/configs/smdkv310.h b/include/configs/smdkv310.h
index a7f5850..ca4e15c 100644
--- a/include/configs/smdkv310.h
+++ b/include/configs/smdkv310.h
@@ -166,4 +166,7 @@ 
 #define CONFIG_SMC911X_16_BIT
 #define CONFIG_ENV_SROM_BANK		1
 #endif /*CONFIG_CMD_NET*/
+
+/* Enable devicetree support */
+#define CONFIG_OF_LIBFDT
 #endif	/* __CONFIG_H */