From patchwork Thu Apr 8 14:22:10 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Sakoman X-Patchwork-Id: 91279 X-Patchwork-Delegate: tony@atomide.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o38EMD2g024689 for ; Thu, 8 Apr 2010 14:22:13 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755235Ab0DHOWM (ORCPT ); Thu, 8 Apr 2010 10:22:12 -0400 Received: from qw-out-2122.google.com ([74.125.92.24]:31700 "EHLO qw-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751755Ab0DHOWL (ORCPT ); Thu, 8 Apr 2010 10:22:11 -0400 Received: by qw-out-2122.google.com with SMTP id 8so807692qwh.37 for ; Thu, 08 Apr 2010 07:22:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=+S3QdcDHdl7tGLoq/GQWs8J2dhooCToybNLIDuuq5dA=; b=fhHl8Uc2a4fk3OSyEenyI+Qz+tV1oF+TzwvZXWLB44OC2F/4xRQh2QsJugE0Y6spg6 E84G4rLNbXa/IxXalocv7jsg59Pw0SbusfeFgR0rS+ryzlBjPAtgpSwKLGIdoM3Q1hah bGqF88hK9hRCoXkw8mU6Yh4cwRH3ubS3dyAKg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ie4R9JZCN1mt/8qPNd1G+TXurB3iSzkt/dPFj7sJOqR/g6QWb5nay25sT8FM6XdzPu PH+pEVPLH4ujfrwM8H7sAAo/HAyfLN0o4jy79GMSrItMAiyMLhhgGX32dKsFVHQgc7mM DG+oIICsBKvk8fsMdG+CjG8fdxZN5DIR+RBwE= MIME-Version: 1.0 Received: by 10.229.70.133 with HTTP; Thu, 8 Apr 2010 07:22:10 -0700 (PDT) Date: Thu, 8 Apr 2010 07:22:10 -0700 Received: by 10.229.211.204 with SMTP id gp12mr244608qcb.59.1270736530624; Thu, 08 Apr 2010 07:22:10 -0700 (PDT) Message-ID: Subject: [PATCH] ARM: OMAP: Beagle: make u-boot nand partition writable From: Steve Sakoman To: linux-omap@vger.kernel.org Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Thu, 08 Apr 2010 14:22:14 +0000 (UTC) diff --git a/arch/arm/mach-omap2/board-omap3beagle.c b/arch/arm/mach-omap2/board-omap3beagle.c index 0aaab60..4e77097 100644 --- a/arch/arm/mach-omap2/board-omap3beagle.c +++ b/arch/arm/mach-omap2/board-omap3beagle.c @@ -108,7 +108,6 @@ static struct mtd_partition omap3beagle_nand_partitions[] = { .name = "U-Boot", .offset = MTDPART_OFS_APPEND, /* Offset = 0x80000 */ .size = 15 * NAND_BLOCK_SIZE, - .mask_flags = MTD_WRITEABLE, /* force read-only */ }, {