]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: Add DM_DMA to be disabled
authorSimon Glass <sjg@chromium.org>
Mon, 5 Jul 2021 22:32:42 +0000 (16:32 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Jul 2021 16:27:34 +0000 (10:27 -0600)
commitbf8188e4aa442a9fcd6b5332d177ec76a8faae65
tree61c5cca38d2d141fa00ad6a6d98ed30f6755cefe
parentf093f8649c794866f5793f132f93c95335aea817
test: Add DM_DMA to be disabled

At present if DM_DMA is disabled on a sandbox build, the build fails.
Make the test conditional.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/dm/core.c