diff options
Diffstat (limited to 'arch/powerpc/include/asm/config.h')
| -rw-r--r-- | arch/powerpc/include/asm/config.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/arch/powerpc/include/asm/config.h b/arch/powerpc/include/asm/config.h index d13863693..67cea01aa 100644 --- a/arch/powerpc/include/asm/config.h +++ b/arch/powerpc/include/asm/config.h @@ -29,6 +29,10 @@  #include <asm/config_mpc86xx.h>  #endif +#ifndef HWCONFIG_BUFFER_SIZE +  #define HWCONFIG_BUFFER_SIZE 256 +#endif +  /* CONFIG_HARD_SPI triggers SPI bus initialization in PowerPC */  #if defined(CONFIG_MPC8XXX_SPI) || defined(CONFIG_FSL_ESPI)  # ifndef CONFIG_HARD_SPI |