]> Git Repo - J-u-boot.git/commit
Kconfig: Introduce CONFIG_SYS_HAS_SRAM
authorOvidiu Panait <[email protected]>
Fri, 24 Jul 2020 11:12:09 +0000 (14:12 +0300)
committerTom Rini <[email protected]>
Thu, 6 Aug 2020 18:26:35 +0000 (14:26 -0400)
commit7be19313b3804576a421beecc005112b3b8b5cb0
tree890229e8ffd88dfc392f2aef6e88e0a250069e2a
parent99c69538093143984edf0bcebdadc0a6d767c0a4
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 <[email protected]>
Signed-off-by: Ovidiu Panait <[email protected]>
Kconfig
This page took 0.034304 seconds and 4 git commands to generate.