All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Baatz <gmbnomis@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/2] kirkwood: ib62x0: Support flattened devicetree
Date: Fri, 20 Jul 2012 21:59:15 +0200	[thread overview]
Message-ID: <1342814355-25472-2-git-send-email-gmbnomis@gmail.com> (raw)
In-Reply-To: <1342814355-25472-1-git-send-email-gmbnomis@gmail.com>

Support for the IB-NAS62x0 was added to the Linux mainline kernel
as of 3.5-rc1 using flattened devicetree.  Change the config for
this board accordingly.

Signed-off-by: Simon Baatz <gmbnomis@gmail.com>
Cc: Luka Perkov <uboot@lukaperkov.net>
Cc: Prafulla Wadaskar <prafulla@marvell.com>
---
 include/configs/ib62x0.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/configs/ib62x0.h b/include/configs/ib62x0.h
index 85856f2..34c83a4 100644
--- a/include/configs/ib62x0.h
+++ b/include/configs/ib62x0.h
@@ -37,9 +37,9 @@
 #define CONFIG_SKIP_LOWLEVEL_INIT	/* disable board lowlevel_init */
 
 /*
- * Machine type
+ * Enable device tree support
  */
-#define CONFIG_MACH_TYPE	MACH_TYPE_NAS6210
+#define CONFIG_OF_LIBFDT
 
 /*
  * Compression configuration
-- 
1.7.9.5

  reply	other threads:[~2012-07-20 19:59 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-20 19:59 [U-Boot] [PATCH 1/2] kirkwood: ib62x0: Invert SATA activity LEDs Simon Baatz
2012-07-20 19:59 ` Simon Baatz [this message]
2012-07-21  8:03   ` [U-Boot] [PATCH 2/2] kirkwood: ib62x0: Support flattened devicetree Luka Perkov
2012-07-21  8:30     ` DrEagle
2012-07-21  9:40       ` Simon Baatz
2012-07-21 12:54         ` Luka Perkov
2012-07-21  8:00 ` [U-Boot] [PATCH 1/2] kirkwood: ib62x0: Invert SATA activity LEDs Luka Perkov

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=1342814355-25472-2-git-send-email-gmbnomis@gmail.com \
    --to=gmbnomis@gmail.com \
    --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.