From patchwork Mon Mar 12 15:22:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,3/3,v3] sandbox: enable new spi/sf layers Date: Mon, 12 Mar 2012 05:22:18 -0000 From: Mike Frysinger X-Patchwork-Id: 146129 Message-Id: <1331565738-18509-4-git-send-email-vapier@gentoo.org> To: u-boot@lists.denx.de We want to test SPI flash code in the sandbox, so enable the new drivers. Acked-by: Simon Glass Signed-off-by: Mike Frysinger --- v3 - no changes wrt v2 include/configs/sandbox.h | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index a58a34e..236acdf 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -61,6 +61,13 @@ #define CONFIG_ENV_SIZE 8192 #define CONFIG_ENV_IS_NOWHERE +/* SPI */ +#define CONFIG_SANDBOX_SPI +#define CONFIG_CMD_SF +#define CONFIG_SPI_FLASH +#define CONFIG_SPI_FLASH_SANDBOX +#define CONFIG_SPI_FLASH_STMICRO + #define CONFIG_SYS_HZ 1000 /* Memory things - we don't really want a memory test */