public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mx5 configs: CONFIG_PRIME should really be CONFIG_ETHPRIME
@ 2011-10-17 18:21 Wolfgang Grandegger
  2011-10-18  8:45 ` Stefano Babic
  2011-10-19 13:05 ` Stefano Babic
  0 siblings, 2 replies; 3+ messages in thread
From: Wolfgang Grandegger @ 2011-10-17 18:21 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Wolfgang Grandegger <wg@denx.de>
---

Resend due to missing [PATCH] prefix.

 include/configs/mx51evk.h  |    2 +-
 include/configs/mx53ard.h  |    2 +-
 include/configs/mx53evk.h  |    2 +-
 include/configs/mx53loco.h |    2 +-
 include/configs/mx53smd.h  |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h
index 0c10870..de540e1 100644
--- a/include/configs/mx51evk.h
+++ b/include/configs/mx51evk.h
@@ -122,7 +122,7 @@
 
 #define CONFIG_BOOTDELAY	3
 
-#define CONFIG_PRIME	"FEC0"
+#define CONFIG_ETHPRIME		"FEC0"
 
 #define CONFIG_LOADADDR		0x90800000	/* loadaddr env var */
 
diff --git a/include/configs/mx53ard.h b/include/configs/mx53ard.h
index 3e99031..daba05f 100644
--- a/include/configs/mx53ard.h
+++ b/include/configs/mx53ard.h
@@ -90,7 +90,7 @@
 
 #define CONFIG_BOOTDELAY	3
 
-#define CONFIG_PRIME	"smc911x"
+#define CONFIG_ETHPRIME		"smc911x"
 
 /*Support LAN9217*/
 #define CONFIG_SMC911X
diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h
index 2033492..34f47e1 100644
--- a/include/configs/mx53evk.h
+++ b/include/configs/mx53evk.h
@@ -101,7 +101,7 @@
 
 #define CONFIG_BOOTDELAY	3
 
-#define CONFIG_PRIME	"FEC0"
+#define CONFIG_ETHPRIME		"FEC0"
 
 #define CONFIG_LOADADDR		0x70800000	/* loadaddr env var */
 #define CONFIG_SYS_TEXT_BASE    0x77800000
diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h
index c3e4e13..f35bac1 100644
--- a/include/configs/mx53loco.h
+++ b/include/configs/mx53loco.h
@@ -86,7 +86,7 @@
 
 #define CONFIG_BOOTDELAY	3
 
-#define CONFIG_PRIME	"FEC0"
+#define CONFIG_ETHPRIME		"FEC0"
 
 #define CONFIG_LOADADDR		0x70800000	/* loadaddr env var */
 #define CONFIG_SYS_TEXT_BASE    0x77800000
diff --git a/include/configs/mx53smd.h b/include/configs/mx53smd.h
index c117a33..cc68749 100644
--- a/include/configs/mx53smd.h
+++ b/include/configs/mx53smd.h
@@ -93,7 +93,7 @@
 
 #define CONFIG_BOOTDELAY	3
 
-#define CONFIG_PRIME	"FEC0"
+#define CONFIG_ETHPRIME		"FEC0"
 
 #define CONFIG_LOADADDR		0x70800000	/* loadaddr env var */
 #define CONFIG_SYS_TEXT_BASE    0x77800000
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] mx5 configs: CONFIG_PRIME should really be CONFIG_ETHPRIME
  2011-10-17 18:21 [U-Boot] [PATCH] mx5 configs: CONFIG_PRIME should really be CONFIG_ETHPRIME Wolfgang Grandegger
@ 2011-10-18  8:45 ` Stefano Babic
  2011-10-19 13:05 ` Stefano Babic
  1 sibling, 0 replies; 3+ messages in thread
From: Stefano Babic @ 2011-10-18  8:45 UTC (permalink / raw)
  To: u-boot

On 10/17/2011 08:21 PM, Wolfgang Grandegger wrote:
> Signed-off-by: Wolfgang Grandegger <wg@denx.de>
> ---
> 
> Resend due to missing [PATCH] prefix.
> 
>  include/configs/mx51evk.h  |    2 +-
>  include/configs/mx53ard.h  |    2 +-
>  include/configs/mx53evk.h  |    2 +-
>  include/configs/mx53loco.h |    2 +-
>  include/configs/mx53smd.h  |    2 +-
>  5 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h
> index 0c10870..de540e1 100644
> --- a/include/configs/mx51evk.h
> +++ b/include/configs/mx51evk.h
> @@ -122,7 +122,7 @@
>  
>  #define CONFIG_BOOTDELAY	3
>  
> -#define CONFIG_PRIME	"FEC0"
> +#define CONFIG_ETHPRIME		"FEC0"

This is a bug, thanks for catching ! I wonder it was not noted before...

Acked-by: Stefano Babic <sbabic@denx.de>

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] mx5 configs: CONFIG_PRIME should really be CONFIG_ETHPRIME
  2011-10-17 18:21 [U-Boot] [PATCH] mx5 configs: CONFIG_PRIME should really be CONFIG_ETHPRIME Wolfgang Grandegger
  2011-10-18  8:45 ` Stefano Babic
@ 2011-10-19 13:05 ` Stefano Babic
  1 sibling, 0 replies; 3+ messages in thread
From: Stefano Babic @ 2011-10-19 13:05 UTC (permalink / raw)
  To: u-boot

On 10/17/2011 08:21 PM, Wolfgang Grandegger wrote:
> Signed-off-by: Wolfgang Grandegger <wg@denx.de>
> ---
> 
> Resend due to missing [PATCH] prefix.
> 
>  include/configs/mx51evk.h  |    2 +-
>  include/configs/mx53ard.h  |    2 +-
>  include/configs/mx53evk.h  |    2 +-
>  include/configs/mx53loco.h |    2 +-
>  include/configs/mx53smd.h  |    2 +-
>  5 files changed, 5 insertions(+), 5 deletions(-)
> 

Applied to u-boot-imx, thanks

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-10-19 13:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-17 18:21 [U-Boot] [PATCH] mx5 configs: CONFIG_PRIME should really be CONFIG_ETHPRIME Wolfgang Grandegger
2011-10-18  8:45 ` Stefano Babic
2011-10-19 13:05 ` Stefano Babic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox