From patchwork Thu Sep 17 19:23:03 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tara Lorenz X-Patchwork-Id: 519001 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 78570140909 for ; Fri, 18 Sep 2015 05:23:29 +1000 (AEST) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 11D5D28B9AA; Thu, 17 Sep 2015 21:22:08 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00 autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id B97C828A22B for ; Thu, 17 Sep 2015 21:22:02 +0200 (CEST) X-policyd-weight: using cached result; rate: -7.6 Received: from smtp.terralonza.de (static.167.97.47.78.clients.your-server.de [78.47.97.167]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Thu, 17 Sep 2015 21:22:00 +0200 (CEST) Received: from localhost (55d4532a.access.ecotel.net [85.212.83.42]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.terralonza.de (Postfix) with ESMTPSA id AF140A0CAE for ; Thu, 17 Sep 2015 21:23:11 +0200 (CEST) From: Tara Lorenz To: openwrt-devel@lists.openwrt.org In-Reply-To: <87wpvoc0m6.fsf@terralonza.de> References: <87wpvoc0m6.fsf@terralonza.de> User-Agent: Notmuch/0.20.1+24~gd9567dd (http://notmuchmail.org) Emacs/25.0.50.2 (x86_64-unknown-linux-gnu) Date: Thu, 17 Sep 2015 21:23:03 +0200 Message-ID: <87twqsc0ko.fsf@terralonza.de> MIME-Version: 1.0 Subject: Re: [OpenWrt-Devel] [Patch 1/3] Update uboot-omap to 15.07 X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" From 290412c95aa2c67406f54b12128c502bbdab9d69 Mon Sep 17 00:00:00 2001 From: Tara Lorenz Date: Thu, 17 Sep 2015 15:58:01 +0200 Subject: [PATCH 2/3] uboot-omap 2015.07: adjust patch Adjusted patch 001-switch_omap4_ext4.patch so it cleanly applies to new U-Boot version. --- package/boot/uboot-omap/patches/001-switch_omap4_ext4.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/boot/uboot-omap/patches/001-switch_omap4_ext4.patch b/package/boot/uboot-omap/patches/001-switch_omap4_ext4.patch index d741c08..785a750 100644 --- a/package/boot/uboot-omap/patches/001-switch_omap4_ext4.patch +++ b/package/boot/uboot-omap/patches/001-switch_omap4_ext4.patch @@ -1,6 +1,6 @@ ---- a/include/configs/omap4_common -+++ b/include/configs/omap4_common.h -@@ -143,7 +143,7 @@ +--- a/include/configs/ti_omap4_common.h ++++ b/include/configs/ti_omap4_common.h +@@ -92,7 +92,7 @@ "vram=16M\0" \ "mmcdev=0\0" \ "mmcroot=/dev/mmcblk0p2 rw\0" \