* [U-Boot] [PATCH] tx25: re-add MACH_TYPE_TX25
@ 2011-10-30 13:18 Wolfgang Denk
2011-10-30 20:17 ` Stefano Babic
0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Denk @ 2011-10-30 13:18 UTC (permalink / raw)
To: u-boot
Signed-off-by: Wolfgang Denk <wd@denx.de>
cc: Stefano Babic <sbabic@denx.de>
---
include/configs/tx25.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/include/configs/tx25.h b/include/configs/tx25.h
index 8cb57ff..39d551e 100644
--- a/include/configs/tx25.h
+++ b/include/configs/tx25.h
@@ -29,6 +29,10 @@
#define CONFIG_MX25_CLK32 32000 /* OSC32K frequency */
#define CONFIG_SYS_HZ 1000
+#ifndef MACH_TYPE_TX25
+#define MACH_TYPE_TX25 2177
+#endif
+
#define CONFIG_SYS_MONITOR_LEN (256 << 10) /* 256 kB for U-Boot */
/* NAND BOOT is the only boot method */
--
1.7.6.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] tx25: re-add MACH_TYPE_TX25
2011-10-30 13:18 [U-Boot] [PATCH] tx25: re-add MACH_TYPE_TX25 Wolfgang Denk
@ 2011-10-30 20:17 ` Stefano Babic
2011-10-30 20:19 ` Wolfgang Denk
0 siblings, 1 reply; 3+ messages in thread
From: Stefano Babic @ 2011-10-30 20:17 UTC (permalink / raw)
To: u-boot
On 10/30/2011 02:18 PM, Wolfgang Denk wrote:
> Signed-off-by: Wolfgang Denk <wd@denx.de>
> cc: Stefano Babic <sbabic@denx.de>
> ---
> include/configs/tx25.h | 4 ++++
> 1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/include/configs/tx25.h b/include/configs/tx25.h
> index 8cb57ff..39d551e 100644
> --- a/include/configs/tx25.h
> +++ b/include/configs/tx25.h
> @@ -29,6 +29,10 @@
> #define CONFIG_MX25_CLK32 32000 /* OSC32K frequency */
> #define CONFIG_SYS_HZ 1000
>
> +#ifndef MACH_TYPE_TX25
> +#define MACH_TYPE_TX25 2177
> +#endif
> +
> #define CONFIG_SYS_MONITOR_LEN (256 << 10) /* 256 kB for U-Boot */
>
Thanks for reporting, but....
..I have already sent a fix for this last week, using also the standard
mechanism in arch/arm/lib/board.c to set the mach-id:
http://patchwork.ozlabs.org/patch/122357/
As a fix, I have already applied it and I inserted it in my pull-request
ro Albert. The patch is already in u-boot-arm and as far as I have
tested, there should be no broken IMX boards due to missing mach type.
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] tx25: re-add MACH_TYPE_TX25
2011-10-30 20:17 ` Stefano Babic
@ 2011-10-30 20:19 ` Wolfgang Denk
0 siblings, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2011-10-30 20:19 UTC (permalink / raw)
To: u-boot
Dear Stefano,
In message <4EADB0D2.8010000@denx.de> you wrote:
>
> Thanks for reporting, but....
>
> ..I have already sent a fix for this last week, using also the standard
> mechanism in arch/arm/lib/board.c to set the mach-id:
Sorry, I missed that. Thanks.
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
The Gates in my computer are AND, OR and NOT; they are not Bill.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-10-30 20:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-30 13:18 [U-Boot] [PATCH] tx25: re-add MACH_TYPE_TX25 Wolfgang Denk
2011-10-30 20:17 ` Stefano Babic
2011-10-30 20:19 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox