summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-mx5/sys_proto.h
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2011-06-07 07:02:52 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-07-04 10:55:26 +0200
commita6e961c2923ec7a5351c16cd202d9376e44eaa3b (patch)
tree8b26b8084b4ca248ec88e8c248f94485470d53c3 /arch/arm/include/asm/arch-mx5/sys_proto.h
parenta682b3f76bf441e7ccafa402b60ca30bc62751df (diff)
downloadtalos-obmc-uboot-a6e961c2923ec7a5351c16cd202d9376e44eaa3b.tar.gz
talos-obmc-uboot-a6e961c2923ec7a5351c16cd202d9376e44eaa3b.zip
MX5: Introduce a function for setting the chip select size
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'arch/arm/include/asm/arch-mx5/sys_proto.h')
-rw-r--r--arch/arm/include/asm/arch-mx5/sys_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-mx5/sys_proto.h b/arch/arm/include/asm/arch-mx5/sys_proto.h
index f687503cad..ce63675629 100644
--- a/arch/arm/include/asm/arch-mx5/sys_proto.h
+++ b/arch/arm/include/asm/arch-mx5/sys_proto.h
@@ -27,5 +27,5 @@
u32 get_cpu_rev(void);
#define is_soc_rev(rev) ((get_cpu_rev() & 0xFF) - rev)
void sdelay(unsigned long);
-
+void set_chipselect_size(int const);
#endif
OpenPOWER on IntegriCloud