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)
> +
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
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
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
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 ++
5 matches
Mail list logo