[U-Boot] [PATCH v3 11/11] imx: ventana: switch to SPL

Tim Harvey tharvey at gateworks.com
Fri May 30 06:52:04 CEST 2014


On Thu, May 29, 2014 at 12:02 AM, Stefano Babic <sbabic at denx.de> wrote:
> Hi Tim,
>
> I cannot build with this version. A setup for a couple of pins is not
> yet replaces.
>
> In fact, I have:
>
>         /* Enable Backlight */
>        imx_iomux_v3_setup_pad(MX6_PAD_SD1_CMD__GPIO1_IO18 |
>
> and it should be:
>
>  SETUP_IOMUX_PAD(PAD_SD1_CMD__GPIO1_IO18 |
>
> The same some lines later:
>
>         /* Backlight CABEN on LVDS connector */
> -       imx_iomux_v3_setup_pad(MX6_PAD_SD2_CLK__GPIO1_IO10 |
> +       SETUP_IOMUX_PAD(PAD_SD2_CLK__GPIO1_IO10 |
>
>
> Can you check and fix it ? Thanks !
>
> Regarding your patchset: I had no remarkable comments and, as I have not
> seen any comments from other developers, your patchset is ready to be
> merged. I am also waiting for Masahiro's patch to be applied.
>
> Best regards,
> Stefano Babic
>

Stefano,

Those should be patched from patch 10. However, I can't seem to get
patch 9 to apply cleanly from current u-boot-imx/master so perhaps I
should just rebase the whole series and post again?

Tim


More information about the U-Boot mailing list