diff options
| author | Fabio Estevam <fabio.estevam@freescale.com> | 2011-06-07 07:02:52 +0000 | 
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-07-04 10:55:26 +0200 | 
| commit | a6e961c2923ec7a5351c16cd202d9376e44eaa3b (patch) | |
| tree | 8b26b8084b4ca248ec88e8c248f94485470d53c3 /arch/arm/include/asm/arch-mx5/sys_proto.h | |
| parent | a682b3f76bf441e7ccafa402b60ca30bc62751df (diff) | |
| download | olio-uboot-2014.01-a6e961c2923ec7a5351c16cd202d9376e44eaa3b.tar.xz olio-uboot-2014.01-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.h | 2 | 
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 f687503ca..ce6367562 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 |