commit | 7be19313b3804576a421beecc005112b3b8b5cb0 | [log] [tgz] |
---|---|---|
author | Ovidiu Panait <ovidiu.panait@windriver.com> | Fri Jul 24 14:12:09 2020 +0300 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 06 14:26:35 2020 -0400 |
tree | 890229e8ffd88dfc392f2aef6e88e0a250069e2a | |
parent | 99c69538093143984edf0bcebdadc0a6d767c0a4 [diff] |
Kconfig: Introduce CONFIG_SYS_HAS_SRAM 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. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>