summaryrefslogtreecommitdiff
path: root/board/amlogic/libretech-cc/libretech-cc.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/amlogic/libretech-cc/libretech-cc.c')
-rw-r--r--board/amlogic/libretech-cc/libretech-cc.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/board/amlogic/libretech-cc/libretech-cc.c b/board/amlogic/libretech-cc/libretech-cc.c
index 26c0e78a46..6be6e2ae93 100644
--- a/board/amlogic/libretech-cc/libretech-cc.c
+++ b/board/amlogic/libretech-cc/libretech-cc.c
@@ -11,6 +11,7 @@
#include <asm/arch/gxbb.h>
#include <asm/arch/sm.h>
#include <asm/arch/eth.h>
+#include <asm/arch/mem.h>
#define EFUSE_SN_OFFSET 20
#define EFUSE_SN_SIZE 16
@@ -51,3 +52,10 @@ int misc_init_r(void)
return 0;
}
+
+int ft_board_setup(void *blob, bd_t *bd)
+{
+ meson_gx_init_reserved_memory(blob);
+
+ return 0;
+}