mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
dm: Disable all SPI and SPI flash tests
This subsystem has been broken since commit:
4efad20a
sf: Update status reg check in spi_flash_cmd_wait_ready
There has so far been no response from the maintainer, and a release is
imminent. For now, let's just disable the tests.
Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
4cdc2c8cc0
commit
b042566dcf
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ obj-y += regmap.o
|
|||
obj-$(CONFIG_REMOTEPROC) += remoteproc.o
|
||||
obj-$(CONFIG_RESET) += reset.o
|
||||
obj-$(CONFIG_DM_RTC) += rtc.o
|
||||
obj-$(CONFIG_DM_SPI_FLASH) += sf.o
|
||||
obj-$(CONFIG_DM_SPI) += spi.o
|
||||
#obj-$(CONFIG_DM_SPI_FLASH) += sf.o
|
||||
#obj-$(CONFIG_DM_SPI) += spi.o
|
||||
obj-y += syscon.o
|
||||
obj-$(CONFIG_DM_USB) += usb.o
|
||||
obj-$(CONFIG_DM_PMIC) += pmic.o
|
||||
|
|
Loading…
Add table
Reference in a new issue