From patchwork Thu Mar 21 15:26:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fathi Boudra X-Patchwork-Id: 15474 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 7FC5E23E75 for ; Thu, 21 Mar 2013 15:26:18 +0000 (UTC) Received: from mail-vc0-f169.google.com (mail-vc0-f169.google.com [209.85.220.169]) by fiordland.canonical.com (Postfix) with ESMTP id 2157AA197F4 for ; Thu, 21 Mar 2013 15:26:18 +0000 (UTC) Received: by mail-vc0-f169.google.com with SMTP id kw10so2425437vcb.28 for ; Thu, 21 Mar 2013 08:26:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:content-type:mime-version:x-launchpad-project :x-launchpad-branch:x-launchpad-message-rationale :x-launchpad-branch-revision-number:x-launchpad-notification-type:to :from:subject:message-id:date:reply-to:sender:errors-to:precedence :x-generated-by:x-launchpad-hash:x-gm-message-state; bh=bYx5Q07CaIk+yS8tviFQV6esJpzThUltE82L8/+2xCk=; b=R0N/bUWorf3Ua592+g49m/JTah4IMa5UBWvs6LBVhsKkT4wJHZopwpfYqj2e7jkMDB d/HwO2JWccVOsk4jCsuvDTuTnFkohKMAFAt7zPSgnNzYdrj3Lu0e2rt4l5nLp7IfWiTv TOSxHrzW3Nd5sgAD3huxk2sUyOovUuFOAcYXA7GkN8JYSfZeY5n3VWlWQFH1BL5tpAns JESlTa02f9uWjKTObHUUvhDOImlBvQBXNa8Y0nVgb/pVGghV3jnmkCjuS4MohaoocadW blZYx8nO2oBIca11B+FbYTUcpZoZ5nGyA1DTfYDN+EC5gvGpHWznXkRpHWYQl+bVmwp0 Pmbg== X-Received: by 10.58.224.101 with SMTP id rb5mr14201481vec.17.1363879577618; Thu, 21 Mar 2013 08:26:17 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.58.233.198 with SMTP id ty6csp65247vec; Thu, 21 Mar 2013 08:26:17 -0700 (PDT) X-Received: by 10.180.78.168 with SMTP id c8mr5394419wix.27.1363879575135; Thu, 21 Mar 2013 08:26:15 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id c18si2579487wjr.55.2013.03.21.08.26.14 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 21 Mar 2013 08:26:15 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1UIhNe-0003yz-4D for ; Thu, 21 Mar 2013 15:26:14 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 032C0E04C1 for ; Thu, 21 Mar 2013 15:26:14 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: linaro-image-tools X-Launchpad-Branch: ~linaro-image-tools/linaro-image-tools/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 611 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-image-tools/linaro-image-tools/trunk] Rev 611: Bump the value for the samsung_env_start variable Message-Id: <20130321152614.16719.28464.launchpad@ackee.canonical.com> Date: Thu, 21 Mar 2013 15:26:14 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="16532"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 37d2d9124d8fe1791c7380f2b7bcda8291c3bc9c X-Gm-Message-State: ALoCoQlAeBwpffNVKmA3xysti5m0p5lui+JWIzPDYWfJvONt5DDbcy4JJHjXWUP/6AXw3xEwF/Tg Merge authors: Milo Casagrande (milo) Related merge proposals: https://code.launchpad.net/~milo/linaro-image-tools/bug1155702/+merge/154709 proposed by: Milo Casagrande (milo) ------------------------------------------------------------ revno: 611 [merge] committer: Fathi Boudra branch nick: linaro-image-tools timestamp: Thu 2013-03-21 17:25:29 +0200 message: Bump the value for the samsung_env_start variable modified: linaro_image_tools/media_create/boards.py linaro_image_tools/media_create/tests/test_media_create.py --- lp:linaro-image-tools https://code.launchpad.net/~linaro-image-tools/linaro-image-tools/trunk You are subscribed to branch lp:linaro-image-tools. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-image-tools/linaro-image-tools/trunk/+edit-subscription === modified file 'linaro_image_tools/media_create/boards.py' --- linaro_image_tools/media_create/boards.py 2013-03-20 15:58:42 +0000 +++ linaro_image_tools/media_create/boards.py 2013-03-21 10:50:08 +0000 @@ -1572,7 +1572,7 @@ self.mmc_part_offset = 1 self.samsung_bl1_len = 48 self.samsung_bl2_start = 49 - self.samsung_env_start = 1599 + self.samsung_env_start = 1601 self.serial_tty = 'ttySAC2' self._extra_serial_options = 'console=%s,115200n8' === modified file 'linaro_image_tools/media_create/tests/test_media_create.py' --- linaro_image_tools/media_create/tests/test_media_create.py 2013-03-20 15:59:15 +0000 +++ linaro_image_tools/media_create/tests/test_media_create.py 2013-03-21 10:50:08 +0000 @@ -1649,7 +1649,7 @@ self.useFixture(fixture) expected_commands = [ ('sudo -E dd if=/dev/zero of= bs=512 conv=notrunc count=32 ' - 'seek=1599'), + 'seek=1601'), ('sudo -E dd if=boot/origen_quad.bl1.bin of= bs=512 ' 'conv=notrunc seek=1'), ('sudo -E dd if=boot/origen_quad-spl.bin.signed of= bs=512 '