summaryrefslogtreecommitdiff
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 (GMT)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2011-07-04 08:55:26 (GMT)
commita6e961c2923ec7a5351c16cd202d9376e44eaa3b (patch)
tree8b26b8084b4ca248ec88e8c248f94485470d53c3 /arch/arm/include/asm/arch-mx5/sys_proto.h
parenta682b3f76bf441e7ccafa402b60ca30bc62751df (diff)
downloadu-boot-fsl-qoriq-a6e961c2923ec7a5351c16cd202d9376e44eaa3b.tar.xz
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 f687503..ce63675 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