Skip to content

Rename JES216 -> JESD216 in SFDP macro names #16

@terrillmoore

Description

@terrillmoore

In platform/driver/flash_mx25v8035f/i/mcci_flash_sfdp.h, the version macros use JES216 in their names:

  • MCCI_FLASH_SFDP_HEADER_PROPERTY_VERSION_JES216D
  • MCCI_FLASH_SFDP_HEADER_PROPERTY_VERSION_JES216C
  • MCCI_FLASH_SFDP_HEADER_PROPERTY_VERSION_JES216B
  • MCCI_FLASH_SFDP_HEADER_PROPERTY_VERSION_JES216A

The JEDEC standard name is JESD216 (not JES216). The trailing comments on these lines correctly say "JESD216". The macro is referenced in mccibootloaderflash_mx25v8035f.c line 130.

Since there are no external clients, rename to MCCI_FLASH_SFDP_HEADER_PROPERTY_VERSION_JESD216{A,B,C,D}.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions