diff options
author | Simon Glass <sjg@chromium.org> | 2014-02-26 15:59:19 -0700 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-03-04 12:15:29 -0500 |
commit | 653ef91cbade3d71f187f4936e380fd82d20d7e7 (patch) | |
tree | 6322c6cc8716bf9179328bf5d99c83d72f9922f2 /include/configs/sandbox.h | |
parent | 6494d708bfc630ac0585d5a81707442ebf578eac (diff) | |
download | u-boot-imx-653ef91cbade3d71f187f4936e380fd82d20d7e7.zip u-boot-imx-653ef91cbade3d71f187f4936e380fd82d20d7e7.tar.gz u-boot-imx-653ef91cbade3d71f187f4936e380fd82d20d7e7.tar.bz2 |
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/configs/sandbox.h')
-rw-r--r-- | include/configs/sandbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index fbb9791..9cdfcc7 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 |