ARM: arch-meson: build memory banks using reported memory from registers
[oweals/u-boot.git] / arch / arm / include / asm / arch-meson / mem.h
1 /*
2  * Copyright (C) 2016 BayLibre, SAS
3  * Author: Neil Armstrong <narmstrong@baylibre.com>
4  *
5  * SPDX-License-Identifier:     GPL-2.0+
6  */
7
8 #ifndef __MESON_MEM_H__
9 #define __MESON_MEM_H__
10
11 /* Configure the reserved memory zones exported by the secure registers
12  * into EFI and DTB reserved memory entries.
13  */
14 void meson_gx_init_reserved_memory(void *fdt);
15
16 #endif /* __MESON_MEM_H__ */