[U-Boot] [PATCH v6 09/17] sandbox: config: Enable driver model

Simon Glass sjg at chromium.org
Thu Nov 7 17:32:05 CET 2013


Use driver model in sandbox to permit running of driver model unit test.

Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v6: None
Changes in v5: None
Changes in v4: None
Changes in v3: None
Changes in v2: None

 include/configs/sandbox.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 9dbbd3d..6855e7d 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -18,6 +18,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
-- 
1.8.4.1



More information about the U-Boot mailing list