diff options
author | Eric Miao <eric.y.miao@gmail.com> | 2011-08-16 12:28:57 +0800 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2011-10-25 20:28:49 +0800 |
commit | c149f6c8ae47c35821d93e2bffd5a3a7ca54ad9e (patch) | |
tree | c7a81d80215fb3559e640d50a3a6ac59fb30486e /arch/arm/mach-mmp/Kconfig | |
parent | 97b09da4ee36ec4bd0f6e16b84b4bb6fa05db110 (diff) | |
download | op-kernel-dev-c149f6c8ae47c35821d93e2bffd5a3a7ca54ad9e.zip op-kernel-dev-c149f6c8ae47c35821d93e2bffd5a3a7ca54ad9e.tar.gz |
ARM: mmp: rename SHEEVAD to GPLUGD
GuruPlugD was initially named to be SHEEVAD, and it's causing naming
confusion in the mach-types database. Make it consistent by renaming
to GPLUGD.
Reported-and-Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Tanmay Upadhyay <tanmay.upadhyay@einfochips.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-mmp/Kconfig')
-rw-r--r-- | arch/arm/mach-mmp/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mmp/Kconfig b/arch/arm/mach-mmp/Kconfig index 56ef5f6..323d4c9 100644 --- a/arch/arm/mach-mmp/Kconfig +++ b/arch/arm/mach-mmp/Kconfig @@ -77,7 +77,7 @@ config MACH_TETON_BGA Say 'Y' here if you want to support the Marvell PXA168-based Teton BGA Development Board. -config MACH_SHEEVAD +config MACH_GPLUGD bool "Marvell's PXA168 GuruPlug Display (gplugD) Board" select CPU_PXA168 help |