diff options
author | Andrew Thoelke <andrew.thoelke@arm.com> | 2014-06-24 14:18:35 +0100 |
---|---|---|
committer | Andrew Thoelke <andrew.thoelke@arm.com> | 2014-06-24 14:30:23 +0100 |
commit | 5e11375398803a0e81003984f051ec436d0fbb46 (patch) | |
tree | 2c9d47c3e4fd82a7c9a9b6b9b59b8a6e52185863 /plat | |
parent | 41cf7bdfd7114ee437d165974367a483636df76d (diff) |
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
Diffstat (limited to 'plat')
-rw-r--r-- | plat/fvp/platform.mk | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |