summaryrefslogtreecommitdiffstats
path: root/arch/ppc/mach-mpc5xxx/include/mach/mpc5xxx.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/mach-mpc5xxx/include/mach/mpc5xxx.h')
-rw-r--r--arch/ppc/mach-mpc5xxx/include/mach/mpc5xxx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/ppc/mach-mpc5xxx/include/mach/mpc5xxx.h b/arch/ppc/mach-mpc5xxx/include/mach/mpc5xxx.h
index aad2418fd4..558f331160 100644
--- a/arch/ppc/mach-mpc5xxx/include/mach/mpc5xxx.h
+++ b/arch/ppc/mach-mpc5xxx/include/mach/mpc5xxx.h
@@ -782,6 +782,10 @@ void loadtask(int basetask, int tasks);
/* retrieve configured sdram size connected to a chipselect */
unsigned long mpc5200_get_sdram_size(unsigned int cs);
+/* configure a local plus bus chip select */
+#define MPC5200_BOOTCS 8
+void mpc5200_setup_cs(int cs, unsigned long start, unsigned long size, u32 cfg);
+
#endif /* __ASSEMBLY__ */
#endif /* __ASMPPC_MPC5XXX_H */