From 5e11375398803a0e81003984f051ec436d0fbb46 Mon Sep 17 00:00:00 2001 From: Andrew Thoelke Date: Tue, 24 Jun 2014 14:18:35 +0100 Subject: Inline the mmio accessor functions Making the simple mmio_read_*() and mmio_write_*() functions inline saves 360 bytes of code in FVP release build. Fixes ARM-software/tf-issues#210 Change-Id: I65134f9069f3b2d8821d882daaa5fdfe16355e2f --- plat/fvp/platform.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'plat/fvp/platform.mk') diff --git a/plat/fvp/platform.mk b/plat/fvp/platform.mk index 450529b..d200358 100644 --- a/plat/fvp/platform.mk +++ b/plat/fvp/platform.mk @@ -50,7 +50,6 @@ PLAT_BL_COMMON_SOURCES := drivers/arm/pl011/pl011.c \ drivers/io/io_fip.c \ drivers/io/io_memmap.c \ drivers/io/io_semihosting.c \ - lib/mmio.c \ lib/aarch64/xlat_tables.c \ lib/semihosting/semihosting.c \ lib/semihosting/aarch64/semihosting_call.S \ -- cgit v1.2.3