On Fri, 10 Jul 2020 at 04:22, Ovidiu Panait <ovidiu.pan...@windriver.com> 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 <ovidiu.pan...@windriver.com> > --- > > Kconfig | 11 +++++++++++ > 1 file changed, 11 insertions(+)
Reviewed-by: Simon Glass <s...@chromium.org>