mirror of
https://xff.cz/git/u-boot/
synced 2025-09-17 16:42:11 +02:00
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>
This commit is contained in:
@@ -70,7 +70,6 @@ int checkflash(void);
|
|||||||
int checkdram(void);
|
int checkdram(void);
|
||||||
extern u8 __dtb_dt_begin[]; /* embedded device tree blob */
|
extern u8 __dtb_dt_begin[]; /* embedded device tree blob */
|
||||||
extern u8 __dtb_dt_spl_begin[]; /* embedded device tree blob for SPL/TPL */
|
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
|
* arch_fixup_fdt() - Write arch-specific information to fdt
|
||||||
|
Reference in New Issue
Block a user