From patchwork Wed Jan 10 01:45:22 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 857864 X-Patchwork-Delegate: trini@ti.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; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=nifty.com header.i=@nifty.com header.b="x32BjT/6"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3zGX0Y6spNz9s7n for ; Wed, 10 Jan 2018 12:46:04 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id A7884C2206C; Wed, 10 Jan 2018 01:46:00 +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=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 C46E4C21C59; Wed, 10 Jan 2018 01:45:57 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 5F5AFC21DA3; Wed, 10 Jan 2018 01:45:56 +0000 (UTC) Received: from conuserg-11.nifty.com (conuserg-11.nifty.com [210.131.2.78]) by lists.denx.de (Postfix) with ESMTPS id 6FEDDC21C59 for ; Wed, 10 Jan 2018 01:45:55 +0000 (UTC) Received: from pug.e01.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-11.nifty.com with ESMTP id w0A1jUkW021339; Wed, 10 Jan 2018 10:45:34 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-11.nifty.com w0A1jUkW021339 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1515548734; bh=Ph4jMIU1PZ92o9vOuqWx9nuNOdL1pzalBLKwdf6QEzw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=x32BjT/6kUg+n0G0+DZ/JCvKyXvRILKRUury9uj4CtsO8M/f/lQnGJl+C7uY9JU2K R+9Y8iSU/oH+XQxnM85HG/4rA9rgJ4d1MRunOQX+Isfafh/v2Kh4g4oZvQ45Csrt6G oFVJw15HOuLpVyaB2al2RLgHfgwYL6LmYRa5HWmYIL0IuamUA9oHZURI5lURP9Dkny WjSQPW4nZsBLyRHrBAH+wQPMztWN64Zd/HN0N9lVi0PF7C/mOv//bONcX98B8czU2J 3n/stx2Qv0Lh/516XS8cUm4XxI0EVujbpBIK5SywFtbRILFaObqFO7XBgy8mlBCyit Teb6+36ZOuNMg== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Wed, 10 Jan 2018 10:45:22 +0900 Message-Id: <1515548724-31869-5-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1515548724-31869-1-git-send-email-yamada.masahiro@socionext.com> References: <1515548724-31869-1-git-send-email-yamada.masahiro@socionext.com> Cc: Tom Rini , Albert ARIBAUD Subject: [U-Boot] [PATCH v3 4/6] ARM: openrd: disable CONFIG_BUG_CHECKS 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: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" These boards are always on the boundary of "u-boot-nodtb.bin exceeds file size limit" error. Commit ab5502bf561b ("ARM: openrd: set CONFIG_LOGLEVEL to 2") reduced the loglevel to save memory footprint. They are hitting the size limit, again. Disable CONFIG_BUG_CHECKS. Signed-off-by: Masahiro Yamada --- Changes in v3: - newly added Changes in v2: None configs/openrd_base_defconfig | 1 + configs/openrd_client_defconfig | 1 + configs/openrd_ultimate_defconfig | 1 + 3 files changed, 3 insertions(+) diff --git a/configs/openrd_base_defconfig b/configs/openrd_base_defconfig index 1a829b7..17c915e 100644 --- a/configs/openrd_base_defconfig +++ b/configs/openrd_base_defconfig @@ -29,4 +29,5 @@ CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y +# CONFIG_BUG_CHECKS is not set CONFIG_OF_LIBFDT=y diff --git a/configs/openrd_client_defconfig b/configs/openrd_client_defconfig index 7a95b5b..5e234dd 100644 --- a/configs/openrd_client_defconfig +++ b/configs/openrd_client_defconfig @@ -29,4 +29,5 @@ CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y +# CONFIG_BUG_CHECKS is not set CONFIG_OF_LIBFDT=y diff --git a/configs/openrd_ultimate_defconfig b/configs/openrd_ultimate_defconfig index 757be16..d51b614 100644 --- a/configs/openrd_ultimate_defconfig +++ b/configs/openrd_ultimate_defconfig @@ -29,4 +29,5 @@ CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y +# CONFIG_BUG_CHECKS is not set CONFIG_OF_LIBFDT=y