diff options
author | Takahiro Kuwano <Takahiro.Kuwano@infineon.com> | 2024-10-15 13:08:35 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-10-15 08:57:49 -0600 |
commit | 20f1383bad59996aeb62e92e296f9ee445ff71b6 (patch) | |
tree | 8bd1b99e145bbb70da7ed1244cc5766abf6053ba /lib/mbedtls/x509_cert_parser.c | |
parent | 0267cfa8570c6d10e99be24aaa4f82a0ca5eeb53 (diff) |
mtd: spi-nor: Call spi_nor_post_sfdp_fixups() only after spi_nor_parse_sfdp()
This patch follows the upstream linux commit:
5273cc6df984("mtd: spi-nor: core: Call spi_nor_post_sfdp_fixups() only
when SFDP is defined")
spi_nor_post_sfdp_fixups() was called regardless of if
spi_nor_parse_sfdp() had been called or not. late_init() should be
instead used to initialize the parameters that are not defined in SFDP.
Ideally spi_nor_post_sfdp_fixups() is called only after successful parse
of SFDP. However, in case SFDP support is disabled by .config, that can
break current functionality. Therefore, we would call it after
spi_nor_parse_sfdp() regardless of its return value.
Acked-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Signed-off-by: Takahiro Kuwano <Takahiro.Kuwano@infineon.com>
Diffstat (limited to 'lib/mbedtls/x509_cert_parser.c')
0 files changed, 0 insertions, 0 deletions