Re: [U-Boot] [PATCH] ARM: imx6: Add Bachmann electronic ot1205 mr board

2013-11-06 Thread Fabio Estevam
On Wed, Nov 6, 2013 at 10:51 AM, Christian Gmeiner wrote: > +int dram_init(void) > +{ > + gd->ram_size = get_ram_size((void *)PHYS_SDRAM, PHYS_SDRAM_SIZE); > + > + return 0; > +} > + > +iomux_v3_cfg_t const uart1_pads[] = { You can make it static. > +int board_early_init_f(void) > +

Re: [U-Boot] [PATCH] ARM: imx6: Add Bachmann electronic ot1205 mr board

2013-11-06 Thread Stefano Babic
Hi Christian, On 06/11/2013 13:51, Christian Gmeiner wrote: > Add basic support for the Bachmann electronic ot1205 board. It > is powered by an imx6d and will come in different flavours. This > patch adds support for the mr flavour. It has a front panel with > some LEDs and some keys. Maybe it he

Re: [U-Boot] [PATCH] ARM: imx6: Add Bachmann electronic ot1205 mr board

2013-11-06 Thread Eric Nelson
Hi Christian, On 11/06/2013 05:51 AM, Christian Gmeiner wrote: Add basic support for the Bachmann electronic ot1205 board. It is powered by an imx6d and will come in different flavours. This patch adds support for the mr flavour. It has a front panel with some LEDs and some keys. ... + +iomux

Re: [U-Boot] [PATCH] ARM: imx6: Add Bachmann electronic ot1205 mr board

2013-11-06 Thread Wolfgang Denk
Dear Christian Gmeiner, In message <1383742312-10922-1-git-send-email-christian.gmei...@gmail.com> you wrote: > Add basic support for the Bachmann electronic ot1205 board. It > is powered by an imx6d and will come in different flavours. This > patch adds support for the mr flavour. It has a front

[U-Boot] [PATCH] ARM: imx6: Add Bachmann electronic ot1205 mr board

2013-11-06 Thread Christian Gmeiner
Add basic support for the Bachmann electronic ot1205 board. It is powered by an imx6d and will come in different flavours. This patch adds support for the mr flavour. It has a front panel with some LEDs and some keys. Signed-off-by: Christian Gmeiner --- board/bachmann/ot1205/Makefile |9 ++