From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp11.mail.ru ([94.100.179.252]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1b40Vs-0000Z3-Rh for barebox@lists.infradead.org; Sat, 21 May 2016 06:35:54 +0000 From: Alexander Shiyan Date: Sat, 21 May 2016 09:35:24 +0300 Message-Id: <1463812524-24463-1-git-send-email-shc_work@mail.ru> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH] ARM: imx51: Remove stale comment To: barebox@lists.infradead.org Signed-off-by: Alexander Shiyan --- arch/arm/mach-imx/imx51.c | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/arch/arm/mach-imx/imx51.c b/arch/arm/mach-imx/imx51.c index 70e8971..a6784d0 100644 --- a/arch/arm/mach-imx/imx51.c +++ b/arch/arm/mach-imx/imx51.c @@ -83,25 +83,6 @@ int imx51_devices_init(void) return 0; } -/* - * Saves the boot source media into the $bootsource environment variable - * - * This information is useful for barebox init scripts as we can then easily - * use a kernel image stored on the same media that we launch barebox with - * (for example). - * - * imx25 and imx35 can boot into barebox from several media such as - * nand, nor, mmc/sd cards, serial roms. "mmc" is used to represent several - * sources as its impossible to distinguish between them. - * - * Some sources such as serial roms can themselves have 3 different boot - * possibilities (i2c1, i2c2 etc). It is assumed that any board will - * only be using one of these at any one time. - * - * Note also that I suspect that the boot source pins are only sampled at - * power up. - */ - #define DP_MFN_800_DIT 60 /* PL Dither mode */ /* -- 2.4.9 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox