From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Thu, 6 Aug 2020 16:27:12 +0200 Subject: [PATCH] mvebu: bubt: Drop dead code In-Reply-To: References: <20200724211317.2678-1-trini@konsulko.com> Message-ID: <00a75ff7-5c0c-ffe6-92b8-751cdb9d5e24@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 06.08.20 14:08, Stefan Roese wrote: > On 24.07.20 23:13, Tom Rini wrote: >> The code around CONFIG_SYS_MMC_ENV_PART has been untested since merge. >> This can be seen by it referencing 'mmc->part_num' which was migrated >> elsewhere prior to this code being merged. >> >> Cc: Joel Johnson >> Cc: Stefan Roese >> Signed-off-by: Tom Rini > > Reviewed-by: Stefan Roese Applied to u-boot-marvell/master Thanks, Stefan > Thanks, > Stefan > >> --- >> ? cmd/mvebu/bubt.c | 15 --------------- >> ? 1 file changed, 15 deletions(-) >> >> diff --git a/cmd/mvebu/bubt.c b/cmd/mvebu/bubt.c >> index a27b0df8ae78..85ae588676fe 100644 >> --- a/cmd/mvebu/bubt.c >> +++ b/cmd/mvebu/bubt.c >> @@ -176,16 +176,6 @@ static int mmc_burn_image(size_t image_size) >> ????????? return err; >> ????? } >> -#ifdef CONFIG_SYS_MMC_ENV_PART >> -??? if (mmc->part_num != CONFIG_SYS_MMC_ENV_PART) { >> -??????? err = mmc_switch_part(mmc_dev_num, CONFIG_SYS_MMC_ENV_PART); >> -??????? if (err) { >> -??????????? printf("MMC partition switch failed\n"); >> -??????????? return err; >> -??????? } >> -??? } >> -#endif >> - >> ????? /* SD reserves LBA-0 for MBR and boots from LBA-1, >> ?????? * MMC/eMMC boots from LBA-0 >> ?????? */ >> @@ -217,11 +207,6 @@ static int mmc_burn_image(size_t image_size) >> ????? } >> ????? printf("Done!\n"); >> -#ifdef CONFIG_SYS_MMC_ENV_PART >> -??? if (mmc->part_num != CONFIG_SYS_MMC_ENV_PART) >> -??????? mmc_switch_part(mmc_dev_num, mmc->part_num); >> -#endif >> - >> ????? return 0; >> ? } >> > > > Viele Gr??e, > Stefan > Viele Gr??e, Stefan -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de