[U-Boot] [RFC PATCH v2 05/14] sandbox: config: Enable driver model

Simon Glass sjg at chromium.org
Tue May 7 21:42:01 CEST 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 v2: None

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

diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 78eda90..c93970a 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -22,6 +22,8 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
+#define CONFIG_DM
+
 /* Number of bits in a C 'long' on this architecture */
 #define CONFIG_SANDBOX_BITS_PER_LONG	64
 
-- 
1.8.2.1



More information about the U-Boot mailing list