mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-24 23:31:44 +02:00
omap3: Make SPL_OMAP3_ID_NAND depend on NAND_OMAP_GPMC
This specific bit logic is used to determine what NAND chip is present on a board in order to then know what revision of the board we have and so what DDR chips are present. We can only do this if we have a NAND chip, and so we will have NAND_OMAP_GPMC enabled. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
33e06dcbe5
commit
fee9e48c89
@ -144,6 +144,7 @@ endchoice
|
||||
|
||||
config SPL_OMAP3_ID_NAND
|
||||
bool "Support OMAP3-specific ID and MFR function"
|
||||
depends on NAND_OMAP_GPMC
|
||||
help
|
||||
Support for an OMAP3-specific set of functions to return the
|
||||
ID and MFR of the first attached NAND chip, if present.
|
||||
|
Loading…
x
Reference in New Issue
Block a user