diff options
author | Tom Rini <trini@konsulko.com> | 2025-09-01 09:50:01 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-09-01 09:50:01 -0600 |
commit | d367be2b13a388fdb0dc2720f66c30ddcec8a4fd (patch) | |
tree | b122767f7a491b65abbab60bc8012879f9dd4cf4 /drivers/mmc/rockchip_sdhci.c | |
parent | 5e711fe26b6f051151f1ef665a4587faa9056319 (diff) | |
parent | 0e68a93d7c220e37cf6ffe88ba47373e39fe5001 (diff) |
Merge tag 'u-boot-rockchip-20250831' of https://source.denx.de/u-boot/custodians/u-boot-rockchip
CI: https://source.denx.de/u-boot/custodians/u-boot-rockchip/-/pipelines/27522
- New Board support:
rk3588 Xunlong Orange Pi 5 Ultra;
rk3588s GameForce Ace;
rk3576 ArmSoM Sige5;
- rk3328 soc fixes;
- usb controller and phy fixes;
- new rk3328 ddr timing;
- other board level updates;
Diffstat (limited to 'drivers/mmc/rockchip_sdhci.c')
-rw-r--r-- | drivers/mmc/rockchip_sdhci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/rockchip_sdhci.c b/drivers/mmc/rockchip_sdhci.c index 761e3619329..5e025d76a82 100644 --- a/drivers/mmc/rockchip_sdhci.c +++ b/drivers/mmc/rockchip_sdhci.c @@ -500,7 +500,7 @@ static int rockchip_sdhci_execute_tuning(struct mmc *mmc, u8 opcode) { struct rockchip_sdhc *priv = dev_get_priv(mmc->dev); struct sdhci_host *host = &priv->host; - char tuning_loop_counter = SDHCI_TUNING_LOOP_COUNT; + s8 tuning_loop_counter = SDHCI_TUNING_LOOP_COUNT; struct mmc_cmd cmd; u32 ctrl, blk_size; int ret; |