diff options
author | Soby Mathew <soby.mathew@arm.com> | 2016-07-20 14:38:36 +0100 |
---|---|---|
committer | Soby Mathew <soby.mathew@arm.com> | 2016-08-09 17:33:57 +0100 |
commit | c45f627de4a17d4be6727cbf357e7fb54479a563 (patch) | |
tree | 8497a4acc24e3b0b7dd3be9ae6483b9e9a95113e /bl1 | |
parent | 12ab697e8f91a67a439e6172621b905753d61f46 (diff) | |
download | arm-trusted-firmware-c45f627de4a17d4be6727cbf357e7fb54479a563.tar.gz |
Move SIZE_FROM_LOG2_WORDS macro to utils.h
This patch moves the macro SIZE_FROM_LOG2_WORDS() defined in
`arch.h` to `utils.h` as it is utility macro.
Change-Id: Ia8171a226978f053a1ee4037f80142c0a4d21430
Diffstat (limited to 'bl1')
-rw-r--r-- | bl1/bl1_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bl1/bl1_main.c b/bl1/bl1_main.c index 3cca1769c..cb1bc1862 100644 --- a/bl1/bl1_main.c +++ b/bl1/bl1_main.c @@ -38,6 +38,7 @@ #include <platform.h> #include <platform_def.h> #include <smcc_helpers.h> +#include <utils.h> #include "bl1_private.h" #include <uuid.h> |