diff options
| author | Simon Glass <[email protected]> | 2019-12-28 10:44:38 -0700 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2020-01-24 23:06:47 +0530 |
| commit | 7099d71d87813f997b58a3d8107c3a615fd37669 (patch) | |
| tree | ee39944e41f5ab4b34b90f57fa1d28d371a62e92 /include | |
| parent | c8a1198665b81113535e89c791a7991abe481d62 (diff) | |
common: Drop mdm_init()
This is not used in U-Boot. Drop it.
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Simon Goldschmidt <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h index 52c02185f40..8ac5fca9eeb 100644 --- a/include/common.h +++ b/include/common.h @@ -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 |
