diff options
| author | Wolfgang Denk <wd@denx.de> | 2011-04-30 22:45:55 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2011-04-30 22:45:55 +0200 | 
| commit | aeabdeb7a33c9cff9ae0cd804521d0d691a7c341 (patch) | |
| tree | 2979428a02f5eebf256d18a3fb5839e063c3354a /arch/powerpc/include/asm/config.h | |
| parent | f3c615b8abc098f5222b061b81c75f1363ff4d32 (diff) | |
| parent | a2879634c430df3d308f4a3badb37cddca0328f5 (diff) | |
| download | olio-uboot-2014.01-aeabdeb7a33c9cff9ae0cd804521d0d691a7c341.tar.xz olio-uboot-2014.01-aeabdeb7a33c9cff9ae0cd804521d0d691a7c341.zip | |
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
Diffstat (limited to 'arch/powerpc/include/asm/config.h')
| -rw-r--r-- | arch/powerpc/include/asm/config.h | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/arch/powerpc/include/asm/config.h b/arch/powerpc/include/asm/config.h index 624d8c2cc..9aad9be1b 100644 --- a/arch/powerpc/include/asm/config.h +++ b/arch/powerpc/include/asm/config.h @@ -29,6 +29,13 @@  #include <asm/config_mpc86xx.h>  #endif +/* CONFIG_HARD_SPI triggers SPI bus initialization in PowerPC */ +#if defined(CONFIG_MPC8XXX_SPI) || defined(CONFIG_FSL_ESPI) +# ifndef CONFIG_HARD_SPI +#  define CONFIG_HARD_SPI +# endif +#endif +  #define CONFIG_LMB  #define CONFIG_SYS_BOOT_RAMDISK_HIGH  #define CONFIG_SYS_BOOT_GET_CMDLINE |