]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
powerpc/85xx: fix PHYS_64BIT selection for P1022DS
authorAnatolij Gustschin <agust@denx.de>
Fri, 23 Sep 2011 19:32:50 +0000 (21:32 +0200)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 12 Oct 2011 04:42:52 +0000 (23:42 -0500)
Remove wrong CONFIG_ prefix in Kconfig file.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/platforms/85xx/Kconfig

index 1e66edb95d209ae8db5426451898d7e6e453fedd..7f84cfd1726ee1447c839758a7be03faa4809801 100644 (file)
@@ -80,7 +80,7 @@ config P1010_RDB
 config P1022_DS
        bool "Freescale P1022 DS"
        select DEFAULT_UIMAGE
-       select CONFIG_PHYS_64BIT        # The DTS has 36-bit addresses
+       select PHYS_64BIT       # The DTS has 36-bit addresses
        select SWIOTLB
        help
          This option enables support for the Freescale P1022DS reference board.