]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sandbox: config: Enable driver model
authorSimon Glass <sjg@chromium.org>
Wed, 26 Feb 2014 22:59:19 +0000 (15:59 -0700)
committerTom Rini <trini@ti.com>
Tue, 4 Mar 2014 17:15:29 +0000 (12:15 -0500)
Use driver model in sandbox to permit running of driver model unit test.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/configs/sandbox.h

index fbb979117fc71ec8dae5697a33430b2c33b1c7f4..9cdfcc74ae6f204a16bf556340075059bfad0cff 100644 (file)
@@ -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