summaryrefslogtreecommitdiff
path: root/arch/arm/boards/protonic-imx8m/lowlevel-prt8mm.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boards/protonic-imx8m/lowlevel-prt8mm.c')
-rw-r--r--arch/arm/boards/protonic-imx8m/lowlevel-prt8mm.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/boards/protonic-imx8m/lowlevel-prt8mm.c b/arch/arm/boards/protonic-imx8m/lowlevel-prt8mm.c
index 603f8add07..711316ae4b 100644
--- a/arch/arm/boards/protonic-imx8m/lowlevel-prt8mm.c
+++ b/arch/arm/boards/protonic-imx8m/lowlevel-prt8mm.c
@@ -2,7 +2,6 @@
#include <asm/barebox-arm.h>
#include <common.h>
-#include <image-metadata.h>
#include <debug_ll.h>
#include <mach/imx/debug_ll.h>
#include <firmware.h>
@@ -88,7 +87,5 @@ ENTRY_FUNCTION(start_prt_prt8mm, r0, r1, r2)
relocate_to_current_adr();
setup_c();
- IMD_USED_OF(imx8mm_prt8mm);
-
prt_prt8mm_start();
}