From: Simon Glass Date: Sat, 28 Dec 2019 17:44:38 +0000 (-0700) Subject: common: Drop mdm_init() X-Git-Tag: v2020.10~398^2~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7099d71d87813f997b58a3d8107c3a615fd37669;p=platform%2Fkernel%2Fu-boot.git common: Drop mdm_init() This is not used in U-Boot. Drop it. Signed-off-by: Simon Glass Reviewed-by: Simon Goldschmidt --- diff --git a/include/common.h b/include/common.h index 52c0218..8ac5fca 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