From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aneesh V Date: Mon, 16 May 2011 19:50:25 +0530 Subject: [U-Boot] [PATCH v2 08/22] omap: add spl support In-Reply-To: References: <1298893591-17636-1-git-send-email-aneesh@ti.com> <1305472900-4004-9-git-send-email-aneesh@ti.com> Message-ID: <4DD132A9.2010401@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On Monday 16 May 2011 03:18 PM, Simon Schwarz wrote: > Hi Aneesh, > > I recently started to work on a similar topic: omap3 (devkit8000) > nand_spl support. So I'am really interested in your OMAP4/common work > here ;) > > In this patch comment you say its common for OMAP3/4 but in > preloader_console_init() is a call to omap4_rev_string()): > > printf("Texas Instruments %s\n", omap4_rev_string()); Thank you for pointing it out. I will change it to omap_rev_string() best regards, Aneesh