coreboot/src/commonlib/storage
Shelley Chen 83ac83015a commonlib/storage: fix int-to-pointer-cast error
When pulling in commonlib/storage/pci_sdhci.c into herobrine, am
seeing an "error: cast to pointer from integer of different size
[-Werror=int-to-pointer-cast]", so fixing that.

BUG=b:254092907
BRANCH=None
TEST=emerge-herobrine coreboot
     Make sure that we can build without errors

Change-Id: Ib1718f156708a619f7eeb181e19b1a8c620de1f8
Signed-off-by: Shelley Chen <shchen@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71828
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Julius Werner <jwerner@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
2023-01-14 05:23:20 +00:00
..
bouncebuf.c
bouncebuf.h src/commonlib: Remove unnecessary space after casts 2022-11-22 13:47:15 +00:00
Kconfig
Makefile.inc
mmc.c
mmc.h
pci_sdhci.c commonlib/storage: fix int-to-pointer-cast error 2023-01-14 05:23:20 +00:00
sd.c
sd_mmc.c
sd_mmc.h
sdhci.c
sdhci.h
sdhci_adma.c src/commonlib: Remove unnecessary space after casts 2022-11-22 13:47:15 +00:00
sdhci_display.c
storage.c
storage.h src/commonlib: Remove unnecessary space after casts 2022-11-22 13:47:15 +00:00
storage_erase.c
storage_write.c