blob: 28f345ff0944d62c0c7b96d4289513e8d7134f63 [file] [log] [blame]
# crosvm's PCI implementation does not support updating config space in
# various ways. This tells U-Boot to inherit -- but not touch -- the existing
# PCI config space.
CONFIG_PCI_ENUM_ONLY=y
# Crosvm is responsible for cleaning RAM's contents, so this is unneeded.
# CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set