diff options
Diffstat (limited to 'plat/marvell/a3700/common/dram_win.c')
-rw-r--r-- | plat/marvell/a3700/common/dram_win.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/plat/marvell/a3700/common/dram_win.c b/plat/marvell/a3700/common/dram_win.c index fb236d82d..694f6d480 100644 --- a/plat/marvell/a3700/common/dram_win.c +++ b/plat/marvell/a3700/common/dram_win.c @@ -5,12 +5,14 @@ * https://spdx.org/licenses */ +#include <string.h> + +#include <lib/mmio.h> + #include <dram_win.h> #include <marvell_plat_priv.h> -#include <mmio.h> #include <mvebu.h> #include <plat_marvell.h> -#include <string.h> /* Armada 3700 has 5 configurable windows */ #define MV_CPU_WIN_NUM 5 |