From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 20 Oct 2013 07:11:22 +0200 Subject: [U-Boot] [PATCH v4 06/16] sandbox: config: Enable driver model In-Reply-To: <1382135604-31828-7-git-send-email-sjg@chromium.org> References: <1382135604-31828-1-git-send-email-sjg@chromium.org> <1382135604-31828-7-git-send-email-sjg@chromium.org> Message-ID: <201310200711.22671.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Simon Glass, > Use driver model in sandbox to permit running of driver model unit test. > > Signed-off-by: Simon Glass > --- This should go in as the last patch I believe. CONFIG_DM does not exist yet. > 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 9fedde7..f9c96eb 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 Best regards, Marek Vasut