From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Mon, 17 Aug 2009 17:16:15 +0200 Subject: [U-Boot] [PATCH] Adding support for DevKit8000 In-Reply-To: References: <1250500736-20034-1-git-send-email-frederik@kriewitz.eu> <20090817095033.67CB7833DBD2@gemini.denx.de> Message-ID: <4A89743F.3010109@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Frederik Kriewitz wrote: > Thank you for reviewing my patch. > > I've fixed the issues and will submit it again once Jean-Christophe > updated the mach-types.h. Please send an official request for this. See http://lists.denx.de/pipermail/u-boot/2008-September/040553.html Best regards Dirk > On Mon, Aug 17, 2009 at 11:50 AM, Wolfgang Denk wrote: >>> +#define CONFIG_SYS_MAX_FLASH_SECT 520 /* max number of sectors on */ >>> + /* one chip */ >>> +#define CONFIG_SYS_MAX_FLASH_BANKS 2 /* max number of flash banks */ >>> +#define CONFIG_SYS_MONITOR_LEN SZ_256K /* Reserve 2 sectors */ >>> + >>> +#define CONFIG_SYS_FLASH_BASE boot_flash_base >>> + >>> +/* Monitor at start of flash */ >>> +#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE >> You seem to have NOR flash, but define NO_FLSH eralier. Is this >> intentional? What is the rationale behind that? > > I don't have NOR flash, just NAND. So NO_FLASH is fine. > > I'm was confused about the FLASH stuff too. > Other OMAP3 Boards have them too and AFAIK none of them has NOR flash. > e.g. CONFIG_SYS_ENV_SECT_SIZE is defined in several configs but never used. > I removed them and everything works fine. > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot >