mbox series

[0/2] mtd: parsers: bcm63xx: simplify CFE detection

Message ID 20200608094053.3381512-1-noltari@gmail.com (mailing list archive)
Headers show
Series mtd: parsers: bcm63xx: simplify CFE detection | expand

Message

Álvaro Fernández Rojas June 8, 2020, 9:40 a.m. UTC
Instead of trying to parse CFE version string, which is customized by some
vendors, let's just check that "CFE1" was passed on argument 3.

Álvaro Fernández Rojas (2):
  MIPS: BCM63xx: add helper function to detect CFE
  mtd: parsers: bcm63xx: simplify CFE detection

 .../include/asm/mach-bcm63xx/bcm63xx_board.h  |  6 ++++
 drivers/mtd/parsers/bcm63xxpart.c             | 28 ++-----------------
 2 files changed, 9 insertions(+), 25 deletions(-)