diff options
author | Nishanth Menon <nm@ti.com> | 2015-09-17 15:42:42 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-10-22 14:18:40 -0400 |
commit | bfaa2d99dc47b44f4e76bc029c2feb75634ca5c6 (patch) | |
tree | 7ec449c7f591fc0b41b13ce703e6d3edbadfd361 /test/dm/Makefile | |
parent | 5215940f599790466e90fbe744d9bf7e956bf2e2 (diff) | |
download | u-boot-imx-bfaa2d99dc47b44f4e76bc029c2feb75634ca5c6.zip u-boot-imx-bfaa2d99dc47b44f4e76bc029c2feb75634ca5c6.tar.gz u-boot-imx-bfaa2d99dc47b44f4e76bc029c2feb75634ca5c6.tar.bz2 |
test: Add basic tests for remoteproc
Use the sandbox environment for the basic tests.
Reviewed-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Nishanth Menon <nm@ti.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test/dm/Makefile')
-rw-r--r-- | test/dm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dm/Makefile b/test/dm/Makefile index eda9643..7b3626c 100644 --- a/test/dm/Makefile +++ b/test/dm/Makefile @@ -24,6 +24,7 @@ obj-$(CONFIG_DM_MMC) += mmc.o obj-$(CONFIG_DM_PCI) += pci.o obj-$(CONFIG_RAM) += ram.o 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 |