summaryrefslogtreecommitdiff
path: root/arch/powerpc/lib/Kconfig
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2017-07-06 08:33:09 (GMT)
committerTom Rini <trini@konsulko.com>2017-07-08 19:55:27 (GMT)
commitdebd1f3c336ae85915421f6da0d1cc90fc1d7a1a (patch)
treedf2bcc612c894e098ffdd815e4992d2d0ee00a95 /arch/powerpc/lib/Kconfig
parent907208c452999427cb2f43450308045bf8b42958 (diff)
downloadu-boot-fsl-qoriq-debd1f3c336ae85915421f6da0d1cc90fc1d7a1a.tar.xz
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>
Diffstat (limited to 'arch/powerpc/lib/Kconfig')
-rw-r--r--arch/powerpc/lib/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/powerpc/lib/Kconfig b/arch/powerpc/lib/Kconfig
deleted file mode 100644
index 7c8ea97..0000000
--- a/arch/powerpc/lib/Kconfig
+++ /dev/null
@@ -1,7 +0,0 @@
-config CMD_IMMAP
- bool "Enable various commands to dump IMMR information"
- help
- This enables various commands such as:
-
- siuinfo - print System Interface Unit (SIU) registers
- memcinfo - print Memory Controller registers