:: Re: [maemo-leste] [PATCH] Nokia RX-…
Top Page
Delete this message
Reply to this message
Author: Pali Rohár
Date:  
To: Lokesh Vutla
CC: Peng Fan, Tom Rini, u-boot, maemo-leste
Subject: Re: [maemo-leste] [PATCH] Nokia RX-51: Convert to CONFIG_DM_MMC
On Tuesday 22 December 2020 20:20:26 Lokesh Vutla wrote:
>
>
> On 22/12/20 7:30 pm, Pali Rohár wrote:
> > On Tuesday 22 December 2020 19:26:21 Lokesh Vutla wrote:
> >> Hi Pali,
> >>
> >> [...snip...]
> >>
> >>> +++ b/configs/nokia_rx51_defconfig
> >>> @@ -29,6 +29,7 @@ CONFIG_CMD_BOOTMENU=y
> >>> # CONFIG_CMD_SAVEENV is not set
> >>> # CONFIG_CMD_ENV_EXISTS is not set
> >>> # CONFIG_CMD_FLASH is not set
> >>> +# CONFIG_CMD_SLEEP is not set
> >>> CONFIG_CMD_GPIO=y
> >>> CONFIG_CMD_I2C=y
> >>> CONFIG_CMD_MMC=y
> >>> @@ -62,3 +63,6 @@ CONFIG_SPLASH_SCREEN=y
> >>> # CONFIG_GZIP is not set
> >>> CONFIG_DM=y
> >>> CONFIG_DM_I2C=y
> >>> +CONFIG_DM_MMC=y
> >>> +# CONFIG_DM_DEVICE_REMOVE is not set
> >>> +# CONFIG_SYS_MALLOC_F is not set
> >>
> >> I am not able to apply this hunk. Is there any dependency on this patch?
> >
> > Hello! In this git branch are applied all patches in the correct order:
> > https://github.com/pali/u-boot/commits/nokia-rx51
>
> One of the patch caused Gitlab pipeline failure. Can you check
> https://pastebin.ubuntu.com/p/fjQKyBYQdj/?


Have you used patches in the correct order?

Because I put my above branch to github testing pipeline and all tests
passed. See results:

https://github.com/u-boot/u-boot/pull/40
https://travis-ci.org/github/u-boot/u-boot/builds/746775905
https://github.com/u-boot/u-boot/runs/1474847620

> >
> > So this patch has dependency on "Nokia RX-51: Decrease i2c speed to
> > 100000" patch.
> >
> >> Thanks and regards,
> >> Lokesh
> >>
> >>>