[PATCH v2 01/14] Kconfig: Introduce CONFIG_SYS_HAS_SRAM
Simon Glass
sjg at chromium.org
Wed Jul 15 03:05:15 CEST 2020
On Fri, 10 Jul 2020 at 04:22, Ovidiu Panait <ovidiu.panait at 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.panait at windriver.com>
> ---
>
> Kconfig | 11 +++++++++++
> 1 file changed, 11 insertions(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list