Re: [PATCH] powerpc/85xx: fix PHYS_64BIT selection for P1022DS
From: Tabi Timur-B04825 <hidden>
Date: 2011-09-25 17:06:36
On Fri, Sep 23, 2011 at 2:32 PM, Anatolij Gustschin [off-list ref] wrote:
quoted hunk ↗ jump to hunk
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms=
/85xx/Kconfig
quoted hunk ↗ jump to hunk
index 1b393f4..b29d4f2 100644--- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig@@ -80,7 +80,7 @@ config P1010_RDB=A0config P1022_DS =A0 =A0 =A0 =A0bool "Freescale P1022 DS" =A0 =A0 =A0 =A0select DEFAULT_UIMAGE - =A0 =A0 =A0 select CONFIG_PHYS_64BIT =A0 =A0 =A0 =A0# The DTS has 36-bi=
t addresses
+ =A0 =A0 =A0 select PHYS_64BIT =A0 =A0 =A0 # The DTS has 36-bit addresse=
s I have no idea how this happened, but I wonder if it's a good idea. On the Freescale BSP, the default config for the P1022DS is 32-bit, not 36-bit, so one day we might have a 32-bit config in the upstream repository. PHYS_64BIT is already covered by the defconfig. I wonder if we should just delete the bad line, and let the defconfig select the address size. --=20 Timur Tabi Linux kernel developer at Freescale=