diff mbox

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

Message ID 4E9C7244.2050500@grandegger.com
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show

Commit Message

Wolfgang Grandegger Oct. 17, 2011, 6:21 p.m. UTC
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(-)

Comments

Stefano Babic Oct. 18, 2011, 8:45 a.m. UTC | #1
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
Stefano Babic Oct. 19, 2011, 1:05 p.m. UTC | #2
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
diff mbox

Patch

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