summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 776f7b0..b32b696 100644
--- a/Makefile
+++ b/Makefile
@@ -146,16 +146,6 @@ include framework/framework.mk
include tests/tests.mk
include ${PLAT_MAKEFILE_FULL}
-# Special handling for AArch32 builds
-ifeq (${ARCH},aarch32)
- # Firmware update images (NS_BL1U and NS_BL2U) are not supported
- # for AArch32.
- ifeq (${FIRMWARE_UPDATE},1)
- $(info Firmware Update images are not supported on AArch32)
- $(info Forcing FIRMWARE_UPDATE to 0)
- FIRMWARE_UPDATE := 0
- endif
-endif
.PHONY: all msg_start clean realclean distclean cscope locate-checkpatch checkcodebase checkpatch
.SUFFIXES: