Re: [PATCH v2 01/14] Kconfig: Introduce CONFIG_SYS_HAS_SRAM

2020-07-14 Thread Simon Glass
On Fri, 10 Jul 2020 at 04:22, Ovidiu Panait wrote: > > In order to be able to replace "#ifdef CONFIG_SYS_SRAM_BASE" sequences > with the IS_ENABLED() equivalent, introduce a new boolean Kconfig option > that signals whether the platform has SRAM support. > > Signed-off-by: Ovidiu Panait > --- > >

[PATCH v2 01/14] Kconfig: Introduce CONFIG_SYS_HAS_SRAM

2020-07-10 Thread Ovidiu Panait
In order to be able to replace "#ifdef CONFIG_SYS_SRAM_BASE" sequences with the IS_ENABLED() equivalent, introduce a new boolean Kconfig option that signals whether the platform has SRAM support. Signed-off-by: Ovidiu Panait --- Kconfig | 11 +++ 1 file changed, 11 insertions(+) diff -