Skip to content
Snippets Groups Projects
Commit 011b5725 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

common: Drop mdm_init()


This is not used in U-Boot. Drop it.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
parent 2d2f91a4
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,6 @@ int checkflash(void);
int checkdram(void);
extern u8 __dtb_dt_begin[]; /* embedded device tree blob */
extern u8 __dtb_dt_spl_begin[]; /* embedded device tree blob for SPL/TPL */
int mdm_init(void);
/**
* arch_fixup_fdt() - Write arch-specific information to fdt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment