diff options
author | Stefano Babic | 2015-07-26 15:18:15 +0200 |
---|---|---|
committer | Tom Rini | 2015-08-12 20:47:45 -0400 |
commit | 55f1b39f7390a0d43146935da0ce99a02a64940c (patch) | |
tree | 61cd773f3baf56f52b8818043db5c8b8b26ecc8a /include/configs/omap3_igep00x0.h | |
parent | 01d10aa1e115d4cc3e56ed6b73ca237eec003822 (diff) |
ti: drop value from CONFIG_SYS_NAND_BUSWIDTH_16BIT
Signed-off-by: Stefano Babic <sbabic@denx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/omap3_igep00x0.h')
-rw-r--r-- | include/configs/omap3_igep00x0.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/omap3_igep00x0.h b/include/configs/omap3_igep00x0.h index 8785d8fd501..04433edcc54 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 |