Skip to content
Snippets Groups Projects
Commit 653ef91c authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

sandbox: config: Enable driver model


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

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 6494d708
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#define CONFIG_BOOTSTAGE #define CONFIG_BOOTSTAGE
#define CONFIG_BOOTSTAGE_REPORT #define CONFIG_BOOTSTAGE_REPORT
#define CONFIG_DM
/* Number of bits in a C 'long' on this architecture */ /* Number of bits in a C 'long' on this architecture */
#define CONFIG_SANDBOX_BITS_PER_LONG 64 #define CONFIG_SANDBOX_BITS_PER_LONG 64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment