From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by ozlabs.org (Postfix) with ESMTP id 1CA79B6F85 for ; Sat, 24 Sep 2011 05:33:03 +1000 (EST) From: Anatolij Gustschin To: Kumar Gala , linuxppc-dev@lists.ozlabs.org Subject: [PATCH] powerpc/85xx: fix PHYS_64BIT selection for P1022DS Date: Fri, 23 Sep 2011 21:32:50 +0200 Message-Id: <1316806370-21067-1-git-send-email-agust@denx.de> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Remove wrong CONFIG_ prefix in Kconfig file. Signed-off-by: Anatolij Gustschin --- 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