[U-Boot] [PATCH 9/9] mmc: tmio: sdhi: Add calibration tables
Marek Vasut
marek.vasut at gmail.com
Sat Nov 23 12:38:36 UTC 2019
On 11/22/19 7:22 AM, Peng Fan wrote:
> Hi Marek,
Hi,
>> Subject: [PATCH 9/9] mmc: tmio: sdhi: Add calibration tables
>
> CI failed with your patchset, https://travis-ci.org/MrVan/u-boot/jobs/614839247
> +====================================================
> arm: + alt
> +drivers/mmc/renesas-sdhi.c: In function 'renesas_sdhi_filter_caps':
> +drivers/mmc/renesas-sdhi.c:782:4: error: 'r8a7795_calib_table' undeclared (first use in this function)
> + r8a7795_calib_table[!rmobile_is_gen3_mmc0(priv)];
> + ^~~~~~~~~~~~~~~~~~~
> +drivers/mmc/renesas-sdhi.c:782:4: note: each undeclared identifier is reported only once for each function it appears in
> +drivers/mmc/renesas-sdhi.c:782:25: error: implicit declaration of function 'rmobile_is_gen3_mmc0' [-Werror=implicit-function-declaration]
> + ^~~~~~~~~~~~~~~~~~~~
> +drivers/mmc/renesas-sdhi.c:792:4: error: 'r8a7796_rev1_calib_table' undeclared (first use in this function); did you mean 'r8a7795_calib_table'?
> + r8a7796_rev1_calib_table[!rmobile_is_gen3_mmc0(priv)];
> + ^~~~~~~~~~~~~~~~~~~~~~~~
> + r8a7795_calib_table
> +drivers/mmc/renesas-sdhi.c:803:4: error: 'r8a7796_rev3_calib_table' undeclared (first use in this function); did you mean 'r8a7796_rev1_calib_table'?
> + r8a7796_rev3_calib_table[!rmobile_is_gen3_mmc0(priv)];
> + r8a7796_rev1_calib_table
> +drivers/mmc/renesas-sdhi.c:811:4: error: 'r8a77965_calib_table' undeclared (first use in this function); did you mean 'r8a7795_calib_table'?
> + r8a77965_calib_table[!rmobile_is_gen3_mmc0(priv)];
> + ^~~~~~~~~~~~~~~~~~~~
>
> Please check,
Ah, I sent a V2.
--
Best regards,
Marek Vasut
More information about the U-Boot
mailing list