From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SQ0B6-0007vu-3A for barebox@lists.infradead.org; Thu, 03 May 2012 17:51:00 +0000 From: Juergen Beisert Date: Thu, 3 May 2012 19:49:55 +0200 References: <1336050844-7043-1-git-send-email-agalakhov@gmail.com> <1336050844-7043-4-git-send-email-agalakhov@gmail.com> In-Reply-To: <1336050844-7043-4-git-send-email-agalakhov@gmail.com> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <201205031949.55938.jbe@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH 3/4] Minimal S5PV210 + Tiny210 support (2nd stage only) To: barebox@lists.infradead.org Cc: Alexey Galakhov Alexey Galakhov wrote: > [...] > diff --git a/arch/arm/boards/tiny210/lowlevel.c b/arch/arm/boards/tiny210/lowlevel.c > new file mode 100644 > index 0000000..3615d8a > --- /dev/null > +++ b/arch/arm/boards/tiny210/lowlevel.c > @@ -0,0 +1,31 @@ > +/* > + * Copyright (C) 2012 Alexey Galakhov > + * > + * See file CREDITS for list of people who contributed to this > + * project. > + * > + * This program is free software; you can redistribute it and/or > + * modify it under the terms of the GNU General Public License > + * version 2 as published by the Free Software Foundation. > + * > + * This program is distributed in the hope that it will be useful, > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > + * GNU General Public License for more details. > + * > + * You should have received a copy of the GNU General Public License > + * along with this program; if not, write to the Free Software > + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, > + * MA 02111-1307 USA > + */ > +#include > +#include > +#include > +#include > +#include > +#include > +#include > + > +void __bare_init board_init_lowlevel(void) > +{ > +} Why do you add an empty function? [...] Juergen -- Pengutronix e.K. | Juergen Beisert | Linux Solutions for Science and Industry | http://www.pengutronix.de/ | _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox