summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-02-26 15:59:19 -0700
committerTom Rini <trini@ti.com>2014-03-04 12:15:29 -0500
commit653ef91cbade3d71f187f4936e380fd82d20d7e7 (patch)
tree6322c6cc8716bf9179328bf5d99c83d72f9922f2 /include
parent6494d708bfc630ac0585d5a81707442ebf578eac (diff)
downloadblackbird-obmc-uboot-653ef91cbade3d71f187f4936e380fd82d20d7e7.tar.gz
blackbird-obmc-uboot-653ef91cbade3d71f187f4936e380fd82d20d7e7.zip
sandbox: config: Enable driver model
Use driver model in sandbox to permit running of driver model unit test. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/sandbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index fbb979117f..9cdfcc74ae 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -20,6 +20,7 @@
#define CONFIG_BOOTSTAGE
#define CONFIG_BOOTSTAGE_REPORT
+#define CONFIG_DM
/* Number of bits in a C 'long' on this architecture */
#define CONFIG_SANDBOX_BITS_PER_LONG 64
OpenPOWER on IntegriCloud