diff options
Diffstat (limited to 'include/configs/at91sam9261ek.h')
| -rw-r--r-- | include/configs/at91sam9261ek.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/configs/at91sam9261ek.h b/include/configs/at91sam9261ek.h index 6d240230d..028a04f32 100644 --- a/include/configs/at91sam9261ek.h +++ b/include/configs/at91sam9261ek.h @@ -132,6 +132,8 @@  #define CONFIG_SYS_NAND_MASK_CLE		(1 << 21)  #define CONFIG_SYS_NAND_ENABLE_PIN		AT91_PIN_PC14  #define CONFIG_SYS_NAND_READY_PIN		AT91_PIN_PC15 + +#define CONFIG_SYS_64BIT_VSPRINTF		/* needed for nand_util.c */  #endif  /* NOR flash - no real flash on this board */ |