public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] mach-type #define mismatch for lange51/efikamx
@ 2011-02-03  0:04 Loïc Minier
  2011-02-03  6:32 ` Stefano Babic
  2011-02-03 11:43 ` [U-Boot] [PATCH] EfikaMX: switch to MACH_TYPE_MX51_EFIKAMX Loïc Minier
  0 siblings, 2 replies; 8+ messages in thread
From: Loïc Minier @ 2011-02-03  0:04 UTC (permalink / raw)
  To: u-boot

        Hey!

> iMX5: EfikaMX: Preliminary board support

 u-boot-imx has:
    #define MACH_TYPE_MX51_LANGE51         2336
    #define MACH_TYPE_MX51_LANGE52         2337

 u-boot-arm has:
    #define MACH_TYPE_MX51_EFIKAMX         2336
    #define MACH_TYPE_MX51_LANGE52         2337

 and linux has:
    mx51_efikamx            MACH_MX51_EFIKAMX       MX51_EFIKAMX 2336
    mx51_lange52            MACH_MX51_LANGE52       MX51_LANGE52 2337

 but board/efikamx/efikamx.c uses MACH_TYPE_MX51_LANGE51 (and hence
 fails to build in u-boot-arm.git and u-boot.git).

 So while (Pegatron?) Lange 5.1 and 5.2 might have been more consistent,
 I think we need to switch board/efikamx/efikamx.c to the linux name
 MACH_MX51_EFIKAMX.

   Thanks!
-- 
Lo?c Minier

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

end of thread, other threads:[~2011-02-05 11:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-03  0:04 [U-Boot] mach-type #define mismatch for lange51/efikamx Loïc Minier
2011-02-03  6:32 ` Stefano Babic
2011-02-03  7:50   ` Marek Vasut
2011-02-03 11:43 ` [U-Boot] [PATCH] EfikaMX: switch to MACH_TYPE_MX51_EFIKAMX Loïc Minier
2011-02-03 14:19   ` [U-Boot] [PATCH V2] " Loïc Minier
2011-02-04 15:30     ` Stefano Babic
2011-02-05  9:48       ` Albert ARIBAUD
2011-02-05 11:25         ` Stefano Babic

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