]> git.baikalelectronics.ru Git - uboot.git/commit
mvebu: bubt: Drop dead code
authorTom Rini <trini@konsulko.com>
Fri, 24 Jul 2020 21:13:17 +0000 (17:13 -0400)
committerStefan Roese <sr@denx.de>
Thu, 6 Aug 2020 12:12:14 +0000 (14:12 +0200)
commit11b419f476070ec0ca760b18f33e4272b2e8b821
treed06e27f63beda7d7aad3fe66b817784a4db701ef
parent96b76dbf7e065f2f2edf1dc08f5760adc4c3e8e7
mvebu: bubt: Drop dead code

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 <mrjoel@lixil.net>
Cc: Stefan Roese <sr@denx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Stefan Roese <sr@denx.de>
Reviewed-by: Stefan Roese <sr@denx.de>
cmd/mvebu/bubt.c