diff options
| author | Yann Gautier <yann.gautier@st.com> | 2026-05-27 16:01:04 +0200 |
|---|---|---|
| committer | Yann Gautier <yann.gautier@st.com> | 2026-06-26 13:12:43 +0200 |
| commit | 334c14ecad4d6aeb470ec52e6508e21807111a49 (patch) | |
| tree | 5dde8ebeee8986ff9849ba041dc917ad73f35e5d | |
| parent | e4ad89579c6b1541a83ec1f3d9b4134fa80c71a2 (diff) | |
| download | arm-trusted-firmware-334c14ecad4d6aeb470ec52e6508e21807111a49.tar.gz arm-trusted-firmware-334c14ecad4d6aeb470ec52e6508e21807111a49.zip | |
refactor(rpi): remove add_define `SMC_PCI_SUPPORT`
The flag is now managed in Makefile, it does not need to be redefined
in platforms mk files.
Change-Id: I50e0af50fd61ca46176aa3e82ae5c525f92b2d1e
Signed-off-by: Yann Gautier <yann.gautier@st.com>
| -rw-r--r-- | plat/rpi/rpi4/platform.mk | 1 | ||||
| -rw-r--r-- | plat/rpi/rpi5/platform.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/plat/rpi/rpi4/platform.mk b/plat/rpi/rpi4/platform.mk index 9519087b9..3f0775c65 100644 --- a/plat/rpi/rpi4/platform.mk +++ b/plat/rpi/rpi4/platform.mk @@ -102,7 +102,6 @@ $(eval $(call add_define,RPI3_PRELOADED_DTB_BASE)) endif $(eval $(call add_define,RPI3_RUNTIME_UART)) $(eval $(call add_define,RPI3_USE_UEFI_MAP)) -$(eval $(call add_define,SMC_PCI_SUPPORT)) ifeq (${ARCH},aarch32) $(error Error: AArch32 not supported on rpi4) diff --git a/plat/rpi/rpi5/platform.mk b/plat/rpi/rpi5/platform.mk index 7346c9a44..2f6d386a0 100644 --- a/plat/rpi/rpi5/platform.mk +++ b/plat/rpi/rpi5/platform.mk @@ -101,7 +101,6 @@ $(eval $(call add_define,RPI3_PRELOADED_DTB_BASE)) endif $(eval $(call add_define,RPI3_RUNTIME_UART)) $(eval $(call add_define,RPI3_USE_UEFI_MAP)) -$(eval $(call add_define,SMC_PCI_SUPPORT)) ifeq (${ARCH},aarch32) $(error Error: AArch32 not supported on rpi5) |
