diff options
author | Simon Glass <sjg@chromium.org> | 2019-12-28 10:44:38 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-01-17 13:26:48 -0500 |
commit | 011b5725a89c7fc658109d1dce2ad0d7bcd1db02 (patch) | |
tree | 5cf0cc48acbbcb8c83cf5f55598b2cd778cb314f | |
parent | 2d2f91a480f6849a8548414003d36fa030d434f1 (diff) |
common: Drop mdm_init()
This is not used in U-Boot. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
-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 52c02185f4..8ac5fca9ee 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 |