From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aneesh V Date: Mon, 16 May 2011 19:47:37 +0530 Subject: [U-Boot] [PATCH v2 08/22] omap: add spl support In-Reply-To: <20110515195303.0ECA41491B06@gemini.denx.de> References: <1298893591-17636-1-git-send-email-aneesh@ti.com> <1305472900-4004-9-git-send-email-aneesh@ti.com> <20110515195303.0ECA41491B06@gemini.denx.de> Message-ID: <4DD13201.1030507@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 Wolfgang, On Monday 16 May 2011 01:23 AM, Wolfgang Denk wrote: > Dear Aneesh V, > > In message<1305472900-4004-9-git-send-email-aneesh@ti.com> you wrote: >> Add the basic spl framework and linker script common for OMAP3/4 >> platforms. >> >> Signed-off-by: Aneesh V > ... >> +void board_init_r(gd_t *id, ulong dummy) >> +{ >> + for (;;) >> + ; >> +} > > Also, this cannot be right. I added the features one by one in the subsequent patches and removed that loop. Maybe I should squash some patches here too. > > Best regards, > > Wolfgang Denk >