From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Sat, 17 Sep 2011 20:05:01 -0400 Subject: [U-Boot] [RFC PATCH 06/20] sandbox: Allow board_init_f() and board_init_r() to return In-Reply-To: <1316278139-28635-7-git-send-email-sjg@chromium.org> References: <1316278139-28635-2-git-send-email-sjg@chromium.org> <1316278139-28635-7-git-send-email-sjg@chromium.org> Message-ID: <201109172005.03226.vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Saturday, September 17, 2011 12:48:45 Simon Glass wrote: > Since the sandbox architecture doesn't do relocation, we prefer to call > board_init_r() explicitly when board_init_f() returns. Similarly we > prefer to call main_loop() when board_init_r returns. NAK; i dont see how sandbox is special. just do what i do in Blackfin's board.c: board_init_f calls board_init_r board_init_r does while (1) main_loop() -mike -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part. Url : http://lists.denx.de/pipermail/u-boot/attachments/20110917/b3972e85/attachment.pgp