* [U-Boot] [PATCH] MX5: Enable flat-device-tree support on mx53 loco board
@ 2011-03-29 8:31 Jason Liu
2011-03-29 9:14 ` Wolfgang Denk
0 siblings, 1 reply; 3+ messages in thread
From: Jason Liu @ 2011-03-29 8:31 UTC (permalink / raw)
To: u-boot
---
Grant has submit one patchset: ARM device tree support improvements
which remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ.
Will provide patchset to clean CONFIG_SYS_BOOTMAPSZ after the patches
applied to u-boot mainline
Signed-off-by: Jason Liu <jason.hui@linaro.org>
---
include/configs/mx53loco.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h
index 585e8c8..9c7dcc9 100644
--- a/include/configs/mx53loco.h
+++ b/include/configs/mx53loco.h
@@ -193,4 +193,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.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] MX5: Enable flat-device-tree support on mx53 loco board
2011-03-29 8:31 [U-Boot] [PATCH] MX5: Enable flat-device-tree support on mx53 loco board Jason Liu
@ 2011-03-29 9:14 ` Wolfgang Denk
2011-03-29 9:45 ` Jason Hui
0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Denk @ 2011-03-29 9:14 UTC (permalink / raw)
To: u-boot
Dear Jason Liu,
In message <1301387516-18201-1-git-send-email-jason.hui@linaro.org> you wrote:
> ---
> Grant has submit one patchset: ARM device tree support improvements
> which remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ.
> Will provide patchset to clean CONFIG_SYS_BOOTMAPSZ after the patches
> applied to u-boot mainline
>
> Signed-off-by: Jason Liu <jason.hui@linaro.org>
> ---
> include/configs/mx53loco.h | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
Please use git-format-patch to create patches.
The initial "---" line in your posting kills not only the comment (or
should this go into the commit message?), but also your Signed-off-by
line, so this would be missing in the commit.
Please fix.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Whoever undertakes to set himself up as a judge of Truth and Know-
ledge is shipwrecked by the laughter of the gods." - Albert Einstein
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] MX5: Enable flat-device-tree support on mx53 loco board
2011-03-29 9:14 ` Wolfgang Denk
@ 2011-03-29 9:45 ` Jason Hui
0 siblings, 0 replies; 3+ messages in thread
From: Jason Hui @ 2011-03-29 9:45 UTC (permalink / raw)
To: u-boot
Hi, Wolfgang,
On Tue, Mar 29, 2011 at 5:14 PM, Wolfgang Denk <wd@denx.de> wrote:
> Dear Jason Liu,
>
> In message <1301387516-18201-1-git-send-email-jason.hui@linaro.org> you wrote:
>> ---
>> Grant has submit one patchset: ARM device tree support improvements
>> which remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ.
>> Will provide patchset to clean CONFIG_SYS_BOOTMAPSZ after the patches
>> applied to u-boot mainline
>>
>> Signed-off-by: Jason Liu <jason.hui@linaro.org>
>> ---
>> ?include/configs/mx53loco.h | ? ?3 +++
>> ?1 files changed, 3 insertions(+), 0 deletions(-)
>
> Please use git-format-patch to create patches.
>
> The initial "---" line in your posting kills not only the comment (or
> should this go into the commit message?), but also your Signed-off-by
> line, so this would be missing in the commit.
>
> Please fix.
My fault. I will submit v2 to fix it. Thanks,
Jason
>
> Best regards,
>
> Wolfgang Denk
>
> --
> DENX Software Engineering GmbH, ? ? MD: Wolfgang Denk & Detlev Zundel
> HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
> Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
> "Whoever undertakes to set himself up as a judge of Truth ?and ?Know-
> ledge is shipwrecked by the laughter of the gods." ?- Albert Einstein
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-03-29 9:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-29 8:31 [U-Boot] [PATCH] MX5: Enable flat-device-tree support on mx53 loco board Jason Liu
2011-03-29 9:14 ` Wolfgang Denk
2011-03-29 9:45 ` Jason Hui
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox