diff options
author | Anatolij Gustschin <agust@denx.de> | 2011-09-23 15:32:50 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-10-12 00:42:52 -0400 |
commit | 878e3cb5f7763f388a1fa7d2a33b66601f75b43e (patch) | |
tree | ac6773c0c4e8eb4f3bc24dacdf7af4e4dfb7ffcd /arch/powerpc/platforms/85xx/Kconfig | |
parent | 1dc91c3eb374ca01ec99dc0ca2a38babc509beb3 (diff) |
powerpc/85xx: fix PHYS_64BIT selection for P1022DS
Remove wrong CONFIG_ prefix in Kconfig file.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/85xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/85xx/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig index 1e66edb95d20..7f84cfd1726e 100644 --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig | |||
@@ -80,7 +80,7 @@ config P1010_RDB | |||
80 | config P1022_DS | 80 | config P1022_DS |
81 | bool "Freescale P1022 DS" | 81 | bool "Freescale P1022 DS" |
82 | select DEFAULT_UIMAGE | 82 | select DEFAULT_UIMAGE |
83 | select CONFIG_PHYS_64BIT # The DTS has 36-bit addresses | 83 | select PHYS_64BIT # The DTS has 36-bit addresses |
84 | select SWIOTLB | 84 | select SWIOTLB |
85 | help | 85 | help |
86 | This option enables support for the Freescale P1022DS reference board. | 86 | This option enables support for the Freescale P1022DS reference board. |