diff options
author | Lijun Pan <LIJUN.PAN@FREESCALE.COM> | 2014-05-05 22:23:15 +0400 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-05-23 03:08:31 +0400 |
commit | fd7e5b7a8758093781a44df9577fe24e9e11723e (patch) | |
tree | fa63adef48f2174af0c3c14b8591ce9c772df8dc /arch/powerpc/platforms/85xx/Kconfig | |
parent | aa80581da1448e9fe5ef3d1e56a82bbb21912ee1 (diff) | |
download | linux-fd7e5b7a8758093781a44df9577fe24e9e11723e.tar.xz |
powerpc/mpc85xx: Remove P1023 RDS support
P1023RDS is no longer supported/manufactured by Freescale while P1023RDB is.
Signed-off-by: Lijun Pan <Lijun.Pan@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/platforms/85xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/85xx/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig index 918b3902de67..a3cd2afee511 100644 --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig @@ -117,11 +117,11 @@ config P1022_RDK This option enables support for the Freescale / iVeia P1022RDK reference board. -config P1023_RDS - bool "Freescale P1023 RDS/RDB" +config P1023_RDB + bool "Freescale P1023 RDB" select DEFAULT_UIMAGE help - This option enables support for the P1023 RDS and RDB boards + This option enables support for the P1023 RDB board. config TWR_P102x bool "Freescale TWR-P102x" |