diff options
| author | Tom Rini <[email protected]> | 2022-04-13 08:00:11 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-04-13 08:00:11 -0400 |
| commit | 2ddf84679df65ba156782ceb75b44696f2cbb3e6 (patch) | |
| tree | 7a736235da332086c458da9c20bd88cb1ce45a8e /drivers/mtd | |
| parent | b2a22b2c9f07e4c78108feb3bc16e18ebd88388a (diff) | |
| parent | a1c711046b0d5478a702b27c6773ea6231eba057 (diff) | |
Merge tag 'u-boot-imx-20220413' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
u-boot-imx-20220413
i.MX patches for 2022.07
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/11710
Diffstat (limited to 'drivers/mtd')
| -rw-r--r-- | drivers/mtd/nand/raw/mxs_nand_spl.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/mtd/nand/raw/mxs_nand_spl.c b/drivers/mtd/nand/raw/mxs_nand_spl.c index 9e0b8afb522..59a67ee4145 100644 --- a/drivers/mtd/nand/raw/mxs_nand_spl.c +++ b/drivers/mtd/nand/raw/mxs_nand_spl.c @@ -283,11 +283,6 @@ int nand_spl_load_image(uint32_t offs, unsigned int size, void *buf) return 0; } -struct mtd_info *nand_get_mtd(void) -{ - return mtd; -} - int nand_default_bbt(struct mtd_info *mtd) { return 0; |
