From 55f1b39f7390a0d43146935da0ce99a02a64940c Mon Sep 17 00:00:00 2001 From: Stefano Babic Date: Sun, 26 Jul 2015 15:18:15 +0200 Subject: ti: drop value from CONFIG_SYS_NAND_BUSWIDTH_16BIT Signed-off-by: Stefano Babic Reviewed-by: Tom Rini --- include/configs/omap3_igep00x0.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/configs/omap3_igep00x0.h') diff --git a/include/configs/omap3_igep00x0.h b/include/configs/omap3_igep00x0.h index 8785d8f..04433ed 100644 --- a/include/configs/omap3_igep00x0.h +++ b/include/configs/omap3_igep00x0.h @@ -193,7 +193,7 @@ /* NAND boot config */ #ifdef CONFIG_NAND -#define CONFIG_SYS_NAND_BUSWIDTH_16BIT 16 +#define CONFIG_SYS_NAND_BUSWIDTH_16BIT #define CONFIG_SYS_NAND_5_ADDR_CYCLE #define CONFIG_SYS_NAND_PAGE_COUNT 64 #define CONFIG_SYS_NAND_PAGE_SIZE 2048 -- cgit v1.1