From: Simon Glass Date: Wed, 26 Feb 2014 22:59:19 +0000 (-0700) Subject: sandbox: config: Enable driver model X-Git-Tag: accepted/tizen/generic/20140310.101015~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=653ef91cbade3d71f187f4936e380fd82d20d7e7;p=kernel%2Fu-boot.git sandbox: config: Enable driver model Use driver model in sandbox to permit running of driver model unit test. Signed-off-by: Simon Glass --- 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