]> git.ipfire.org Git - people/ms/u-boot.git/commit
powerpc, 8xx: move immap.c in arch/powerpc/cpu/mpc8xx/
authorChristophe Leroy <christophe.leroy@c-s.fr>
Thu, 6 Jul 2017 08:33:09 +0000 (10:33 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 8 Jul 2017 19:55:27 +0000 (15:55 -0400)
commitdebd1f3c336ae85915421f6da0d1cc90fc1d7a1a
treedf2bcc612c894e098ffdd815e4992d2d0ee00a95
parent907208c452999427cb2f43450308045bf8b42958
powerpc, 8xx: move immap.c in arch/powerpc/cpu/mpc8xx/

immap.c used to be common to several CPUs. It is now
only linked to the 8xx, so this patch moves it into
arch/powerpc/cpu/mpc8xx/

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Reviewed-by: Heiko Schocher <hs@denx.de>
arch/powerpc/Kconfig
arch/powerpc/cpu/mpc8xx/Kconfig
arch/powerpc/cpu/mpc8xx/Makefile
arch/powerpc/cpu/mpc8xx/immap.c [moved from arch/powerpc/lib/immap.c with 99% similarity]
arch/powerpc/lib/Kconfig [deleted file]
arch/powerpc/lib/Makefile