diff options
| author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-01-06 08:49:58 +0100 | 
|---|---|---|
| committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-01-06 08:49:58 +0100 | 
| commit | a891601ce51edbafa1a2750c96a618e4fcbca1c2 (patch) | |
| tree | 9a5d44eb1fcca45dfd30557318f786b66392a8f3 /arch/arm/include/asm/arch-mx6/sys_proto.h | |
| parent | 2931fa4db349c97f882ffda42e901208654b5ca9 (diff) | |
| parent | 4611d5bab26f93471b84f6f33967cef69b3f723a (diff) | |
| download | olio-uboot-2014.01-a891601ce51edbafa1a2750c96a618e4fcbca1c2.tar.xz olio-uboot-2014.01-a891601ce51edbafa1a2750c96a618e4fcbca1c2.zip | |
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
Conflicts:
	include/micrel.h
The conflict above was trivial, caused by four lines being
added in both branches with different whitepace.
Diffstat (limited to 'arch/arm/include/asm/arch-mx6/sys_proto.h')
| -rw-r--r-- | arch/arm/include/asm/arch-mx6/sys_proto.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/arch/arm/include/asm/arch-mx6/sys_proto.h b/arch/arm/include/asm/arch-mx6/sys_proto.h index 8c21364e7..17125a6f3 100644 --- a/arch/arm/include/asm/arch-mx6/sys_proto.h +++ b/arch/arm/include/asm/arch-mx6/sys_proto.h @@ -29,8 +29,6 @@ u32 get_cpu_rev(void);  const char *get_imx_type(u32 imxtype);  unsigned imx_ddr_size(void); -void set_vddsoc(u32 mv); -  /*   * Initializes on-chip ethernet controllers.   * to override, implement board_eth_init() |