linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: Kumar Gala <galak@kernel.crashing.org>, linuxppc-dev@lists.ozlabs.org
Subject: [PATCH] powerpc/85xx: fix PHYS_64BIT selection for P1022DS
Date: Fri, 23 Sep 2011 21:32:50 +0200	[thread overview]
Message-ID: <1316806370-21067-1-git-send-email-agust@denx.de> (raw)

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

             reply	other threads:[~2011-09-23 19:33 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-23 19:32 Anatolij Gustschin [this message]
2011-09-25 17:06 ` [PATCH] powerpc/85xx: fix PHYS_64BIT selection for P1022DS 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1316806370-21067-1-git-send-email-agust@denx.de \
    --to=agust@denx.de \
    --cc=galak@kernel.crashing.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).