From patchwork Thu Sep 24 15:36:37 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Beno=C3=AEt_Th=C3=A9baudeau?= X-Patchwork-Id: 522396 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 90EB614029C for ; Fri, 25 Sep 2015 01:36:49 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 95D8B332DC; Thu, 24 Sep 2015 15:36:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZHdUG3e4kgNZ; Thu, 24 Sep 2015 15:36:47 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id F35D43332E; Thu, 24 Sep 2015 15:36:46 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 676A81C0110 for ; Thu, 24 Sep 2015 15:36:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 62C1C924E5 for ; Thu, 24 Sep 2015 15:36:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Mhu5WamL8BFo for ; Thu, 24 Sep 2015 15:36:44 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from authsmtp.register.it (authsmtp72.register.it [195.110.101.56]) by whitealder.osuosl.org (Postfix) with ESMTP id 953FF924DB for ; Thu, 24 Sep 2015 15:36:43 +0000 (UTC) Received: from rad-ubuntu.home ([2.1.154.160]) by paganini34 with id M3cf1r00A3TuHc2013cihs; Thu, 24 Sep 2015 17:36:42 +0200 X-Rid: benoit@wsystem.com@2.1.154.160 From: =?UTF-8?q?Beno=C3=AEt=20Th=C3=A9baudeau?= To: buildroot@buildroot.org Date: Thu, 24 Sep 2015 17:36:37 +0200 Message-Id: <1443108997-119170-1-git-send-email-benoit@wsystem.com> X-Mailer: git-send-email 2.1.4 MIME-Version: 1.0 Cc: =?UTF-8?q?Beno=C3=AEt=20Th=C3=A9baudeau?= Subject: [Buildroot] [PATCH] imx53loco: fix dangling create-boot-sd.sh symlink X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Benoît Thébaudeau --- board/freescale/imx53loco/create-boot-sd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/freescale/imx53loco/create-boot-sd.sh b/board/freescale/imx53loco/create-boot-sd.sh index b1ce208..d45d639 120000 --- a/board/freescale/imx53loco/create-boot-sd.sh +++ b/board/freescale/imx53loco/create-boot-sd.sh @@ -1 +1 @@ -../imx6sabre/create-boot-sd.sh \ No newline at end of file +../create-boot-sd.sh \ No newline at end of file