From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Jackson Date: Tue, 16 Apr 2013 20:25:17 +0100 Subject: [U-Boot] [PATCH] Add NanoBone board support In-Reply-To: <516DA305.10707@mimc.co.uk> References: <516D680A.3030903@mimc.co.uk> <20130416154820.GD11956@bill-the-cat> <516DA305.10707@mimc.co.uk> Message-ID: <516DA59D.9030203@mimc.co.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 16/04/13 20:14, Mark Jackson wrote: > On 16/04/13 16:48, Tom Rini wrote: >> On Tue, Apr 16, 2013 at 04:02:34PM +0100, Mark Jackson wrote: >>> +#define CONFIG_SYS_NAND_ECCTOTAL (CONFIG_SYS_NAND_ECCBYTES * \ >>> + CONFIG_SYS_NAND_ECCSTEPS) >>> + >>> +#define CONFIG_SYS_NAND_U_BOOT_START CONFIG_SYS_TEXT_BASE >> >> Another problem duplicated from am335x_evm.h :( > > I'll add it to the "remove duplicates" patch. Replied a bit too soon on this one ... I thought they were duplicated, but they're not. what's the problem with these lines ?