From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timo Ketola Date: Fri, 13 Apr 2012 21:28:17 +0300 Subject: [U-Boot] [PATCH 8/9] imx: nand: Don't invent new configuration variable In-Reply-To: <4F886088.90908@freescale.com> References: <1334223234-23383-1-git-send-email-timo@exertus.fi> <1334316061-26019-1-git-send-email-timo@exertus.fi> <1334316061-26019-9-git-send-email-timo@exertus.fi> <4F886088.90908@freescale.com> Message-ID: <4F887041.7080408@exertus.fi> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 13.04.2012 20:21, Scott Wood wrote: > On 04/13/2012 06:21 AM, Timo Ketola wrote: >> There is already CONFIG_SYS_NAND_BASE (or CONFIG_SYS_NAND_BASE_LIST) which >> must be defined for nand.c. Use that. nand.c sets IO_ADDR_R with that. >> ... > > Actually, I'd rather we go the other direction and deprecate > CONFIG_SYS_NAND_BASE (see CONFIG_SYS_NAND_SELF_INIT). Maybe it's better for me to drop this patch... -- Timo