All of lore.kernel.org
 help / color / mirror / Atom feed
From: angus.ainslie at linaro.org <angus.ainslie@linaro.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] ORIGEN : enable device tree support
Date: Fri,  9 Sep 2011 16:02:02 -0600	[thread overview]
Message-ID: <4e6a8ce6.0853e70a.7d72.24dd@mx.google.com> (raw)

From: Angus Ainslie <angus.ainslie@linaro.org>

Enable passing a flattened device tree to the kernel.

Signed-off-by: Angus Ainslie <angus.ainslie@linaro.org>
---
 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

             reply	other threads:[~2011-09-09 22:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-09 22:02 angus.ainslie at linaro.org [this message]
2011-09-12  7:04 ` [U-Boot] [Samsung] [PATCH] ORIGEN : enable device tree support Chander Kashyap
2011-09-16  8:34   ` Minkyu Kang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4e6a8ce6.0853e70a.7d72.24dd@mx.google.com \
    --to=angus.ainslie@linaro.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.