* [U-Boot] boards.cfg: add missing entries for am3517_evm and s5p_goni
@ 2010-07-01 19:40 Steve Sakoman
2010-07-01 23:40 ` Minkyu Kang
2010-07-06 0:28 ` Paulraj, Sandeep
0 siblings, 2 replies; 5+ messages in thread
From: Steve Sakoman @ 2010-07-01 19:40 UTC (permalink / raw)
To: u-boot
both machines seemed to have been dropped in the recent Makefile change
Signed-off-by: Steve Sakoman <steve@sakoman.com>
---
Note: this patch assumes the previous application of:
[PATCH v4 1/6] ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7
diff --git a/boards.cfg b/boards.cfg
index 988ad5d..46d966c 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -254,6 +254,7 @@ imx27lite arm arm926ejs imx27lite logicpd mx27
magnesium arm arm926ejs imx27lite logicpd mx27
omap5912osk arm arm926ejs - ti omap
edminiv2 arm arm926ejs - LaCie orion5x
+am3517_evm arm armv7 am3517evm logicpd omap3
omap3_overo arm armv7 overo - omap3
omap3_pandora arm armv7 pandora - omap3
omap3_zoom1 arm armv7 zoom1 logicpd omap3
@@ -264,6 +265,7 @@ omap3_sdp3430 arm armv7 sdp3430 ti omap3
omap4_panda arm armv7 panda ti omap4
omap4_sdp4430 arm armv7 sdp4430 ti omap4
devkit8000 arm armv7 devkit8000 timll omap3
+s5p_goni arm armv7 goni samsung s5pc1xx
smdkc100 arm armv7 smdkc100 samsung s5pc1xx
ixdpg425 arm ixp
lpd7a400 arm lh7a40x lpd7a40x
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [U-Boot] boards.cfg: add missing entries for am3517_evm and s5p_goni
2010-07-01 19:40 [U-Boot] boards.cfg: add missing entries for am3517_evm and s5p_goni Steve Sakoman
@ 2010-07-01 23:40 ` Minkyu Kang
2010-07-02 1:38 ` Paulraj, Sandeep
2010-07-06 0:28 ` Paulraj, Sandeep
1 sibling, 1 reply; 5+ messages in thread
From: Minkyu Kang @ 2010-07-01 23:40 UTC (permalink / raw)
To: u-boot
Dear Steve Sakoman,
On 2 July 2010 04:40, Steve Sakoman <steve@sakoman.com> wrote:
> both machines seemed to have been dropped in the recent Makefile change
>
> Signed-off-by: Steve Sakoman <steve@sakoman.com>
> ---
>
> Note: this patch assumes the previous application of:
>
> [PATCH v4 1/6] ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7
>
> diff --git a/boards.cfg b/boards.cfg
> index 988ad5d..46d966c 100644
> --- a/boards.cfg
> +++ b/boards.cfg
Wolfgang sent same patch last month.
http://lists.denx.de/pipermail/u-boot/2010-June/073280.html
Thanks
Minkyu Kang
--
from. prom.
www.promsoft.net
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] boards.cfg: add missing entries for am3517_evm and s5p_goni
2010-07-01 23:40 ` Minkyu Kang
@ 2010-07-02 1:38 ` Paulraj, Sandeep
2010-07-02 5:53 ` Wolfgang Denk
0 siblings, 1 reply; 5+ messages in thread
From: Paulraj, Sandeep @ 2010-07-02 1:38 UTC (permalink / raw)
To: u-boot
>Wolfgang sent same patch last month.
>http://lists.denx.de/pipermail/u-boot/2010-June/073280.html
>
>Thanks
>Minkyu Kang
very strange.
I wonder how the patch did not get applied then.
In any case i'll probably take this latest version as it will apply clean
and the old one might not apply clean.
Regards,
Sandeep
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] boards.cfg: add missing entries for am3517_evm and s5p_goni
2010-07-02 1:38 ` Paulraj, Sandeep
@ 2010-07-02 5:53 ` Wolfgang Denk
0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2010-07-02 5:53 UTC (permalink / raw)
To: u-boot
Dear "Paulraj, Sandeep",
In message <0554BEF07D437848AF01B9C9B5F0BC5D9B6D5B4A@dlee01.ent.ti.com> you wrote:
>
> very strange.
> I wonder how the patch did not get applied then.
I usually wait a couple of days for review comments.
> In any case i'll probably take this latest version as it will apply clean
> and the old one might not apply clean.
There is an updated version "boards.cfg: fix ML2, am3517_evm and
s5p_goni boards" which should be used instead. I will apply this
ASAP.
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
Time is an illusion perpetrated by the manufacturers of space.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] boards.cfg: add missing entries for am3517_evm and s5p_goni
2010-07-01 19:40 [U-Boot] boards.cfg: add missing entries for am3517_evm and s5p_goni Steve Sakoman
2010-07-01 23:40 ` Minkyu Kang
@ 2010-07-06 0:28 ` Paulraj, Sandeep
1 sibling, 0 replies; 5+ messages in thread
From: Paulraj, Sandeep @ 2010-07-06 0:28 UTC (permalink / raw)
To: u-boot
>
> both machines seemed to have been dropped in the recent Makefile change
>
> Signed-off-by: Steve Sakoman <steve@sakoman.com>
> ---
>
> Note: this patch assumes the previous application of:
>
> [PATCH v4 1/6] ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7
>
> diff --git a/boards.cfg b/boards.cfg
> index 988ad5d..46d966c 100644
> --- a/boards.cfg
> +++ b/boards.cfg
> @@ -254,6 +254,7 @@ imx27lite arm arm926ejs imx27lite logicpd
> mx27
> magnesium arm arm926ejs imx27lite logicpd mx27
> omap5912osk arm arm926ejs - ti omap
> edminiv2 arm arm926ejs - LaCie orion5x
> +am3517_evm arm armv7 am3517evm logicpd omap3
> omap3_overo arm armv7 overo - omap3
> omap3_pandora arm armv7 pandora - omap3
> omap3_zoom1 arm armv7 zoom1 logicpd omap3
> @@ -264,6 +265,7 @@ omap3_sdp3430 arm armv7 sdp3430 ti
> omap3
> omap4_panda arm armv7 panda ti omap4
> omap4_sdp4430 arm armv7 sdp4430 ti omap4
> devkit8000 arm armv7 devkit8000 timll omap3
> +s5p_goni arm armv7 goni samsung s5pc1xx
> smdkc100 arm armv7 smdkc100 samsung s5pc1xx
> ixdpg425 arm ixp
> lpd7a400 arm lh7a40x lpd7a40x
Wolfgang has pushed another version of this patch.
Sandeep
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-07-06 0:28 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-01 19:40 [U-Boot] boards.cfg: add missing entries for am3517_evm and s5p_goni Steve Sakoman
2010-07-01 23:40 ` Minkyu Kang
2010-07-02 1:38 ` Paulraj, Sandeep
2010-07-02 5:53 ` Wolfgang Denk
2010-07-06 0:28 ` Paulraj, Sandeep
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox