From patchwork Mon Dec 10 01:44:37 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 1010209 X-Patchwork-Delegate: promsoft@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=chromium.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="POI6NkPl"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 43Cm92607vz9s4s for ; Mon, 10 Dec 2018 12:44:54 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id 24F73C21E3B; Mon, 10 Dec 2018 01:44:50 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_IN_DNSWL_BLOCKED, RCVD_IN_MSPIKE_H2, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id C43B7C21E1E; Mon, 10 Dec 2018 01:44:47 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 142D5C21E1E; Mon, 10 Dec 2018 01:44:46 +0000 (UTC) Received: from mail-io1-f72.google.com (mail-io1-f72.google.com [209.85.166.72]) by lists.denx.de (Postfix) with ESMTPS id 7BB01C21D56 for ; Mon, 10 Dec 2018 01:44:45 +0000 (UTC) Received: by mail-io1-f72.google.com with SMTP id u2so9831426iob.7 for ; Sun, 09 Dec 2018 17:44:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:message-id:mime-version:subject:from:to:cc; bh=2o+mkXW6eMEePNOXVVbEz09Ui0dpivHS6VR5MWxDENk=; b=POI6NkPlA0BBbkgGp4JeFudjhbKR6ywduZv5QvvMKueiFxVEw5DUNXrPJjEz+K4P8c owOAkuO7dDG0XrnugestI0IAOwYgmneTuvrGMJjTTrcsFTJmoP9SOBUpeN5OHk/7k2u1 JjZrQJufa8nyBopEQnrVKCDSGpKoBbazj4+xI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:message-id:mime-version:subject:from:to:cc; bh=2o+mkXW6eMEePNOXVVbEz09Ui0dpivHS6VR5MWxDENk=; b=UZBDtFh/ImOxFdtmA6btDkLoqe2G4rYmGCrcUrlUhBtbhgZ8hOhHgLLn/MFMkaDxv/ F/C7J40/TvfkTBf3a7nrgSggSs0TpoLbmCN0gMKm599F3SG6rgsE9i8BDPVSGj5PtTu7 +VROlttpGndP87pwNlSgkSo0fHXgjg2fJnUqgyBihuIsDB7cBr4YBGMwXanzGkeCYHa3 7wHyDigL/JpCw2ymLrTd187DEVFg+v1f5EzuleWwiG5QFDwjEcxMN4RYidw0knCHS4DX dOa+w2BulsigevGSlXjpqPRWoklNuApExk8zo50/jyWwy7HiWYXmpIEvL/M0RYh7VB1Z RAWQ== X-Gm-Message-State: AA+aEWZZtofkfqvpdDs99HPLvln22rHlm2AyaZNxypMh5dA00pb71/jz 29/aZ0uyMg+UI7Z0liv3Tq3Y8iDgT6SFNpJY X-Google-Smtp-Source: AFSGD/XvK1MI6TuepDfN/Grejz9Lxi7/7cAmbosaShLX9NE2gzBUSBnhLFohrZXIjEK8l8FQEGLQiJiMu+L1XuQI X-Received: by 2002:a24:4c42:: with SMTP id a63mr9161488itb.40.1544406284220; Sun, 09 Dec 2018 17:44:44 -0800 (PST) Date: Sun, 9 Dec 2018 18:44:37 -0700 Message-Id: <20181210014440.150839-1-sjg@chromium.org> Mime-Version: 1.0 X-Mailer: git-send-email 2.20.0.rc2.403.gdbc3b29805-goog From: Simon Glass To: U-Boot Mailing List Subject: [U-Boot] [PATCH 1/4] snow: Expand U-Boot size X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Now that we have EFI, etc. enabled, U-Boot is larger than it was. Expand the region allocated for it. Signed-off-by: Simon Glass --- arch/arm/dts/exynos5250-snow.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/dts/exynos5250-snow.dts b/arch/arm/dts/exynos5250-snow.dts index 29c13c1257e..e99f6e72bf6 100644 --- a/arch/arm/dts/exynos5250-snow.dts +++ b/arch/arm/dts/exynos5250-snow.dts @@ -88,7 +88,7 @@ ro-boot { label = "u-boot"; - reg = <0x6000 0x9a000>; + reg = <0x6000 0xb0000>; read-only; type = "blob boot,dtb"; required;