diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2022-10-13 20:58:47 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-10-14 20:18:29 +0000 |
commit | 65d73cc4573a23b4d98e3156cc1c4d0a1b09cb96 (patch) | |
tree | f8567513da4a2532131b94a574b35be89cf42349 /src/soc/amd/cezanne/chipset.cb | |
parent | 5e2f1b1e646da2e2333252f1f798dff419df0309 (diff) |
soc/amd: factor out common eMMC code
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: If5447f9272183f83bc422520ada93d3cfd96551e
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68415
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
Diffstat (limited to 'src/soc/amd/cezanne/chipset.cb')
-rw-r--r-- | src/soc/amd/cezanne/chipset.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/cezanne/chipset.cb b/src/soc/amd/cezanne/chipset.cb index a9bc2568a1..e717fd47c5 100644 --- a/src/soc/amd/cezanne/chipset.cb +++ b/src/soc/amd/cezanne/chipset.cb @@ -113,5 +113,5 @@ chip soc/amd/cezanne device mmio 0xfedc5000 alias i2c_3 off ops soc_amd_i2c_mmio_ops end device mmio 0xfedc9000 alias uart_0 off ops cezanne_uart_mmio_ops end device mmio 0xfedca000 alias uart_1 off ops cezanne_uart_mmio_ops end - device mmio 0xfedd5000 alias emmc off ops cezanne_emmc_mmio_ops end + device mmio 0xfedd5000 alias emmc off ops amd_emmc_mmio_ops end end |