diff options
Diffstat (limited to 'include/configs/omap3_evm_common.h')
-rw-r--r-- | include/configs/omap3_evm_common.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/omap3_evm_common.h b/include/configs/omap3_evm_common.h index 66c314fc42..7e7f6f2e9f 100644 --- a/include/configs/omap3_evm_common.h +++ b/include/configs/omap3_evm_common.h @@ -120,7 +120,7 @@ /* Max number of NAND devices */ #define CONFIG_SYS_MAX_NAND_DEVICE 1 -#define CONFIG_SYS_NAND_BUSWIDTH_16BIT 16 +#define CONFIG_SYS_NAND_BUSWIDTH_16BIT /* Timeout values (in ticks) */ #define CONFIG_SYS_FLASH_ERASE_TOUT (100 * CONFIG_SYS_HZ) #define CONFIG_SYS_FLASH_WRITE_TOUT (100 * CONFIG_SYS_HZ) @@ -179,7 +179,6 @@ * U-boot features * ---------------------------------------------------------------------------- */ -#define CONFIG_SYS_PROMPT "OMAP3_EVM # " #define CONFIG_SYS_MAXARGS 16 /* max args for a command */ #define CONFIG_MISC_INIT_R |