diff options
Diffstat (limited to 'plat/marvell/a3700/common/include/dram_win.h')
-rw-r--r-- | plat/marvell/a3700/common/include/dram_win.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plat/marvell/a3700/common/include/dram_win.h b/plat/marvell/a3700/common/include/dram_win.h index 6f345f945..26a013784 100644 --- a/plat/marvell/a3700/common/include/dram_win.h +++ b/plat/marvell/a3700/common/include/dram_win.h @@ -8,7 +8,8 @@ #ifndef DRAM_WIN_H #define DRAM_WIN_H -#include <bl_common.h> +#include <common/bl_common.h> + #include <io_addr_dec.h> void dram_win_map_build(struct dram_win_map *win_map); |