]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MX: set a common place to share code for Freescale i.MX
authorStefano Babic <sbabic@denx.de>
Wed, 5 Sep 2012 20:16:36 +0000 (20:16 +0000)
committerStefano Babic <sbabic@denx.de>
Mon, 10 Sep 2012 12:24:29 +0000 (14:24 +0200)
commitea00e59be08989dae905076f4acf3eb297fce552
tree2eff5a7c4f2a8205091fa2960c815007575bce4d
parentb85705e60ec0f5ce2638ccf27a802e8df1a8d57c
MX: set a common place to share code for Freescale i.MX

Up now only MX5 and MX6 can share code, because they have
a common source directory in cpu/armv7. Other not armv7
i.MX can profit of the same shared code. Move these files
into a directory accessible for all, similar to plat-mxc
in linux.

Signed-off-by: Stefano Babic <sbabic@denx.de>
Makefile
arch/arm/imx-common/Makefile [moved from arch/arm/cpu/armv7/imx-common/Makefile with 94% similarity]
arch/arm/imx-common/cmd_bmode.c [moved from arch/arm/cpu/armv7/imx-common/cmd_bmode.c with 100% similarity]
arch/arm/imx-common/cpu.c [moved from arch/arm/cpu/armv7/imx-common/cpu.c with 100% similarity]
arch/arm/imx-common/i2c-mxv7.c [moved from arch/arm/cpu/armv7/imx-common/i2c.c with 100% similarity]
arch/arm/imx-common/iomux-v3.c [moved from arch/arm/cpu/armv7/imx-common/iomux-v3.c with 100% similarity]
arch/arm/imx-common/speed.c [moved from arch/arm/cpu/armv7/imx-common/speed.c with 100% similarity]
arch/arm/imx-common/timer.c [moved from arch/arm/cpu/armv7/imx-common/timer.c with 100% similarity]