Re: [U-Boot] [PATCH] mx5 configs: CONFIG_PRIME should really be CONFIG_ETHPRIME

2011-10-19 Thread Stefano Babic
On 10/17/2011 08:21 PM, Wolfgang Grandegger wrote:
 Signed-off-by: Wolfgang Grandegger w...@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: off...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] mx5 configs: CONFIG_PRIME should really be CONFIG_ETHPRIME

2011-10-18 Thread Stefano Babic
On 10/17/2011 08:21 PM, Wolfgang Grandegger wrote:
 Signed-off-by: Wolfgang Grandegger w...@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 sba...@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: off...@denx.de
=
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH] mx5 configs: CONFIG_PRIME should really be CONFIG_ETHPRIME

2011-10-17 Thread Wolfgang Grandegger
Signed-off-by: Wolfgang Grandegger w...@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_ETHPRIMEFEC0
 
 #define CONFIG_LOADADDR0x9080  /* 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_ETHPRIMEsmc911x
 
 /*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_ETHPRIMEFEC0
 
 #define CONFIG_LOADADDR0x7080  /* loadaddr env var */
 #define CONFIG_SYS_TEXT_BASE0x7780
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_ETHPRIMEFEC0
 
 #define CONFIG_LOADADDR0x7080  /* loadaddr env var */
 #define CONFIG_SYS_TEXT_BASE0x7780
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_ETHPRIMEFEC0
 
 #define CONFIG_LOADADDR0x7080  /* loadaddr env var */
 #define CONFIG_SYS_TEXT_BASE0x7780
-- 
1.7.4.1

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot