From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.scrye.com (unknown [IPv6:2001:470:b8bc:cafe:5054:ff:fedc:793f]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.scrye.com", Issuer "mail.scrye.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 56755B6FB6 for ; Wed, 30 May 2012 08:07:22 +1000 (EST) To: Scott Wood Subject: Re: ppc/sata-fsl: orphan config value: CONFIG_MPC8315_DS From: Anthony Foiani References: <94F013E7935FF44C83EBE7784D62AD3F0930B855@039-SN2MPN1-022.039d.mgd.msft.net> <4FC50F22.2040404@freescale.com> Date: Tue, 29 May 2012 16:07:16 -0600 In-Reply-To: <4FC50F22.2040404@freescale.com> (Scott Wood's message of "Tue, 29 May 2012 13:02:10 -0500") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "Robert P.J.Day" , "linuxppc-dev@lists.ozlabs.org" , Li Yang-R58472 , Jeff Garzik , Adrian Bunk Reply-To: Anthony Foiani List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Scott Wood writes: > CONFIG_MPC831x_RDB doesn't mean that you're running on such a board, > only that the kernel supports those boards. It should be a runtime > test. Point taken. If that SATA check is CPU/SOC-based, then it should be easy enough to test. The cpuinfo for my board is: # cat /proc/cpuinfo processor : 0 cpu : e300c3 clock : 266.666664MHz revision : 2.0 (pvr 8085 0020) bogomips : 66.66 timebase : 33333333 On the other hand, if the problem is actually caused by board trace routing (or other hardware that's outside the control of the CPU/SOC), then I don't know how possible a runtime check will be. Do you know if there is a specific errata that the MPC8315_DS ran across that required this fix, or was it a band-aid in the first place? Either way, thanks for looking into this. Thanks, Tony