]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/include/asm/config.h
Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx
[u-boot] / arch / powerpc / include / asm / config.h
index 75e19a5746b665062441c284ddf561d0bb6d4cdd..d88c282f75a2e64c81bcc89590d8c773c726129b 100644 (file)
 /* Relocation to SDRAM works on all PPC boards */
 #define CONFIG_RELOC_FIXUP_WORKS
 
+/* Since so many PPC SOCs have a semi-common LBC, define this here */
+#if defined(CONFIG_MPC85xx) || defined(CONFIG_MPC86xx) || \
+       defined(CONFIG_MPC83xx)
+#define CONFIG_FSL_LBC
+#endif
+
 #endif /* _ASM_CONFIG_H_ */