Re: [PATCH v2] spl: ram: hide SPL_RAM_SUPPORT

2024-09-24 Thread Tom Rini
On Tue, 10 Sep 2024 15:00:18 +0200, Jerome Forissier wrote: > Make SPL_RAM_SUPPORT a hidden Kconfig symbol, automatically selected > by SPL_RAM_DEVICE or SPL_DFU. Avoids the situation where SPL_RAM_SUPPORT > may be enabled without the other two being enabled, which results in the > following build

Re: [PATCH v2] spl: ram: hide SPL_RAM_SUPPORT

2024-09-12 Thread Mattijs Korpershoek
Hi Jerome, Thank you for the patch. On mar., sept. 10, 2024 at 15:00, Jerome Forissier wrote: > Make SPL_RAM_SUPPORT a hidden Kconfig symbol, automatically selected > by SPL_RAM_DEVICE or SPL_DFU. Avoids the situation where SPL_RAM_SUPPORT > may be enabled without the other two being enabled,

Re: [PATCH v2] spl: ram: hide SPL_RAM_SUPPORT

2024-09-10 Thread Tom Rini
On Tue, Sep 10, 2024 at 03:00:18PM +0200, Jerome Forissier wrote: > Make SPL_RAM_SUPPORT a hidden Kconfig symbol, automatically selected > by SPL_RAM_DEVICE or SPL_DFU. Avoids the situation where SPL_RAM_SUPPORT > may be enabled without the other two being enabled, which results in the > following

[PATCH v2] spl: ram: hide SPL_RAM_SUPPORT

2024-09-10 Thread Jerome Forissier
Make SPL_RAM_SUPPORT a hidden Kconfig symbol, automatically selected by SPL_RAM_DEVICE or SPL_DFU. Avoids the situation where SPL_RAM_SUPPORT may be enabled without the other two being enabled, which results in the following build warning: common/spl/spl_ram.c:19:14: warning: ‘spl_ram_load_read’ d

Re: [PATCH v2] spl: ram: hide SPL_RAM_SUPPORT

2024-09-10 Thread Sean Anderson
On 9/10/24 09:00, Jerome Forissier wrote: Make SPL_RAM_SUPPORT a hidden Kconfig symbol, automatically selected by SPL_RAM_DEVICE or SPL_DFU. Avoids the situation where SPL_RAM_SUPPORT may be enabled without the other two being enabled, which results in the following build warning: common/spl/spl