All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jason Liu <r64343@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/1] MX5: Enable flat-device-tree support on mx51/53 evk board
Date: Mon, 21 Feb 2011 18:14:33 +0800	[thread overview]
Message-ID: <1298283273-3350-2-git-send-email-r64343@freescale.com> (raw)
In-Reply-To: <1298283273-3350-1-git-send-email-r64343@freescale.com>

device tree for uboot arm support has already been enabled
in the master branch. This patch enable device tree support
for mx51/53 evk board for DT test.

Signed-off-by: Jason Liu <r64343@freescale.com>
---
 include/configs/mx51evk.h |    3 +++
 include/configs/mx53evk.h |    3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h
index 591d6e1..57186aa 100644
--- a/include/configs/mx51evk.h
+++ b/include/configs/mx51evk.h
@@ -222,4 +222,7 @@
 #define CONFIG_ENV_IS_IN_MMC
 #define CONFIG_SYS_MMC_ENV_DEV 0
 
+#define CONFIG_OF_LIBFDT
+#define CONFIG_SYS_BOOTMAPSZ   0x800000
+
 #endif
diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h
index f2a5752..6ac910b 100644
--- a/include/configs/mx53evk.h
+++ b/include/configs/mx53evk.h
@@ -190,4 +190,7 @@
 #define CONFIG_ENV_IS_IN_MMC
 #define CONFIG_SYS_MMC_ENV_DEV 0
 
+#define CONFIG_OF_LIBFDT
+#define CONFIG_SYS_BOOTMAPSZ   0x800000
+
 #endif				/* __CONFIG_H */
-- 
1.7.0.4

  reply	other threads:[~2011-02-21 10:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-21 10:14 [U-Boot] [PATCH 1/1] ARM: Update mach types Jason Liu
2011-02-21 10:14 ` Jason Liu [this message]
2011-03-04  6:36   ` [U-Boot] [PATCH 1/1] MX5: Enable flat-device-tree support on mx51/53 evk board Jason Liu
2011-02-21 14:05 ` [U-Boot] [PATCH 1/1] ARM: Update mach types Paulraj, Sandeep
2011-02-21 17:36 ` Fabio Estevam
2011-02-22  1:37   ` Liu Hui-R64343
2011-02-21 19:51 ` Paulraj, Sandeep

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=1298283273-3350-2-git-send-email-r64343@freescale.com \
    --to=r64343@freescale.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.