From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Mon, 3 Oct 2016 15:49:27 -0600 Subject: [U-Boot] [RFC PATCH 5/6] arm: Move FSL_HAS_DP_DDR and NUM_DDR_CONTROLLERS to Kconfig In-Reply-To: <1475270352-17225-6-git-send-email-york.sun@nxp.com> References: <1475270352-17225-1-git-send-email-york.sun@nxp.com> <1475270352-17225-6-git-send-email-york.sun@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 30 September 2016 at 15:19, York Sun wrote: > Move this option to Kconfig and clean up existing uses. > NUM_DDR_CONTROLLERS is also used by PowerPC SoCs. > > Signed-off-by: York Sun > --- > arch/arm/cpu/armv8/fsl-layerscape/Kconfig | 8 ++++++++ > arch/arm/include/asm/arch-fsl-layerscape/config.h | 3 --- > 2 files changed, 8 insertions(+), 3 deletions(-) Reviewed-by: Simon Glass