]> git.baikalelectronics.ru Git - uboot.git/commit
etamin: Rework CONFIG_NAND_CS_INIT
authorTom Rini <trini@konsulko.com>
Fri, 2 Dec 2022 21:42:38 +0000 (16:42 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 22 Dec 2022 15:31:48 +0000 (10:31 -0500)
commitd415ff4cba35e3dd8c43c1d29efd8c2e7aed51f2
treef79c75fa5f322ddf8a529ee9170a7676523d17ad
parent759b6d23e6f6ac4819df4b059ba333a2dfcce806
etamin: Rework CONFIG_NAND_CS_INIT

Enable this in the board Kconfig file, but then check for it via
CONFIG_IS_ENABLED so that it will only be true in the non-SPL case, as
is done today.  As part of this we move some defines local to where
they are used as it's board specific.

Cc: Samuel Egli <samuel.egli@siemens.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
board/siemens/common/board.c
board/siemens/draco/Kconfig
board/siemens/draco/board.c
include/configs/etamin.h