mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
spi: Re-enable the SPI flash tests
These are working correctly again, so re-enable them. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jagan Teki <jteki@openedev.com> Tested-by: Jagan Teki <jteki@openedev.com>
This commit is contained in:
parent
0badb23d11
commit
f8025b58f8
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…
Reference in a new issue