commit | debd1f3c336ae85915421f6da0d1cc90fc1d7a1a | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Thu Jul 06 10:33:09 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Jul 08 15:55:27 2017 -0400 |
tree | df2bcc612c894e098ffdd815e4992d2d0ee00a95 | |
parent | 907208c452999427cb2f43450308045bf8b42958 [diff] |
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>