]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: tegra: move Tegra specific code under arch/arm/
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 17 Oct 2013 11:38:54 +0000 (20:38 +0900)
committerTom Rini <trini@ti.com>
Thu, 31 Oct 2013 17:26:44 +0000 (13:26 -0400)
commit37d82beb57fa5ff2cee42b7caebfbb9f6c2c3f42
tree0bfea51031b27665ec385a026e7bb6d92e2f8407
parente82004bc68cba738b316897bd7a31191ab19f04f
ARM: tegra: move Tegra specific code under arch/arm/

This patch moves Tegra specific directory entries
from the toplevel Makefile and spl/Makefile
to arch/arm/cpu/*/Makefile using Kbuild descending feature.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Tom Warren <TWarren@nvidia.com>
Makefile
arch/arm/cpu/Makefile [new file with mode: 0644]
arch/arm/cpu/arm720t/Makefile
arch/arm/cpu/armv7/Makefile
spl/Makefile