From patchwork Mon Oct 19 15:02:32 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gary Bisson X-Patchwork-Id: 532366 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 7698D140281 for ; Tue, 20 Oct 2015 02:03:01 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B32E78C4F4; Mon, 19 Oct 2015 15:03:00 +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 okdJVkHmowYq; Mon, 19 Oct 2015 15:02:56 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 57A5D8C419; Mon, 19 Oct 2015 15:02:54 +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 5610F1C11F4 for ; Mon, 19 Oct 2015 15:02:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 502ED8C10B for ; Mon, 19 Oct 2015 15:02:50 +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 AKBTYBzESSEJ for ; Mon, 19 Oct 2015 15:02:48 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f177.google.com (mail-wi0-f177.google.com [209.85.212.177]) by whitealder.osuosl.org (Postfix) with ESMTPS id ECF988C118 for ; Mon, 19 Oct 2015 15:02:47 +0000 (UTC) Received: by wijp11 with SMTP id p11so10553936wij.0 for ; Mon, 19 Oct 2015 08:02:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=dDSHM21ZleUCdf+rw7uH1yf45k1m/qC4PCh8rGFEPYM=; b=bAC8aDOF4NWP+/jDLZwjkUlu3aoBQ6hM5SGHiNKGYe6fRm36ZQGJ48T6CSA/ndDRr7 lN/7uhSMee5pNqX1Z4mdt5e8fms0+hf2tEkSdB3g13byGUV28uE9zNLYL51z9Dd6kd72 jTUoAAQcRefzYfnEfcR6J8B4yqpWjgA98xyXLVyaf+R5V8NEMuf5Bl/cTxS5bPn6z+7Q TBx+I5y46l8/6+lrpFaoIcCjPCxg/87GzXV/u0S6hyP5ge5pnQDcGBW1fT8S/WzZV7Ck jWvBlkGweOy0rUPaXXj7tORHmHwQGqQ1tr3UG112yB6bJT/oD3qY8y2BruBt5J3q1QIT hN/w== X-Gm-Message-State: ALoCoQmA0u4Ku9GhdtifjUSM90ns6TqZ3u6DT13q88KRa+Ys9xxFmPVp4cqRUrXf6oONKAUDMsl6 X-Received: by 10.180.8.164 with SMTP id s4mr22120667wia.5.1445266966581; Mon, 19 Oct 2015 08:02:46 -0700 (PDT) Received: from t450s.lan (89-92-157-132.hfc.dyn.abo.bbox.fr. [89.92.157.132]) by smtp.googlemail.com with ESMTPSA id it4sm40705389wjb.0.2015.10.19.08.02.45 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 19 Oct 2015 08:02:46 -0700 (PDT) From: Gary Bisson To: buildroot@busybox.net Date: Mon, 19 Oct 2015 17:02:32 +0200 Message-Id: <1445266954-15149-2-git-send-email-gary.bisson@boundarydevices.com> X-Mailer: git-send-email 2.6.1 In-Reply-To: <1445266954-15149-1-git-send-email-gary.bisson@boundarydevices.com> References: <1445266954-15149-1-git-send-email-gary.bisson@boundarydevices.com> Cc: thomas.petazzoni@free-electrons.com Subject: [Buildroot] [PATCH 1/3] board/boundarydevices: update 6x_bootscript to use zImage 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: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" As suggested by Thomas: http://lists.busybox.net/pipermail/buildroot/2015-September/139884.html Signed-off-by: Gary Bisson --- board/boundarydevices/nitrogen6x/6x_bootscript.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/board/boundarydevices/nitrogen6x/6x_bootscript.txt b/board/boundarydevices/nitrogen6x/6x_bootscript.txt index 694a9b6..4a9be0b 100644 --- a/board/boundarydevices/nitrogen6x/6x_bootscript.txt +++ b/board/boundarydevices/nitrogen6x/6x_bootscript.txt @@ -1,7 +1,7 @@ setenv bootargs '' a_script=0x10800000 -a_uImage=0x10800000 +a_zImage=0x10800000 a_fdt=0x13000000 setenv initrd_high 0xffffffff @@ -20,7 +20,7 @@ if itest.s "x" == "x${dtbname}" ; then dtbname=imx6sx-${board}-m4.dtb; fi a_script=0x80800000 - a_uImage=0x80800000 + a_zImage=0x80800000 a_fdt=0x83000000 else dtbname=imx6q-${board}.dtb; @@ -125,7 +125,7 @@ if itest.s "x" != "x${show_env}" ; then printenv fi -if load ${dtype} ${disk}:${bootpart} ${a_uImage} ${bootdir}/uImage ; then - bootm ${a_uImage} - ${a_fdt} +if load ${dtype} ${disk}:${bootpart} ${a_zImage} ${bootdir}/zImage ; then + bootz ${a_zImage} - ${a_fdt} fi echo "Error loading kernel image"