From patchwork Wed Jun 21 08:11:59 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ludovic Desroches X-Patchwork-Id: 778709 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3wsyPg2w96z9s5L for ; Wed, 21 Jun 2017 18:22:31 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 09EE687F3E; Wed, 21 Jun 2017 08:22:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hLDqt3JzLKJP; Wed, 21 Jun 2017 08:22:27 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 5028387EA7; Wed, 21 Jun 2017 08:22:27 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id A8A5D1C26D0 for ; Wed, 21 Jun 2017 08:22:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 9F7CF88443 for ; Wed, 21 Jun 2017 08:22:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id D1a50R5wHJcR for ; Wed, 21 Jun 2017 08:22:22 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from esa5.microchip.iphmx.com (esa5.microchip.iphmx.com [216.71.150.166]) by hemlock.osuosl.org (Postfix) with ESMTPS id 7255F88067 for ; Wed, 21 Jun 2017 08:22:21 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.39,368,1493708400"; d="scan'208";a="1587221" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa5.microchip.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 21 Jun 2017 01:12:51 -0700 Received: from ibiza.rfo.atmel.com (10.10.76.4) by chn-sv-exch07.mchp-main.com (10.10.76.108) with Microsoft SMTP Server id 14.3.352.0; Wed, 21 Jun 2017 01:12:49 -0700 From: Ludovic Desroches To: Date: Wed, 21 Jun 2017 10:11:59 +0200 Message-ID: <20170621081201.7717-1-ludovic.desroches@microchip.com> X-Mailer: git-send-email 2.12.2 MIME-Version: 1.0 Cc: Ludovic Desroches , joshua.henderson@microchip.com, nicolas.ferre@microchip.com Subject: [Buildroot] [PATCH 1/3] board/atmel: at91sam9x5ek_mmc: add 1M offset for FAT partition 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" at91sam9x5ek_mmc board was missing in the previous patch adding 1M offset for FAT partition to solve some boot issues with the ROM code. Signed-off-by: Ludovic Desroches --- board/atmel/at91sam9x5ek_mmc/genimage.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/board/atmel/at91sam9x5ek_mmc/genimage.cfg b/board/atmel/at91sam9x5ek_mmc/genimage.cfg index 46c2dc9366..b2be647d8b 100644 --- a/board/atmel/at91sam9x5ek_mmc/genimage.cfg +++ b/board/atmel/at91sam9x5ek_mmc/genimage.cfg @@ -24,6 +24,7 @@ image sdcard.img { partition-type = 0xC bootable = "true" image = "boot.vfat" + offset = 1M } partition rootfs {