Re: [PATCH] xilinx: zynqmp: Do not guard SPL_FS_LOAD_PAYLOAD_NAME by SDHCI driver

2022-05-16 Thread Michal Simek
Ășt 10. 5. 2022 v 16:23 odesĂ­latel Michal Simek napsal: > > CONFIG_SPL_FS_LOAD_PAYLOAD_NAME is used by set_dfu_alt_info() for string > generation. It doesn't depend on SDHCI because the same file can be stored > to other non volatile memories like qspi. > > Signed-off-by: Michal Simek > --- > > i

[PATCH] xilinx: zynqmp: Do not guard SPL_FS_LOAD_PAYLOAD_NAME by SDHCI driver

2022-05-10 Thread Michal Simek
CONFIG_SPL_FS_LOAD_PAYLOAD_NAME is used by set_dfu_alt_info() for string generation. It doesn't depend on SDHCI because the same file can be stored to other non volatile memories like qspi. Signed-off-by: Michal Simek --- include/configs/xilinx_zynqmp.h | 2 -- 1 file changed, 2 deletions(-) d