[U-Boot] [PATCHv2 2/4] omap3: remove typedefs for configuration structs

2009-05-12 Thread Matthias Ludwig
Signed-off-by: Matthias Ludwig --- board/omap3/beagle/beagle.c |6 ++-- board/omap3/evm/evm.c |6 ++-- board/omap3/pandora/pandora.c |8 +++--- cpu/arm_cortexa8/omap3/board.c | 16 ++-- cpu/arm_cortexa8/omap3/clock.c | 14 +- c

Re: [U-Boot] [PATCHv2 2/4] omap3: remove typedefs for configuration structs

2009-05-12 Thread Jean-Christophe PLAGNIOL-VILLARD
> #define BURSTCOMPLETE_GROUP7 (0x1 << 31) > > /* SDRC */ > #ifndef __ASSEMBLY__ > -typedef struct sdrc_cs { > +struct sdrc_cs { > unsigned int mcfg; /* 0x80 || 0xB0 */ > unsigned int mr;/* 0x84 || 0xB4 */ > unsigned char res1[0x4]; > @@ -176,12 +

Re: [U-Boot] [PATCHv2 2/4] omap3: remove typedefs for configuration structs

2009-05-13 Thread Matthias Ludwig
> > } sdrc_cs_t; > please remove too > > } sdrc_actim_t; > please remove too this like i'm missen those :( will be fixed > > #ifndef __ASSEMBLY__ > > -typedef enum { > > +enum { > > STACKED = 0, > > IP_DDR = 1, > > COMBO_DDR = 2, > > IP_SDR = 3, > > -} mem_t; > > +}; > it will