linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] powerpc/85xx: fix PHYS_64BIT selection for P1022DS
@ 2011-09-23 19:32 Anatolij Gustschin
  2011-09-25 17:06 ` Tabi Timur-B04825
  2011-10-12  4:53 ` Kumar Gala
  0 siblings, 2 replies; 14+ messages in thread
From: Anatolij Gustschin @ 2011-09-23 19:32 UTC (permalink / raw)
  To: Kumar Gala, linuxppc-dev

Remove wrong CONFIG_ prefix in Kconfig file.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
---
 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 1b393f4..b29d4f2 100644
--- a/arch/powerpc/platforms/85xx/Kconfig
+++ b/arch/powerpc/platforms/85xx/Kconfig
@@ -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.
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-10-13 15:59 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-23 19:32 [PATCH] powerpc/85xx: fix PHYS_64BIT selection for P1022DS Anatolij Gustschin
2011-09-25 17:06 ` Tabi Timur-B04825
2011-09-26 22:12   ` Kumar Gala
2011-09-26 22:14     ` Timur Tabi
2011-09-26 22:24     ` Scott Wood
2011-10-12  4:53 ` Kumar Gala
2011-10-13 14:14   ` Tabi Timur-B04825
2011-10-13 15:31     ` Kumar Gala
2011-10-13 15:35       ` Timur Tabi
2011-10-13 15:41         ` Kumar Gala
2011-10-13 15:45           ` Timur Tabi
2011-10-13 15:52             ` Anatolij Gustschin
2011-10-13 15:50         ` Anatolij Gustschin
2011-10-13 15:59           ` Timur Tabi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).